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

Message Submission 587 Auth not working

bsass

Basic Pleskian
So just like many others and reading 20 plus threads about this issue I'm having the same issue that 99% of Plesk users seem to have.

I did an upgrade for 9.5.4 to 11.5 today, everything pretty smooth and great, only issue is I can't send email via port 587. I get the auth failed in outlook error. I was running PostFix on 9.5.4 just fine with 587. Post upgrade, I get the error. I can telnet and connect on port 587 just fine but when I try and send I get the following:

Task 'Sending' reported error (0x800CCC80) : 'None of the authentication methods supported by this client are supported by your server.'

Only thing I see when tailing the mail logs during the send process is:

Code:
Jan  8 19:30:04 server2 postfix/smtpd[23970]: connect from *.*.*.*
Jan  8 19:30:04 server2 postfix/smtpd[23970]: lost connection after EHLO from *.*.*.*
Jan  8 19:30:04 server2 postfix/smtpd[23970]: disconnect from *.*.*.*

I have tried disabling and re-enabling message submission, I have tried switching to Qmail and back to PostFix. I have tried running the mailchk program. Still nothing. Anyone else have some place to look for a fix?

I'm running 11.5.30 Update #28 on CentOS 5.10 (Final)

Thanks,
Bradley
 
Could you please show me output of

# stat /var/lib/plesk/mail/auth
 
IgorG

[root@server2 var]# stat /var/lib/plesk/mail/auth
stat: cannot stat `/var/lib/plesk/mail/auth': No such file or directory
[root@server2 var]#

Bradley
 
Last edited:
I found when using message submission and sending out port 587, I have to set SSL to Auto on the SMTP setting. Is there anyway to have it be SSL or plain?

Thanks
 
Back
Top