• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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