Hi all,
Since two days, my users can't access their mailbox nor send emails with authentification.
I've been troubleshooting this for some hours now and here are my findings:
When I try to test the auth login, I get an error message:
Code:
535 5.7.8 Error: authentication failed: encryption needed to use mechanism
Therefore I specify:
AUTH CRAM-MD5
and try again AUTH LOGIN
Code:
535 5.7.8 Error: authentication failed: bad protocol / cancel
So. Seems that SASL is dead. I've been checking all configuration files, all articles from the KB, all forum exchanges about postfix and SASL...
I ended up trying to run manually /var/spool/postfix/private/plesk_saslauthd --h
and TADAAAAAA .....
Code:
-bash: /var/spool/postfix/private/plesk_saslauthd: Permission denied
So, I checked the file. And TADAAAA again:
Code:
srw-rw-rw- 1 postfix postfix 0 Apr 2 20:42 /var/spool/postfix/private/plesk_saslauthd
Well... "TADAAAA" does not fix issues. It need help....
So question: Am I right in assuming that this file should not be 0 bytes, and should not have srw-rw-rw- as permissions ?
Am I right in assuming this is why it does not work ?