Re: [exim] Exim Newbie Seeks Help ;)

Top Page
Delete this message
Reply to this message
Author: Dominik Ruf
Date:  
To: exim-users
Subject: Re: [exim] Exim Newbie Seeks Help ;)
* dave <dcartledge@???> [2004-08-27 22:57]:
>
> How can I send mail to "test@???" and have it delivered to my
> system user "usera"?. In sendmail I was used to the virtusertable which
> enabled me to point email addresses direct to a system user. In exim it
> seems that I can only deliver mail to a system user of the same name -
> ie mail to usera@??? is delivered to usera - I can't send mail to
> test@??? and have it arrive in usera's mailbox.


Have a look at spec.txt, chapter 22 "the redirect router" and
chapter 7.3 "the default configuration file - router configuration"
(the paragraph about system_aliases).

Maybe just putting the line "test: usera" in /etc/aliases is what
you want. Note: This will send _any_ mail for test@$local_domain
to usera@$your_hostname. In case you only want the redirection for
domain.com you could easily adopt the system_aliases router to
look up the domain, too.

HTH, Dominik