John Burnham wrote:
>
> > amavis_router:
> > condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
> > driver = domainlist
> > route_list = "*"
> > transport = amavis
> >
> > Anyway, what can I do to enable SMTP callback while still
> blacklisting
> > email addresses and checking for viruses?
> >
> Try adding verify = false to this router.
> John
Thanks! That did the trick.
http://www.exim.org/exim-html-3.30/doc/html/spec_20.html#SEC608
If this option is false, this driver is skipped when verifying recipient
addresses. It is usual to set it false for instances of the smartuser
director that have
no other conditions imposed on the address.