Re: [Exim] Mail Redirection

Pàgina inicial
Delete this message
Reply to this message
Autor: John Burnham
Data:  
A: James Collins
CC: exim-users
Assumpte: 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