[Exim] host_reject not used?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Scott M. Nolde
日付:  
To: exim-users
題目: [Exim] host_reject not used?
In my exim-3.36 configuration I have instituted several anti-spam
measures. I have two lookup files set up by:
sender_reject_recipients = @@lsearch;/etc/exim/spammers
host_reject = @@lsearch;/etc/exim/LARTed

The format for each of these files are:
spamdomain.com
hotmail.com
iwanttospamyou.com
and
64.4.31.4
65.118.64.0/22
66.21.5.90
respectively.

However when I try 'exim -d9 -bh 64.4.31.4' to simulate a connection from
hotmail, I see this:
Exim version 3.36 debug level 9 uid=0 gid=0
probably Berkeley DB version 1.8x (native mode)
Caller is an admin user
Caller is a trusted user
originator: uid=0 gid=0 login=root name=Charlie Root
sender address = root@???
sender_fullhost = [64.4.31.4]
sender_rcvhost = [64.4.31.4]

**** SMTP testing session as if from host 64.4.31.4
**** Not for real!

host in host_lookup? yes (*)
looking up host name for 64.4.31.4
IP address lookup yielded f4.pav1.hotmail.com
sender_fullhost = f4.pav1.hotmail.com [64.4.31.4]
sender_rcvhost = f4.pav1.hotmail.com ([64.4.31.4])
set_process_info: 27304 handling incoming connection from
f4.pav1.hotmail.com [64.4.31.4]
host in host_reject? no (end of list)
host in host_reject_recipients? no (option unset)
host in rbl_hosts? yes (*)
checking RBL domain relays.ordb.org/reject
DNS lookup of 4.31.4.64.relays.ordb.org (A) gave HOST_NOT_FOUND
returning DNS_NOMATCH
RBL lookup for 4.31.4.64.relays.ordb.org failed
=> that means it's not black listed at relays.ordb.org
checking RBL domain relays.osirusoft.com/reject
DNS lookup of 4.31.4.64.relays.osirusoft.com (A) gave HOST_NOT_FOUND
returning DNS_NOMATCH
RBL lookup for 4.31.4.64.relays.osirusoft.com failed
=> that means it's not black listed at relays.osirusoft.com
host in auth_hosts? no (option unset)
host in auth_over_tls_hosts? no (option unset)
host in tls_hosts? no (option unset)
host in sender_unqualified_hosts? no (option unset)
host in receiver_unqualified_hosts? no (option unset)
host in helo_verify? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
SMTP>> 220 smnolde.com ESMTP Exim 3.36 #1 Mon, 20 May 2002 10:05:52 -0400

220 smnolde.com ESMTP Exim 3.36 #1 Mon, 20 May 2002 10:05:52 -0400
smtp_setup_msg entered

Have I misconfigured host_reject and sender_reject_recipients? Or am I
missing something more fundamental?

--
Scott Nolde
GPG Key 0xD869AB48