On Wed, Apr 01, 2009 at 09:02:18AM -0400, Brian Evans - Postfix List wrote:

> > 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 your preference.  It is not required to do so.

No, it is pretty much a requirement for staying sane. The settings for
a given service should be defined in exactly one place, I recommend:

    submission inet n       -       n       -       -       smtpd
        ...
        -o smtpd_tls_security_level=$submission_tls_security_level
        -o smtpd_sasl_auth_enable=$submission_sasl_auth_enable
        -o smtpd_client_restrictions=$submission_client_restrictions
        -o smtpd_helo_restrictions=$submission_helo_restrictions
        -o smtpd_sender_restrictions=$submission_sender_restrictions
        -o smtpd_recipient_restrictions=$submission_recipient_restrictions
        -o smtpd_data_restrictions=$submission_data_restrictions
        -o smtpd_end_of_data_restrictions=$submission_end_of_data_restrictions

with the values of the above defined in main.cf.

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to