From: Jonathan Nichols (no email)
Date: Fri Jan 30 2004 - 10:58:32 EST
> Why not just add the Exchange box to mynetworks?
>
I forgot about that one. :-)
> Relay control takes place in smtpd_recipient_restrictions, but you
> whitelist the box Exchange box in smtpd_client_restrictions. An OK
> action will only affect the current set of restrictions. Instead,
> gather all restrictions in smtpd_recipient_restrictions, and the
> order of application will be more obvious. You can replace all of
> the above with:
>
> smtpd_recipient_restrictions =
> permit_mynetworks,
> permit_sasl_authenticated,
> check_client_access hash:/etc/postfix/exchange,
> reject_unauth_destination,
> check_sender_access hash:/etc/postfix/access
>
> [...]
>
Perfect... this worked well. Thanks! :D
|
|
|