Autor: Bernhard R. Erdmann Datum: To: exim-users Betreff: Re: [Exim] can't get to run SMTP callback
> > My first router checks against a "blacklist" of email addresses we don't > > want to have mails for:
> >
> > verify_blacklist:
> > driver = domainlist
> > require_files = /etc/exim/recipients_reject
> > condition =
> > ${lookup{$local_part@$domain}lsearch{/etc/exim/recipients_reject}{yes}{no}}
> > verify_only
> > fail_verify
> > route_list = *
> > modemask = 002
> >
> >
> > What's impressed by the comment "set up a list of hosts"? Does the
> > router verify_blacklist miss to set up this list?
>
> Yes.
>
> Callout will only be done if verification succeeds, and the router that
> accepted the address sets up the remote hosts. Your router causes
> verification to fail. So Exim won't do a callout for any addresses that
> matches that router.
Ah, we get closer... ;-)
But verification only fails if recipient's address like
gone.employee@??? is in /etc/exim/recipients_reject. If it's not
in the file, this router shouldn't get the mail, should it?
My second router is responsible for checking against viruses: