Re: [exim] second mail server

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: riccardo diago
Ημερομηνία:  
Προς: John Robinson
Υ/ο: Exim-Users
Αντικείμενο: Re: [exim] second mail server
John Robinson ha scritto:
> On 21/11/2007 16:10, riccardo diago wrote:
>
>> I want to redirect (for now) just one email account of mail server1 to
>> mail server 2.
>> How can I do it ?
>> I tried this in my exim.conf :
>> ...
>> #test:
>> # driver = manualroute
>> # transport = remote_smtp
>> # local_parts = joe.deep
>> # route_list = * mail-server-2
>>
>> It didn't work... :(
>>
>> someone can help me out?
>>
>
> No mention of domains here. The above will catch joe.deep@???
> so it's almost definitely not what you want. If was working from the
> default config, and joe.deep is a local user, I'd be inclined to add to
> my /etc/aliases file:
>
> joe.deep : joe.deep@mail-server-2
>
> Cheers,
>
> John.
>
>

But..., if my local user is not that ?
For instance, if my /etc/aliases is like :
joe.deep@??? : joe_deep
what can happen?

I have to correct the line in:
joe.deep@??? : joe_deep, joe.deep@mail-server-2

Right?