Symptoms
While trying to send an email via Roundcube, the following error appears:
SMTP Error (535): Authentication failed
compatibility_levelvalue was previously defined in/etc/postfix/main.cfas following:compatibility_level=2
Cause
The root cause is under investigation.
Resolution
Login to the server via SSH.
Create a backup of
/etc/postfix/master.cf:# cp -p /etc/postfix/master.cf /etc/postfix/master.cf_bck
Check SMTP daemon configuration:
If RHEL/CentOS/CloudLinux is used, verify that chrooted mode is disabled:
# egrep "^smtp " /etc/postfix/master.cf | grep inet
smtp inet n - n - - smtpdIf Debian/Ubuntu is used, verify that chrooted mode is enabled:
# egrep "^smtp " /etc/postfix/master.cf | grep inet
smtp inet n - y - - smtpd
Reload postfix configuration:
# service postfix reload