Re: [exim] unroutable address

Góra strony
Delete this message
Reply to this message
Autor: Fred Viles
Data:  
Dla: exim-users
Temat: 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