Re: [Exim] Need a rewriting rule for 3.36

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Michael Jakscht
Ημερομηνία:  
Προς: exim-users
Υ/ο: Nico Erfurth
Αντικείμενο: Re: [Exim] Need a rewriting rule for 3.36
Hey ;-)


> > 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


if i use configured reweriting - can't i just use

---
*@*.vit.de $1@???
---

to do just the same thing as your example??

Michael