On Sat, Feb 16, 2008 at 03:55:34PM +0200, Zlatko Mesaros wrote: > ... > 16:26:54 7963 domain = abc.com > 16:26:54 7963 errors_to=NULL > 16:26:54 7963 domain_data=NULL localpart_data=NULL > 16:26:54 7963 routed by amavis router > 16:26:54 7963 envelope to: [EMAIL PROTECTED] > 16:26:54 7963 transport: amavis > 16:26:54 7963 host localhost.localdomain [127.0.0.1] > 16:26:54 7963 ----------- end verify ------------
The problem is that the amavis router is accepting the bogus address.
> amavis:
> driver = manualroute
> condition = "${if or {{eq {$interface_port}{10025}} \
> {eq {$received_protocol}{spam-scanned}} \
> {eq {$sender_address}{}} \
> }{0}{1}}"
> transport = amavis
> route_list = "* localhost byname"
> self = send
Add "no_verify" to that router. I think that'll fix it.
--
Dave Evans
http://djce.org.uk/
http://djce.org.uk/pgpkey
signature.asc
Description: Digital signature
-- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
