Re: [Exim] spam using rbl (output from exim -bh)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Burnham
Fecha:  
A: Sherona Hoosen
Cc: exim-users
Asunto: Re: [Exim] spam using rbl (output from exim -bh)
Sherona Hoosen wrote:
> Hi
>
> I'm lost.
> What is the rcpt part
>
> I'm not sure if the ACL part of the configuration is being read at
> all.
>

Reply to the list as well please.
There are several places that ACLs can run. The one you seem to have
put the RBL checks in is checked when Exim receives the recipients -
you know, the rcpt to: part of the SMTP conversation. You haven't got
that far in your exim -bh test, so of course the RBLs haven't been
checked.
John