On 1/19/2017 2:53 AM, Petr Bena wrote: > On 01/18/17 15:35, Noel Jones wrote: >> If you need more help, please show "postconf -nf" and "postconf -Mf" >> >> >> >> -- Noel Jones > > Hi Noel, > > Here is the output: > > # postconf -nf > # postconf -Mf ... > 465 inet n - n - - smtpd > -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes > -o smtpd_client_restrictions= -o smtpd_data_restrictions= > -o smtpd_helo_restrictions= -o smtpd_recipient_restrictions= > -o smtpd_relay_restrictions=permit_sasl_authenticated,reject > -o syslog_name=postfix/smtps -o milter_macro_daemon_name=ORIGINATING > submission inet n - n - - smtpd > -o smtpd_etrn_restrictions=reject -o smtpd_sasl_auth_enable=yes > -o smtpd_tls_security_level=may > -o smtpd_client_restrictions=permit_sasl_authenticated,reject > -o smtpd_data_restrictions= -o smtpd_helo_restrictions= > -o smtpd_recipient_restrictions= > -o smtpd_relay_restrictions=permit_sasl_authenticated,reject > -o syslog_name=postfix/submission -o
There's the problem. You disable smtpd_recipient_restrictions for smtps and submission. The easy way to fix that is to remove "-o smtpd_recipient_restrictions=" from the above, and restart postfix. -- Noel Jones