Message-Id: <20040310092603.9720D5E803F@???>
Date: Wed, 10 Mar 2004 10:26:03 +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,
i've started to setup exim for working with fetchmail, procmail, clamav and courier-imap.
at the moment i have the problem that i can not use rbls. if i add
deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
dnslists = dnsbl.njabl.org
#
warn message = X-Warning: $sender_host_address is in a black list at $dnslist_domain
log_message = found in $dnslist_domain
dnslists = relays.ordb.org
in the acl_check_rcpt section, i could see the following log message using exim -bd -d :
10793 check dnslists = dnsbl.njabl.org
10793 DNS list check: dnsbl.njabl.org
10793 using result of previous DNS lookup
10793 DNS lookup for 1.0.0.127.dnsbl.njabl.org failed
10793 => that means 127.0.0.1 is not listed at dnsbl.njabl.org
10793 deny: condition test failed
it seems that exim looks 127.0.0.1 up, in order to the senders IP.
what am i doing wrong?
regards thomas
______________________________
http://www.thomas-kemmerich.de
--