Re: [Exim] Mail Redirection

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: James Collins
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Mail Redirection
James Collins wrote:
>     Is there a way for me to automatically redirect all mail from

one
> *@mary.com domain to another *@john.com domain?
>

Yeah, fairly easy, use a router like.
example:
driver = redirect
allow_defer
allow_fail
data = $local_part@???
domains = mary.com

John