Re: [exim] exim acl checks

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: Paulo Andre
CC: exim-users
題目: Re: [exim] exim acl checks
Paulo Andre wrote:
>>
> Hi Marc,
> My boss has just suddently changed his mind and wants to check for 08
> aswell, can this be done in the same router or better to have another?


You should keep these questions on the list, Paulo.

Yes, according to the docs [0] local-part-prefix is a string list, so
you can have multiple prefixes seperated by colons. And to head off
what I'm guessing will be the next question, if you want to deliver
different prefixes to different user accounts, use a lookup -- the
system_aliases router should be instructive there.

[0] http://www.exim.org/exim-html-4.40/doc/html/spec.html

- Marc