Re: [Exim] RBL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Johnson, Michael, exim-users
Asunto: Re: [Exim] RBL
Johnson, Michael wrote:
> Hi all,
>     I subscribed to mail-abuse lists and added the lists to dnslists.
> After I added them and placed deny before this line all mail was being
> denied message "host is listed in " (did not list a RBL list name). I
> quickly removed this and am now asking for the lists help. I would also like
> to do a lsearch on a file foe the servers is this possible? I have posted
> the ACL for my exim4 config. Thanks for your time.


You want to load the blacklists from a file?
deny message = host is listed in $dnslist_domain
      dnslists = /etc/virtualmail/rbl-lists


This COULD work, just try it.