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

Top Pagina
Delete this message
Reply to this message
Auteur: John Burnham
Datum:  
Aan: Sherona Hoosen
CC: exim-users
Onderwerp: 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