Re: [Exim] Need a rewriting rule for 3.36

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Michael Jakscht
CC: exim-users@exim.org
Subject: 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