Re: [Exim] Need a rewriting rule for 3.36

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Michael Jakscht
Υ/ο: exim-users@exim.org
Αντικείμενο: 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