OK, I'm getting some E-mails rejected because it's listed on the
dnsbl.njabl.orl list.
Now if I just whitelist the domain by it's IP address in "
mta_clients_bw.map " and postmaped and reload postfix.
This should let all E-mails from that domain in right? It doesn't seem to do
it.  Unless I thgouht I reloaded postfix and didn't.
This is part of my main.cf file.

#RBL Servers, add and remove servers to suit
maps_rbl_domains =
 blackholes.wirehub.net,
 dynablock.wirehub.net,
 sbl.spamhaus.org,
 relays.ordb.org,
 dnsbl.njabl.org,
 proxies.relays.monkeys.com,
 bl.spamcop.net,
 orbs.dorkslayers.com,
 korea.services.net,
 relays.visi.com

smtpd_recipient_restrictions =
 reject_unauth_pipelining,
 reject_non_fqdn_recipient,
 reject_unknown_recipient_domain,
 reject_unknown_sender_domain,
 permit_mynetworks,
 reject_unauth_destination,
 check_sender_access hash:/etc/postfix/mta_clients_bw.map,
 check_sender_access hash:/etc/postfix/from_senders_bw.map,
 check_sender_access hash:/etc/postfix/from_senders_slet.map,
 check_sender_access hash:/etc/postfix/from_senders_clueless.map,
 check_sender_access hash:/etc/postfix/from_senders_bogus.map,
 reject_maps_rbl,
 permit

Reply via email to