On 3/6/2012 11:03 AM, Alex wrote:

> --master.cf--
> submission inet n       -       n       -       -       smtpd
>   -o smtpd_tls_security_level=encrypt
>   -o smtpd_sasl_auth_enable=yes
>   -o smtpd_client_restrictions=permit_sasl_authenticated,reject

    -o smtpd_recipient_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_helo_restrictions=

>   -o milter_macro_daemon_name=ORIGINATING

BTW, adding the above lines will fix your current problem.  They tell
your submission smtpd to ignore those 3 restriction classes defined in
main.cf.  You already told it to override smptd_client_restrictions with
new settings, but you didn't override the others, which is the cause of
the problem.

-- 
Stan

Reply via email to