Re: [exim] Whitelisting for rDNS-check

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Sherman
Date:  
À: exim-users
Sujet: 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