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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: 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