This is a discussion on Re: How to make this work? within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; noobe wrote: > How would I do this? > I have several @domain1 @domain2 and @domain3 > now I also ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
noobe wrote:
> How would I do this? > I have several @domain1 @domain2 and @domain3 > now I also have or want the same first part > myself@domain1 now I want to have myself@domain2 > and myself@domain3 now I want all of mail to go to each @domain > individually in other words I do not want myself@domain1 to go to > myself@domain2 or 3 and all the possible combinations. > > I am using exim 4.42 with exiscan built in on Suse 9.2 pro > > What other requirements do I have to implement to make this work > properly? > > I have read a lot of the help pages at exim.org and just got more > confused and am at a bigger loss than when I started this. > > > Thanks for any input on this Change the exim.conf file with the following information: # This allows local delivery to be forced, avoiding alias files and # forwarding. real_local: prefix = real- driver = localuser transport = local_delivery virtual: driver = aliasfile domains = domain1 : domain2 : domain3 file = /etc/aliases.$domain search_type = lsearch no_more In the files /etc/aliases.domain1, /etc/aliases.domain2, ... you need to make the translations to real user-ids. Example for aliases.domain1: info: mailinfodomain1 peter: mailpeterdomain1 Translates info@domain1 to the user mailinfodomain1 and translates peter@domain1 to the user mailpeterdomain1. I hope this helps. Sincerely, Patrick Holthuizen |
|
|||
|
"Patrick Holthuizen" <turboen@netscape.net> wrote in message news:d4jdjh$5lv$1@reader08.wxs.nl... > noobe wrote: >> How would I do this? I have several @domain1 @domain2 and @domain3 >> now I also have or want the same first part >> myself@domain1 now I want to have myself@domain2 >> and myself@domain3 now I want all of mail to go to each @domain >> individually in other words I do not want myself@domain1 to go to >> myself@domain2 or 3 and all the possible combinations. >> >> I am using exim 4.42 with exiscan built in on Suse 9.2 pro >> >> What other requirements do I have to implement to make this work >> properly? >> >> I have read a lot of the help pages at exim.org and just got more >> confused and am at a bigger loss than when I started this. >> >> >> Thanks for any input on this > > > Change the exim.conf file with the following information: > > # This allows local delivery to be forced, avoiding alias files and > # forwarding. > > real_local: > prefix = real- > driver = localuser > transport = local_delivery > > virtual: > driver = aliasfile > domains = domain1 : domain2 : domain3 > file = /etc/aliases.$domain > search_type = lsearch > no_more > > > In the files /etc/aliases.domain1, /etc/aliases.domain2, ... you need to > make the translations to real user-ids. > > Example for aliases.domain1: > info: mailinfodomain1 > peter: mailpeterdomain1 > > Translates info@domain1 to the user mailinfodomain1 and translates > peter@domain1 to the user mailpeterdomain1. > > I hope this helps. > > Sincerely, > Patrick Holthuizen Sorry for sort of highjacking this thread but it is very close to answering my question AND I cannot find anything on Google regarding this. I am using an als file for each domain I host. I have the need to to send a single incoming email (from a specific customer of the domain listed in my sig.) to 2 users on the Anrod Screen domain and am wondering how to do (if it can be done). -- Brent Atkerson Anrod Screen Cylinder Co. www.anrodscreen.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|