• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question plesk_saslauthd: No such file or directory

Borsal

New Pleskian
Hello Forum,

my mail.warn says:

Code:
Jul 21 00:15:55 master[1707]: fatal: master_spawn: exec /usr/lib/postfix/sbin/plesk_saslauthd: No such file or directory
Jul 21 00:15:56 postfix/master[1387]: warning: process /usr/lib/postfix/sbin/plesk_saslauthd pid 1707 exit status 1
Jul 21 00:15:56 postfix/master[1387]: warning: /usr/lib/postfix/sbin/plesk_saslauthd: bad command startup -- throttling
Jul 21 00:16:56 master[6980]: fatal: master_spawn: exec /usr/lib/postfix/sbin/plesk_saslauthd: No such file or directory
Jul 21 00:16:57 postfix/master[1387]: warning: process /usr/lib/postfix/sbin/plesk_saslauthd pid 6980 exit status 1
Jul 21 00:16:57 postfix/master[1387]: warning: /usr/lib/postfix/sbin/plesk_saslauthd: bad command startup -- throttling

From reading this, the path to the saslauthd is clearly wrong, but i can´t figure out, what the correct path is.

My master.cf: master.cf - Pastebin.com

My main.cf: main.cf - Pastebin.com

i think the problem is since the server was upgraded to debian 9 and the mail.info is saying lately:

postfix[1028]: Postfix is running with backwards-compatible default settings


i hope someone can help me.


Greets,

Borsal
 
This file is a part of plesk-mail-pc-driver package:

# ls -la /usr/lib/postfix/plesk_saslauthd
-r-xr-x--- 1 root root 98288 Dec 15 2016 /usr/lib/postfix/plesk_saslauthd

# dpkg -S /usr/lib/postfix/plesk_saslauthd
plesk-mail-pc-driver: /usr/lib/postfix/plesk_saslauthd

Please make sure that this package is correctly installed on your server.
 
It still says:

Jul 21 07:41:08 master[23011]: fatal: master_spawn: exec /usr/lib/postfix/sbin/plesk_saslauthd: No such file or directory
Jul 21 07:41:09 postfix/master[21882]: warning: process /usr/lib/postfix/sbin/plesk_saslauthd pid 23011 exit status 1
Jul 21 07:41:09 postfix/master[21882]: warning: /usr/lib/postfix/sbin/plesk_saslauthd: bad command startup -- throttling

but the file is there:

# ls -la /usr/lib/postfix/plesk_saslauthd
-r-xr-x--- 1 root root 98312 Mar 17 10:22 /usr/lib/postfix/plesk_saslauthd

# dpkg -S /usr/lib/postfix/plesk_saslauthd
plesk-mail-pc-driver: /usr/lib/postfix/plesk_saslauthd
 
Back
Top