Re: Re: [Exim] dnslists: always looks 127.0.0.1 up

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Thomas Kemmerich
Datum:  
To: exim-users
CC: 
Betreff: Re: Re: [Exim] dnslists: always looks 127.0.0.1 up
Message-Id: <20040310132210.9BED45E8050@???>
Date: Wed, 10 Mar 2004 14:22:10 +0100 (CET)
X-Virus-Scanned: by amavisd-new at awi2.de
X-Amavis-Alert: BAD HEADER Improper use of control character (char 0D hex) in message header 'MIME-Version'
  MIME-Version: 1.0\r\n                   ^


This is a MIME encoded Message
--
[ Picked text/plain from multipart/alternative ]
hi,

to all who are interessted in. because exim can not use rbls when you fetch your mail using fetchmail, you need to setup spamassassin's local.cf somehow like this:

# Enable or disable network checks
skip_rbl_checks         0


# ORDB Blacklist
header RCVD_IN_ORDB rbleval:check_rbl('ordb', 'relays.ordb.org.')
describe RCVD_IN_ORDB Listed by ORDB
tflags RCVD_IN_ORDB net
score RCVD_IN_ORDB 2


header RCVD_IN_SPAMCOP rbleval:check_rbl('spamcop', 'bl.spamcop.net.')
describe RCVD_IN_SPAMCOP Listed by bl.spamcop.net
tflags RCVD_IN_SPAMCOP net
score RCVD_IN_SPAMCOP 10


thanks.

thomas


______________________________
http://www.thomas-kemmerich.de
--