Omar K. wrote: > My SAV is at the bottom unless im not really understanding correctly, here > they are: > > > check_helo_access hash:/etc/postfix/helo_hostnames.map, > check_client_access hash:/etc/postfix/mta_clients_bw.map, > check_sender_access regexp:/etc/postfix/from_senders.regexp, > check_sender_access hash:/etc/postfix/from_senders_bw.map, > check_sender_access hash:/etc/postfix/from_senders_mybogus.map, > reject_rbl_client dul.dnsbl.sorbs.net, > reject_rbl_client dynablock.njabl.org, > reject_rhsbl_sender dynamic.rhs.mailpolice.com, > reject_rhsbl_client dynamic.rhs.mailpolice.com, > reject_rbl_client dynamic.dnsbl.rangers.eu.org, > reject_rbl_client dynablock.njabl.org, > reject_rhsbl_sender dynamic.rhs.mailpolice.com, > reject_rhsbl_client dynamic.rhs.mailpolice.com, > reject_rbl_client dynamic.dnsbl.rangers.eu.org, > reject_unverified_sender, > permit
Step one: Do not top post. Step two, use postconf -n instead of cut paste. Learning question for you: Which of the lines above validates recipients? Answer: NONE. postfix does implicit recipient validation last if not specified (just before the permit). You need to add this step explicitly higher in the checks. john ps. where should I send my bill? :)
