Re: [exim] Query on address rewriting - can it be done in an…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users
Betreff: Re: [exim] Query on address rewriting - can it be done in an ACL?
On 05/08/2010 12:19 PM, Ron White wrote:
> I guess what I'm trying to ask is can I rewrite address conditionally
> inline in an ACL?


Effectively no. Best done in routers. Add one near the head
of your router tree to transform (only) catchall addresses into
the required destination address, then your existing
processing is unaffected.

Mind you, I'm in the "catchalls are evil" camp, unless they're honeypots.

- Jeremy