Thomas Ackermann:
> Hello,
> i use the recipient_delimiter (with a ".") quite often.
> 
> Some of those sub-recipients(?) of accounts are already spammed.
> 
> I would like to reject Mails to them ...
> 
> For example:
> name.post...@$mydomain would be OK, while
> name.s...@$mydomain should be rejected ...
> 
> What is the best way to configured this?

Access maps:

        [email protected]   550 5.1.1 user unknown 

Transport maps:

        [email protected]   error:5.1.1 user unknown

> Also, is it possible to reject the "main" recipient, while allowing all 
> possible sub-recipients?

Use access or transport maps to whitelist all the sub addresses and
reject the primary.

        Wietse

Reply via email to