On Thu, 19 May 2005 13:45:27 -0500 (Central Standard Time) Gerald V. Livingston II wrote:
> In Postfix, if I want to reject based on certain dnsbl hits prior to > injecting into Amavis I do it in master.cf, right? Like this: > > smtp inet n - - - - smtpd > -o receive_override_options=no_address_mappings > -o smtpd_sender_restrictions=reject_unknown_sender_domain > -o smtpd_client_restrictions=permit_mynetworks, > reject_rbl_client..... [SNIP] > 127.0.0.1:10025 inet n - n - - smtpd > -o smtpd_recipient_restrictions=permit_mynetworks,reject > > Gerald Answer = no. It belongs in main.cf because the amavis reinjection on port 10025 turns the checks back off so they don't get run again -- and it should be recipient_restrictions rather than client_restrictions. Gerald ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
