Re: [Exim] sendmail mailertable equiv

Top Pagina
Delete this message
Reply to this message
Auteur: Matthew Byng-Maddick
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] sendmail mailertable equiv
On Mon, Jan 14, 2002 at 04:43:43PM +0100, Administrateur Intranet wrote:
> for me i need to send to mail1.my.domain and mail2.my.domain the domain
> my.domain


I'm guessing that what is going wrong here is that you are trying to send
it to both, wheras all the solutions that have been proposed send it to
one or the other.

I don't know if this would work, but:

[directors]
mail_exploder:
driver=smartuser
domains=my.domain
new_address = "${quote:$local_part}@???,${quote:$local_part}@???"


[routers]
mail1_router:
    driver=domainlist
    domains=mail1.my.domain:mail2.my.domain
    route_list="mail1.my.domain mail1.my.domain byname;mail2.my.domain mail2.my.domain byname"


Though I'm not sure if this is entirely what you want, as it will rewrite
the envelope senders on each. It may be possible to stop this happening,
though I can't see how.

MBM

--
Matthew Byng-Maddick         <mbm@???>           http://colondot.net/