Re: [exim] unroutable address

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Fred Viles
Fecha:  
A: exim-users
Asunto: 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