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

Issue Losing connection to emails with Outlook Client, problem with DIGEST-MD5

Net Fisher

New Pleskian
We have a Plesk setup that holds an email server with around 100 accounts. Everything is working fine except for one thing:

Sometimes, our Outlook Clients crash all at the same time, while asking users to enter their email and password and rejecting them to login.

This shows up the following error in /var/log/maillog:

mail.example.com postfix/smtpd[17318]: warning: SASL authentication failure: realm changed: authentication aborted

The issue is exactly stated here: Outlook fails to send an email: SASL authentication failure.

This issue happens from 0 to 3 times a week, but its becoming a problem for our users because the email stops working untill SMTP service is restarted.

We already applied the fix from the previous Help Center link, but after we change:

from:

"mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN"

to:

"mech_list: CRAM-MD5 PLAIN LOGIN"

And restart the Postfix service, it results in users autenthication still showing as DIGEST-MD5.

Since this Postfix configuration change seems to not have any effect, we also changed "auth_mechanisms" in Dovecot configuration file file: /etc/dovecot/dovecot.conf

From:

"auth_mechanisms = plain login digest-md5 cram-md5 apop"

To:

"auth_mechanisms = plain login cram-md5 apop"

Which results in users autenthicating in PLAIN LOGIN and not CRAM-MD5.

1) If DIGEST-MD5 is not supported by Outlook Client as Plesk states, then why our email works with it for days untill it crashes? is it still not supported?

2) Is Outlook Client not supporting CRAM-MD5 and thats why our Postfix/Dovecot fixes are resulting into a PLAIN LOGIN autenthication?

We need to fix these crashes, but we are not willing to pay the PLAIN LOGIN authentication price, we would really like to switch to CRAM-MD5
 
Try to change the "auth_mechanisms = plain login cram-md5 apop" setting for dovecot (I solve it there).
Be careful: sometimes the setting gets restored, so you'll have to change it again.
 
Try to change the "auth_mechanisms = plain login cram-md5 apop" setting for dovecot (I solve it there).
Be careful: sometimes the setting gets restored, so you'll have to change it again.

Hello Nicola,

I did also made that change for the Dovecot config file, but then the users are autenthicating as PLAIN LOGIN. Seems like no matter how I set it up, they either autenthicate as DIGEST-MD5 or PLAIN-LOGIN, but never with CRAM-MD5.

Is it that Outlook Client 2016 is not compatible with CRAM-MD5, or that any configuration has to be done on the Outlook Clients to force using CRAM-MD5? I've been reading around but found nothing about it
 
Back
Top