Re: [exim] Whitelisting for rDNS-check

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: exim-users
題目: Re: [exim] Whitelisting for rDNS-check
user therion wrote:
> #Deny Hosts without rDNS/only mark message,deny later
> via exim.filter-file!
>
> warn message = Broken Reverse DNS - no host name
> found for IP address $sender_host_address


You've been told not to do that already, but I don't think I saw you
respond; don't do this. It will cause you to collateral-spam faked
senders. Deny in the ACL instead.

- Marc