• 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.

Missing saslauthd with Postfix?

P_heck

Basic Pleskian
Hello,

I recently changed from Qmail to Postfix. Since today, I see the following error in my logfile:

Jul 25 21:33:41 ph-internet plesk_saslauthd[22183]: Invalid mail address 'harvey@'
Jul 25 21:33:41 ph-internet postfix/smtpd[22181]: warning: SASL authentication failure: Password verification failed
Jul 25 21:33:41 ph-internet postfix/smtpd[22181]: warning: unknown[64.161.75.7]: SASL PLAIN authentication failed: authentication failure
Jul 25 21:33:41 ph-internet postfix/smtpd[22181]: lost connection after AUTH from unknown[64.161.75.7]

It allways comes with the same IP, only the mail address changes (charley@, harvey@ cody@ etc.)

Ok, looks like someone wants to try out, if he can attack the server.

Nevertheless - I was looking at the configuration and it looks, like no saslauthd is running (no process in ps). Also, I don't see any start script for saslauthd in /etc/init.d, only the liberies are installed (libsasl2-2 and libsasl2-2-modules) - is this normal for the standard Postfix implementation in Plesk?

As I am not familiar with Postfix and saslauthd, I am unsure whether my configuration is fine or not.

Ciao
Peter
 
Nevertheless - I was looking at the configuration and it looks, like no saslauthd is running (no process in ps). Also, I don't see any start script for saslauthd in /etc/init.d, only the liberies are installed (libsasl2-2 and libsasl2-2-modules) - is this normal for the standard Postfix implementation in Plesk?

Yes, this is normal. saslauthd daemon is launched on demand by init and is not a "normal" service in that sense (i.e. it doesn't have init script).

Also you can tell by log messages, that plesk_saslauthd is actually running when required.
 
Back
Top