Re: [Exim] Need a rewriting rule for 3.36

Inizio della pagina
Delete this message
Reply to this message
Autore: Nico Erfurth
Data:  
To: Michael Jakscht
CC: exim-users@exim.org
Oggetto: Re: [Exim] Need a rewriting rule for 3.36
> I need a rewriting rule for our exim 3.36 server (mailgateway).
> The rule should accomplish just one thing:
> Every e-mail which has the domain somepart@??? should
> be rewritten to somepart@???.
> How can I achieve this?
> Please help, I take any kind of information ;-)


^(.*)@.*\.vit\.de$ $1@???

ciao