Scott wrote: > > [EMAIL PROTECTED] is receiving email for [EMAIL PROTECTED] and > [EMAIL PROTECTED], basically any domain we host that doesn't have a > user with the alias of dave. > > I have a subdir called /etc/exim/virtual, in there are files for each > domain with all the users and aliases listed. > > In the /etc/exim/ dir there is a file called domainlist, which is a > list of all the domains. > > Here is the alias rule in the exim.conf file: > > virtual: > driver = redirect > domains = dsearch;/etc/exim/virtual/ > data = [EMAIL PROTECTED]/etc/exim/virtual/$domain}}
1) http://www.exim.org/eximwiki/DontObfuscate 2) Is dave a local user account? If so, it's probably because you need a no_more on the virtual router, so that those addresses don't fall through to local delivery. 3) Try exim -d -bt [EMAIL PROTECTED] to see how it's delivering those addresses - Marc -- ## 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/
