On 8/4/2010 12:13 AM, Ralf Hildebrandt wrote:
* Chris St Denis<ch...@smartt.com>:
I've setup a dns whitelist from dnswl.org as per the instructions
here: http://www.dnswl.org/tech#postfix
However I've discovered it doesn't work, because I rejected an email
coming from a gmail server that got itself blacklisted by sorbs, but
it is on the whitelist.
Why is this not working?
Wrong filename
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_hostname,
reject_unknown_recipient_domain,
reject_unauth_destination,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,
*check_client_access cidr:/usr/local/etc/postfix/postfix-dnswl-permit,*
cidr:/usr/local/etc/postfix/postfix-dnswl-permit
server# grep -C 5 '74.125.82.180' /usr/local/etc/postfix/postfix-permit
/usr/local/etc/postfix/postfix-permit
Thanks, figured it would be something obvious I was missing.
Both files actually exist, but postfix-permit is the one being updated.
postfix-dnswl-permit was being checked, but was far out of date.