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

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Randy Bush, exim-users
Subject: 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