On Tue, 28 Jun 2005, exim wrote: > My virtual router looks like this: > virtual_router: > driver = accept > local_part_suffix_optional > local_part_suffix = -* > domains = lsearch;/usr/exim/tables/virtual_domains/domains > local_parts = lsearch;/usr/exim/tables/virtual_domains/$domain/users > transport = virtual_transport > > Shouldn't exim reject a message when the receipient's local part is not in > my local_parts file?
Only if (a) you have "deny !verify = recipient" (or equivalant) in an appropriate ACL; and (b) if no subsequent router accepts the address. The router you show above will be skipped if the local part or domain does not match. -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714. Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
