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
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
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
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
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