Re: [Exim] No verify sender callout for whitelisted hosts

Top Page
Delete this message
Reply to this message
Author: gARetH baBB
Date:  
To: Exim Users List
Subject: Re: [Exim] No verify sender callout for whitelisted hosts
On Wed, 27 Aug 2003, Jez Hancock wrote:

> I'm trying to stop Exim from performing sender verify callouts on hosts
> that appear in a file containing whitelisted domains. For some reason


Domains or hosts ?

> mail from:nobody@???


I presume you mean domains, so using hosts is completely inappropriate.

accept sender_domains = /a/file

is what you really mean.

Except looking back at what you've originally written it isnt, as an
accept like that would accept everything from anywhere as long as the
sender was in the white list.

Your original config example has no mention of callouts so it's hard to
say what you should do without seeing the bit which actually specifies the
callout.