* Sander Smeenk <ssmeenk@???> [2003-09-21 22:13]:
> Now, I too am being plagued by virus mails, never ever before have I
> received so many, so I installed amavisd and clamav to scan mail that is
> comming in. This works.
[...]
> But there is a side-effect: exim now just accepts any recipient@mydomain
[...]
> amavis:
> driver = manualroute
> domains = +local_domains
> require_files = CONFDIR/aliases/$domain
> data = ${lookup{$local_part}lsearch*{CONFDIR/aliases/$domain}}
> allow_fail
> allow_defer
> forbid_pipe
> forbid_file
> include_directory = CONFDIR
> cannot_route_message = User unknown
> condition = < .. test to see if exim should run amavis .. >
> transport = amavis
> route_list = "* localhost byname"
> self = send
Setting "verify = false" on this router should solve this.
I also discovered similar problems, some time ago. See:
http://www.exim.org/pipermail/exim-users/Week-of-Mon-20021111/046045.html
, the mentioned link there and the followups.
HTH, Dominik