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

port 587 issus after update

Michael Weber

New Pleskian
Dear members,

we have a problem with port 587, after the update we cannot send any mails on port 587, port 25 and 465 is working fine?

any Ideas

Best regards

Michael
 
Have you enabled option "Enable SMTP service on port 587 on all IP addresses" in MailServer Settings?
 
Yes i do, didn't help.

Solution was, uninstall Magicspam, Change Mailserver from postfix to qmail, after that it works again, but, 2 hours later we were on the spamcop blacklist because we forgot to Change the helo (/var/qmail/Control edit "me")

Regards

Michael
 
Same problem here. Last night's update hosed SMTP.
Please provide a fix ASAP.

Code:
READ Nov 24 08:46:19.644 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.myserver.com -- port:587 -- socket:0x7f9a0ced1470 -- thread:0x7f9a0b8469a0
535 5.7.8 Error: authentication failed: authentication failure
 
Last edited:
Furthermore, webmail is not working on any of my customer sites. It defaults to a random web site on the server, NOT ioncube.
 
# /etc/init.d/saslauthd status
saslauthd (pid 21914) is running...


maillog reads...
Code:
...  SASL LOGIN authentication failed: authentication failure

Please help.
 
New detail, maillot is showing this...
Code:
warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory

Could this be the cause? Did plesk forget the correct place of the correct db ?
 
FIXED!

Posting this in case someone down the line needs it.

Running auto installer via command line without any errors seems to have damage postfix config files.

Primarily it wiped out the /usr/lib64/sasl2/smtp.conf file to a vanilla SASL (not plesk) default.

I had to open and manual fix with this...
Code:
pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /var/spool/postfix/private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
auto_transition: yes
sql_engine: intentionally disabled
log_level: 4
sasldb_path: /var/spool/postfix/plesk/passwd.db

Notice that I had to include the db path, that was "forgotten" during the auto install as well.

Hope this helps someone else down the road.
 
Back
Top