Re: virtual_alias_maps against local_recipient_maps

2009-02-13 Thread mouss
jakjr a écrit :
 Hello,
 
 I am using virtual_alias_maps to implement a simple mailing list.
 
 l...@example.com, after virtual_alias_maps is aliased to
 us...@example.com and us...@example.com.
 
 local_recipient_maps prevents the reception of unknown users and, in
 my case, disabled users too.
 
 So, if I disable a us...@example.com, he stops receiving email.
 (because local_recipient_maps in smtpd). But, if I send a email to
 l...@example.com he still receiving the emails (because the result of
 a virtual_alias_maps is not check again in local_recipient_maps).
 

then remove it from the list alias. fix the problem at the source.

you can script this. or, if your are using a dynamic map (sql, ...),
you can adjust your quries to do this for you (not return invalid users).

 I would like a way to re-check this results.
 

smtpd does not expand virtual aliases.


Re: virtual_alias_maps against local_recipient_maps

2009-02-12 Thread Noel Jones

jakjr wrote:

Hello,

Is there a way to check the result of a iteration(email address) on
virtual_alias_maps(cleanup) against the local_recipient_maps (smtp) ?

Best Regards

Jakjr



No.  If you describe your problem maybe someone can give some 
helpful suggestions.


 -- Noel Jones