Re: [exim] unroutable address

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fred Viles
日付:  
To: 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