Re: [exim] pipe transports, aliases, oh my

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] pipe transports, aliases, oh my
On 2011-11-07 21:48, Yan Seiner wrote:
> In the past I've just used aliases to pipe the mail to the appropriate
> command. Exim doesn't allow that (Or at least it's strongly discouraged.)

[...]
> What is the best way to handle this many pipes?


A redirect router with a lookup returning "| command-name"
and a pipe_transport.

- Jeremy