Re: [Exim] trouble with rbl configuration in exim 4.01

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Matt Bernstein
Fecha:  
Cc: exim-users
Temas antiguos: Antwort: RE: [Exim] trouble with rbl configuration in exim 4.01 [EBEWE Viruschecked]
Asunto: Re: [Exim] trouble with rbl configuration in exim 4.01
At 11:22 +0100 Wolfgang.Fuertbauer@??? wrote:

>On 13.03.2002 10:56:27 "Jan Johansson" wrote:
>>
>>there is no rbl_domains in exim4. It has been replaced by the ACLs.
>
>do you have an appropriate ACL entry for me, please?


Er.. it very much depends on what you want to do.
The ACL documentation in the Exim 4 spec is very clear.

I do, however, have one little question. Living on JANET, we're blessed
with an rbl-plus subscription. Does the following work properly...

 warn hosts = +rbl_hosts
      message = X-RBL-Warning: $sender_host_address is in RBL; see http://mail-abuse.org/
      log_message = found in RBL
      dnslists = rbl-plus.mail-abuse.ja.net=127.1.0.1,127.1.0.3,127.1.0.5,127.1.0.7


 warn hosts = +rbl_hosts
      message = X-RBL-Warning: $sender_host_address is in RSS; see http://mail-abuse.org/
      log_message = found in RSS
      dnslists = rbl-plus.mail-abuse.ja.net=127.1.0.4,127.1.0.5,127.1.0.6,127.1.0.7


 warn hosts = +rbl_hosts
      message = X-RBL-Warning: $sender_host_address is in DUL; see http://mail-abuse.org/
      log_message = found in DUL
      dnslists = rbl-plus.mail-abuse.ja.net=127.1.0.2,127.1.0.3,127.1.0.6,127.1.0.7


(ie will multiple X-RBL-Warning headers be added if something is on
multiple lists)? Or will the last one replace earlier ones?

I'm hoping that log_message will be able to eventually provide me with the
answer, assuming that *it* is going to log each one ('cos if not that
would be Bad), but if anyone happens to know without doing too much work..

Matt