• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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