Re: [exim] unroutable address

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Fred Viles
Datum:  
To: exim-users
Betreff: 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