Re: [exim] exim acl checks

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Sherman
Data:  
A: Paulo Andre
CC: exim-users
Assumpte: 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