Re: [exim] unroutable address

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Fred Viles
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] unroutable address
On 28 May 2005 at 21:06, Gasperi Michael wrote about
    "[exim] unroutable address":


| is there a way how to bounce unroutable addresses only to my local users?


Rather than rejecting at SMTP time, you mean? Just suppress your
verify=recipient ACL condition only for your local users. Just make
sure your "local users" test is safe. Don't rely on the sender
address unless you also refuse local sender addresses from untrusted
(external, unauthenticated) clients.

- Fred