Hello,

I am using virtual_alias_maps to implement a simple mailing list.

[email protected], after virtual_alias_maps is aliased to
[email protected] and [email protected].

local_recipient_maps prevents the reception of unknown users and, in
my case, disabled users too.

So, if I disable a [email protected], he stops receiving email.
(because local_recipient_maps in smtpd). But, if I send a email to
[email protected] he still receiving the emails (because the result of
a virtual_alias_maps is not check again in local_recipient_maps).

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

Best Regards,
Jakjr.

On Thu, Feb 12, 2009 at 5:43 PM, Noel Jones <[email protected]> wrote:
> 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
>

Reply via email to