Re: [Exim] dumping mail for non-users on hubbed host

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Randy Bush, exim-users
Sujet: Re: [Exim] dumping mail for non-users on hubbed host
Randy Bush wrote:
> i have a hubbed host with only three legit users, but it
> receives a few hundred thousand dictionary and other
> smtp slop per day. is there a nicer way than the
> following to sink bogus mail on my main inbound mail
> host?


You could simply use an ACL rule like:

deny  message     = No such user
       domains     = hubbed.my.dom.ain
      !local_parts = user0:user1:user2


Nico