Re: [exim] Domain Alias for Virt Domains

Top Pagina
Delete this message
Reply to this message
Auteur: Marc Sherman
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Domain Alias for Virt Domains
Scott wrote:
>
> dave@??? is receiving email for dave@??? and
> dave@???, 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 = ${lookup{$local_part@$domain}lsearch{/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 dave@??? to see how it's delivering those
addresses

- Marc