Hey !
I have "SMTP Error (250): Authentication failed"
I followed the documentation to try to solve this problem but at point 6, my fields are not empty.
SMTP authentication fails on Plesk with SMTP Error (250): Authentication failed
I have :
# grep -E "smtpd_tls_exclude_ciphers|smtpd_sasl_security_options|smtpd_tls_auth_only|tls_ssl_options" /etc/postfix/main.cf
smtpd_tls_exclude_ciphers = aNULL
smtpd_sasl_security_options = noplaintext
smtpd_tls_auth_only = yes
tls_ssl_options = NO_COMPRESSION
I just need to delete these lines and restart ?
Thanks for your reply !
I have "SMTP Error (250): Authentication failed"
I followed the documentation to try to solve this problem but at point 6, my fields are not empty.
SMTP authentication fails on Plesk with SMTP Error (250): Authentication failed
Make sure that smtpd_tls_exclude_ciphers , smtpd_sasl_security_options , smtpd_tls_auth_only and tls_ssl_options are not defined in /etc/postfix/main.cf file (the output of the command below should be empty):
I have :
# grep -E "smtpd_tls_exclude_ciphers|smtpd_sasl_security_options|smtpd_tls_auth_only|tls_ssl_options" /etc/postfix/main.cf
smtpd_tls_exclude_ciphers = aNULL
smtpd_sasl_security_options = noplaintext
smtpd_tls_auth_only = yes
tls_ssl_options = NO_COMPRESSION
I just need to delete these lines and restart ?
Thanks for your reply !