Re: address_verify_map and relay_domains

2009-08-19 Thread Brian Evans - Postfix List
Martijn de Munnik wrote: > On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > >> Martijn de Munnik wrote: >> >>> Hi list, >>> >>> How can I enable the address_verify_map only for the relay_domains? >>> >>> >> To answer the query: >> Replace reject_unverified_recip

Re: address_verify_map and relay_domains

2009-08-19 Thread Martijn de Munnik
On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > Martijn de Munnik wrote: > > Hi list, > > > > How can I enable the address_verify_map only for the relay_domains? > > > To answer the query: > Replace reject_unverified_recipient with "check_recipient_access > hash:/path/to/fil

Re: address_verify_map and relay_domains

2009-08-19 Thread Martijn de Munnik
On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > Martijn de Munnik wrote: > > Hi list, > > > > How can I enable the address_verify_map only for the relay_domains? > > > > postconf -n > > > > smtpd_client_restrictions = reject_rbl_client virbl.dnsbl.bit.nl > > > > This is

Re: address_verify_map and relay_domains

2009-08-19 Thread Brian Evans - Postfix List
Martijn de Munnik wrote: > Hi list, > > How can I enable the address_verify_map only for the relay_domains? > > postconf -n > > smtpd_client_restrictions = reject_rbl_client virbl.dnsbl.bit.nl > This is rather redundant since you also specify it in recipient restrictions and delay reject is yes

address_verify_map and relay_domains

2009-08-19 Thread Martijn de Munnik
Hi list, We are using address_verify_map to cache and limit the number of checks on remote smtp servers. This is done because we act as a spam/virus filter for some domains that have there own mail server. Now it seems the address_verify_map is also used for local domains. One of our clients crea