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

Pàgina inicial
Delete this message
Reply to this message
Autor: Tony Finch
Data:  
A: Randy Bush
CC: exim users
Assumpte: Re: [Exim] dumping mail for non-users on hubbed host
On Mon, 17 May 2004, 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?


(1) use verify = recipient/callout=defer_ok,use_sender in the ACL

(2) or otherwise ensure that invalid addresses do not verify, e.g.

>     # route valid addresses to hubbed host
>     hubbed_hosts:
>       driver = manualroute
>       domains = ! +local_domains
>       local_parts=user0:user1:user2
>       route_list = hubbed.my.dom.ain $domain byname
>       transport = remote_smtp


--
Tony Finch <dot@???> http://dotat.at/