Russell Horn wrote:
> Sorry, I missed a line:
> 
> submission   inet    n       -       n       -       -       smtpd
>   -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
> 
> Russell.
> 
> 

Keep in mind that any smtpd_*_restrictions you have in main.cf have to
be zeroed out in the submission line or where ever you have your clients
authing too.

This is mine:

submission inet n       -       n       -       -       smtpd
  -o smtpd_tls_security_level=may
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_delay_reject=yes
  -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
  -o smtpd_data_restrictions=


I have to explicitly set smtpd_recipient_restrictions to what I want and
 "zero out" smtpd_data_restrictions as I have those defined in main.cf

-matt

Reply via email to