Hi all,
Upgrading mail server from Postfix 2.9 to 2.10. Could I get a quick
sanity check to ensure my (fairly simple) setup is sane with the new
smtpd_relay_restrictions? Thanks :-)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
reject_unauth_destination
smtpd_recipient_restrictions = permit_mynetworks
permit_sasl_authenticated check_client_access
hash:/etc/postfix/rbl_override reject_rbl_client zen.spamhaus.org
Also, just as a sanity check on my own understanding of this option
being split into two now.... The relay_restrictions section is pretty
self-explanatory, however in the docs it recommends also keeping
permit_mynetworks and permit_sasl_authenticated in the
recipient_restrictions section to exclude those clients from RBL
lookups. This would only come into play when a user of the server is
sending mail to another local user on the box, correct?
Thanks again for the help!