On Thu, Apr 14, 2016 at 03:49:32PM -0400, David Mehler wrote: > # Set the smtputf8 option because the dovecot service was not working > smtputf8_enable = no > compatibility_level = 9999
Do not dial up compatibility to 11. That's a bad idea, set it only to the actual compatibility level of your main.cf (2 IIRC at present). > submission inet n - n - - smtpd -d > -o syslog_name=postfix/submission > -o smtpd_tls_dh1024_param_file=${config_directory}/dh2048.pem > -o smtpd_tls_security_level=may > -o smtpd_sasl_auth_enable=yes > -o smtpd_sasl_type=dovecot > -o smtpd_sasl_path=private/auth > -o smtpd_reject_unlisted_recipient=no > -o > smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,reject > -o milter_macro_daemon_name=ORIGINATING The "-d" option seems unwise. -- Viktor.