Re: Policy delegation after alias expansion

2012-11-14 Thread Wietse Venema
Reinaldo Gil Lima de Carvalho: > On Wed, Nov 14, 2012 at 9:15 PM, Wietse Venema wrote: > > > Reinaldo de Carvalho: > > > Is possible call a policy daemon after alias expansion? > > > > local_recipient_maps and reject_unverified_recipient will verify > > that the alias exist, but won't look at the

Re: Policy delegation after alias expansion

2012-11-14 Thread Reinaldo Gil Lima de Carvalho
On Wed, Nov 14, 2012 at 9:15 PM, Wietse Venema wrote: > Reinaldo de Carvalho: > > Is possible call a policy daemon after alias expansion? > > local_recipient_maps and reject_unverified_recipient will verify > that the alias exist, but won't look at the result of expansion. > > Then I need make th

Re: Policy delegation after alias expansion

2012-11-14 Thread Wietse Venema
Reinaldo de Carvalho: > Is possible call a policy daemon after alias expansion? local_recipient_maps and reject_unverified_recipient will verify that the alias exist, but won't look at the result of expansion. Wietse

Re: Policy delegation after alias expansion

2012-11-14 Thread Jeroen Geilman
On 11/14/2012 11:45 PM, Reinaldo de Carvalho wrote: Is possible call a policy daemon after alias expansion? Policy checks happen in the context of smtp reception (before end-of-data); alias expansion happens once the message has been accepted (after end-of-data) and just before it is queued.