[Exim] outlook won't authenticate

Pàgina inicial
Delete this message
Reply to this message
Autor: Jonathan Vanasco
Data:  
A: exim-users
Assumpte: [Exim] outlook won't authenticate
i fear this is more an outlook-users type of question, but i'll try it
here:

Outlook authenticates fine via ssl, but without ssl, it won't

the server is set to require auth for outbound email, and to
plain/login auth on encrypted and cram/spa on unencrypted connections

everything in /usr/exim/configure seems right, as does a sample smtp
tranasction

example: /usr/exim/configure

auth_advertise_hosts    = *
tls_advertise_hosts     = *


acl_check_auth:
   accept condition      = ${if eq
{${substr_0_4:$smtp_command_argument}}{NTLM}{yes}{no}}
   accept condition      = ${if eq
{${substr_0_5:$smtp_command_argument}}{PLAIN}{yes}{no}}
   accept condition      = ${if eq
{${substr_0_8:$smtp_command_argument}}{CRAM-MD5}{yes}{no}}
   accept condition      = ${if eq
{${substr_0_5:$smtp_command_argument}}{LOGIN}{yes}{no}}


ldap_plain:
server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
ldap_login:
server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
ldap_md5:
server_advertise_condition = ${if eq{$tls_cipher}{}{yes}{no}}
spa_ntlm:
server_advertise_condition = ${if eq{$tls_cipher}{}{yes}{no}}

example: telnet
telnet new.mastersofbranding.com smtp
220 redivi.com ESMTP Exim 4.20 Mon, 07 Jul 2003 09:41:36 -0700
EHLO test.com
250-redivi.com Hello test.com [209.73.1.254]
250-SIZE 52428800
250-PIPELINING
250-AUTH CRAM-MD5 NTLM
250-STARTTLS
250 HELP
AUTH NTLM
334 NTLM supported


so what happens?
the output of running /usr/sbin/exim -bd -q15m -d+all is below, but
generally, look at this:

09:36:13 30795 SMTP>> 250-redivi.com Hello crackbaby [209.73.1.254]
09:36:13 30795 250-SIZE 52428800
09:36:13 30795 250-PIPELINING
09:36:13 30795 250-AUTH CRAM-MD5 NTLM SPA
09:36:13 30795 250-STARTTLS
09:36:13 30795 250 HELP
09:36:13 30795 SMTP<< MAIL FROM: <jvanasco@???>

outlook tries to send email without even trying to authenticate --
despite the options to do so
(the outlook prefs for 'my outgoing server requires authentication' is
checked, along with the box marked 'Log on using Secure Password
Authentication'

so i pretty freaking lost.

has anyone seen this before?!?





09:36:12 30795 ---1 Get 135390072    56       daemon.c  313
09:36:12 30795 interface address=64.207.133.54 port=25
09:36:12 30795 ---0 Get 135398856    24       string.c  349
09:36:12 30795 host in rfc1413_hosts? yes (matched "*")
09:36:12 30795 doing ident callback
09:36:12 30795 ---1 Get 135390128    24       string.c  349
09:36:12 30795 ---1 Get 135390152   104       string.c  817
09:36:12 30795 sender_fullhost = [209.73.1.254]
09:36:12 30795 sender_rcvhost = [209.73.1.254]
09:36:12 30795 Process 30795 is handling incoming connection from
[209.73.1.254]
09:36:12 30795 checking for IP options
09:36:12 30795 no IP options found
09:36:12 30795 ---0 Get 135398880    24       string.c  349
09:36:12 30795 host in host_lookup? yes (matched "*")
09:36:12 30795 looking up host name for 209.73.1.254
09:36:12 30795 ---1 Get 135390256    24         host.c 1049
09:36:12 30795 ---1 Get 135390280     8         host.c 1060
09:36:12 30795 IP address lookup yielded esi61.esinter.com
09:36:12 30795 gethostbyname returned 1 (HOST_NOT_FOUND)
09:36:12 30795 no IP address found for host esi61.esinter.com
09:36:12 30795 LOG: host_lookup_failed MAIN
09:36:12 30795   no IP address found for host esi61.esinter.com
09:36:12 30795 no IP addresses found for esi61.esinter.com
09:36:12 30795 209.73.1.254 does not match any IP address for
esi61.esinter.com
09:36:12 30795 ---1 Get 135390288    72       string.c  349
09:36:12 30795 ---1 Get 135390360    24       string.c  349
09:36:12 30795 ---1 Get 135390384   104       string.c  817
09:36:12 30795 sender_fullhost = [209.73.1.254]
09:36:12 30795 sender_rcvhost = [209.73.1.254]
09:36:12 30795 set_process_info: 30795 handling incoming connection
from [209.73.1.254]
09:36:12 30795 ---0 Get 135398904    32       string.c  349
09:36:12 30795 host in host_reject_connection? no (option unset)
09:36:12 30795 ---0 Get 135398936    40       string.c  349
09:36:12 30795 host in sender_unqualified_hosts? no (option unset)
09:36:12 30795 ---0 Get 135398976    40       string.c  349
09:36:12 30795 host in recipient_unqualified_hosts? no (option unset)
09:36:12 30795 ---0 Get 135399016    32       string.c  349
09:36:12 30795 host in helo_verify_hosts? no (option unset)
09:36:12 30795 ---0 Get 135399048    32       string.c  349
09:36:12 30795 host in helo_try_verify_hosts? no (option unset)
09:36:12 30795 ---0 Get 135399080    32       string.c  349
09:36:12 30795 host in helo_accept_junk_hosts? no (option unset)
09:36:12 30795 ---0 Get 135399112    72       string.c  349
09:36:12 30795 LOG: smtp_connection MAIN
09:36:12 30795   SMTP connection from [209.73.1.254] (TCP/IP connection
count = 1)
09:36:12 30795 ---0 Get 135399184   104       string.c  817
09:36:12 30795 ---0 Rst 135399243    **       expand.c 3926 24600
09:36:12 30795 expanding: $primary_hostname ESMTP Exim $version_number
$tod_full
09:36:12 30795    result: redivi.com ESMTP Exim 4.20 Mon, 07 Jul 2003
09:36:12 -0700
09:36:12 30795 ---0 Get 135399248   256      smtp_in.c 1441
09:36:12 30795 SMTP>> 220 redivi.com ESMTP Exim 4.20 Mon, 07 Jul 2003
09:36:12 -0700
09:36:12 30795 ---0 Get 135399504     0       daemon.c  382
09:36:12 30795 Process 30795 is ready for new message
09:36:12 30795 ---0 Get 135399504     0      smtp_in.c 1714
09:36:12 30795 smtp_setup_msg entered
09:36:12 30795 ---0 Rst 135399504    **      smtp_in.c  734 24600
09:36:13 30795 SMTP<< EHLO crackbaby
09:36:13 30795 --Malloc 135421176    16       string.c  368 24600 4520
09:36:13 30795 ---0 Get 135399504    16       string.c  387
09:36:13 30795 ---0 Get 135399520    40       string.c  349
09:36:13 30795 crackbaby in helo_lookup_domains? no (end of list)
09:36:13 30795 ---1 Get 135390488    24       string.c  349
09:36:13 30795 ---1 Get 135390512    32       string.c  349
09:36:13 30795 ---1 Get 135390544   104       string.c  817
09:36:13 30795 sender_fullhost = (crackbaby) [209.73.1.254]
09:36:13 30795 sender_rcvhost = [209.73.1.254] (helo=crackbaby)
09:36:13 30795 set_process_info: 30795 handling incoming connection
from (crackbaby) [209.73.1.254]
09:36:13 30795 ---0 Rst 135399504    **      smtp_in.c  734 24600
09:36:13 30795 ---0 Get 135399504    32       string.c  349
09:36:13 30795 ---0 Ext 135399504   131       string.c  829
09:36:13 30795 ---0 Get 135399640    40       string.c  349
09:36:13 30795 host in pipelining_advertise_hosts? yes (matched "*")
09:36:13 30795 ---0 Get 135399680    32       string.c  349
09:36:13 30795 host in auth_advertise_hosts? yes (matched "*")
09:36:13 30795 ---0 Get 135399712     0       expand.c  458
09:36:13 30795 ---0 Get 135399712   104       string.c  817
09:36:13 30795 ---0 Rst 135399713    **       expand.c 3926 24600
09:36:13 30795 expanding: $tls_cipher
09:36:13 30795    result:
09:36:13 30795 ---0 Get 135399720     8       expand.c 3918
09:36:13 30795 ---0 Rst 135399721    **       expand.c 3926 24600
09:36:13 30795 expanding:
09:36:13 30795    result:
09:36:13 30795 condition: eq{$tls_cipher}{}
09:36:13 30795    result: true
09:36:13 30795 ---0 Get 135399728   104       string.c  817
09:36:13 30795 ---0 Rst 135399731    **       expand.c 3926 24600
09:36:13 30795 expanding: no
09:36:13 30795    result: no
09:36:13 30795 ---0 Get 135399736   104       string.c  817
09:36:13 30795 ---0 Get 135399840   104       string.c  817
09:36:13 30795 ---0 Rst 135399844    **       expand.c 3926 24600
09:36:13 30795 expanding: yes
09:36:13 30795    result: yes
09:36:13 30795 skipping: result is not used
09:36:13 30795 ---0 Rst 135399739    **       expand.c 3926 24600
09:36:13 30795 expanding: ${if eq{$tls_cipher}{}{no}{yes}}
09:36:13 30795    result: no
09:36:13 30795 ---0 Rst 135399712    **       expand.c  469 24600
09:36:13 30795 ---0 Get 135399712     0       expand.c  458
09:36:13 30795 ---0 Get 135399712   104       string.c  817
09:36:13 30795 ---0 Rst 135399713    **       expand.c 3926 24600
09:36:13 30795 expanding: $tls_cipher
09:36:13 30795    result:
09:36:13 30795 ---0 Get 135399720     8       expand.c 3918
09:36:13 30795 ---0 Rst 135399721    **       expand.c 3926 24600
09:36:13 30795 expanding:
09:36:13 30795    result:
09:36:13 30795 condition: eq{$tls_cipher}{}
09:36:13 30795    result: true
09:36:13 30795 ---0 Get 135399728   104       string.c  817
09:36:13 30795 ---0 Rst 135399731    **       expand.c 3926 24600
09:36:13 30795 expanding: no
09:36:13 30795    result: no
09:36:13 30795 ---0 Get 135399736   104       string.c  817
09:36:13 30795 ---0 Get 135399840   104       string.c  817
09:36:13 30795 ---0 Rst 135399844    **       expand.c 3926 24600
09:36:13 30795 expanding: yes
09:36:13 30795    result: yes
09:36:13 30795 skipping: result is not used
09:36:13 30795 ---0 Rst 135399739    **       expand.c 3926 24600
09:36:13 30795 expanding: ${if eq{$tls_cipher}{}{no}{yes}}
09:36:13 30795    result: no
09:36:13 30795 ---0 Rst 135399712    **       expand.c  469 24600
09:36:13 30795 ---0 Get 135399712     0       expand.c  458
09:36:13 30795 ---0 Get 135399712   104       string.c  817
09:36:13 30795 ---0 Rst 135399713    **       expand.c 3926 24600
09:36:13 30795 expanding: $tls_cipher
09:36:13 30795    result:
09:36:13 30795 ---0 Get 135399720     8       expand.c 3918
09:36:13 30795 ---0 Rst 135399721    **       expand.c 3926 24600
09:36:13 30795 expanding:
09:36:13 30795    result:
09:36:13 30795 condition: eq{$tls_cipher}{}
09:36:13 30795    result: true
09:36:13 30795 ---0 Get 135399728   104       string.c  817
09:36:13 30795 ---0 Rst 135399732    **       expand.c 3926 24600
09:36:13 30795 expanding: yes
09:36:13 30795    result: yes
09:36:13 30795 ---0 Get 135399736   104       string.c  817
09:36:13 30795 ---0 Get 135399840   104       string.c  817
09:36:13 30795 ---0 Rst 135399843    **       expand.c 3926 24600
09:36:13 30795 expanding: no
09:36:13 30795    result: no
09:36:13 30795 skipping: result is not used
09:36:13 30795 ---0 Rst 135399740    **       expand.c 3926 24600
09:36:13 30795 expanding: ${if eq{$tls_cipher}{}{yes}{no}}
09:36:13 30795    result: yes
09:36:13 30795 ---0 Rst 135399712    **       expand.c  469 24600
09:36:13 30795 ---0 Get 135399712     0       expand.c  458
09:36:13 30795 ---0 Get 135399712   104       string.c  817
09:36:13 30795 ---0 Rst 135399713    **       expand.c 3926 24600
09:36:13 30795 expanding: $tls_cipher
09:36:13 30795    result:
09:36:13 30795 ---0 Get 135399720     8       expand.c 3918
09:36:13 30795 ---0 Rst 135399721    **       expand.c 3926 24600
09:36:13 30795 expanding:
09:36:13 30795    result:
09:36:13 30795 condition: eq{$tls_cipher}{}
09:36:13 30795    result: true
09:36:13 30795 ---0 Get 135399728   104       string.c  817
09:36:13 30795 ---0 Rst 135399732    **       expand.c 3926 24600
09:36:13 30795 expanding: yes
09:36:13 30795    result: yes
09:36:13 30795 ---0 Get 135399736   104       string.c  817
09:36:13 30795 ---0 Get 135399840   104       string.c  817
09:36:13 30795 ---0 Rst 135399843    **       expand.c 3926 24600
09:36:13 30795 expanding: no
09:36:13 30795    result: no
09:36:13 30795 skipping: result is not used
09:36:13 30795 ---0 Rst 135399740    **       expand.c 3926 24600
09:36:13 30795 expanding: ${if eq{$tls_cipher}{}{yes}{no}}
09:36:13 30795    result: yes
09:36:13 30795 ---0 Rst 135399712    **       expand.c  469 24600
09:36:13 30795 ---0 Get 135399712     0       expand.c  458
09:36:13 30795 ---0 Get 135399712   104       string.c  817
09:36:13 30795 ---0 Rst 135399713    **       expand.c 3926 24600
09:36:13 30795 expanding: $tls_cipher
09:36:13 30795    result:
09:36:13 30795 ---0 Get 135399720     8       expand.c 3918
09:36:13 30795 ---0 Rst 135399721    **       expand.c 3926 24600
09:36:13 30795 expanding:
09:36:13 30795    result:
09:36:13 30795 condition: eq{$tls_cipher}{}
09:36:13 30795    result: true
09:36:13 30795 ---0 Get 135399728   104       string.c  817
09:36:13 30795 ---0 Rst 135399732    **       expand.c 3926 24600
09:36:13 30795 expanding: yes
09:36:13 30795    result: yes
09:36:13 30795 ---0 Get 135399736   104       string.c  817
09:36:13 30795 ---0 Get 135399840   104       string.c  817
09:36:13 30795 ---0 Rst 135399843    **       expand.c 3926 24600
09:36:13 30795 expanding: no
09:36:13 30795    result: no
09:36:13 30795 skipping: result is not used
09:36:13 30795 ---0 Rst 135399740    **       expand.c 3926 24600
09:36:13 30795 expanding: ${if eq{$tls_cipher}{}{yes}{no}}
09:36:13 30795    result: yes
09:36:13 30795 ---0 Rst 135399712    **       expand.c  469 24600
09:36:13 30795 ---0 Get 135399712    32       string.c  349
09:36:13 30795 host in tls_advertise_hosts? yes (matched "*")
09:36:13 30795 ---0 Get 135399744   232       string.c  832
09:36:13 30795 SMTP>> 250-redivi.com Hello crackbaby [209.73.1.254]
09:36:13 30795 250-SIZE 52428800
09:36:13 30795 250-PIPELINING
09:36:13 30795 250-AUTH CRAM-MD5 NTLM SPA
09:36:13 30795 250-STARTTLS
09:36:13 30795 250 HELP
09:36:13 30795 SMTP<< MAIL FROM: <jvanasco@???>
09:36:13 30795 ---0 Rst 135399504    **      smtp_in.c  734 24600
09:36:13 30795 ---0 Get 135399504   104       string.c  817
09:36:13 30795 ---0 Rst 135399520    **       expand.c 3926 24600
09:36:13 30795 expanding: \N^(.*)@new.(.*)$\N
09:36:13 30795    result: ^(.*)@new.(.*)$
09:36:13 30795 ---0 Get 135399520    40       string.c  349
09:36:13 30795 ---0 Get 135399560    64         exim.c   32
09:36:13 30795 ---0 Get 135399624   104       string.c  817
09:36:13 30795 ---0 Rst 135399642    **       expand.c 3926 24600
09:36:13 30795 expanding: \N^postmaster@(.*)$\N
09:36:13 30795    result: ^postmaster@(.*)$
09:36:13 30795 ---0 Get 135399648    40       string.c  349
09:36:13 30795 ---0 Get 135399688    64         exim.c   32
09:36:13 30795 ---0 Get 135399752    40        parse.c  615
09:36:13 30795 SMTP>> 250 OK
09:36:13 30795 SMTP<< RCPT TO: <jon@???>
09:36:13 30795 ---0 Get 135399792   104       string.c  817
09:36:13 30795 ---0 Rst 135399808    **       expand.c 3926 24600
09:36:13 30795 expanding: \N^(.*)@new.(.*)$\N
09:36:13 30795    result: ^(.*)@new.(.*)$
09:36:13 30795 ---0 Get 135399808    16       string.c  349
09:36:13 30795 ---0 Get 135399824    64         exim.c   32
09:36:13 30795 ---0 Get 135399888   104       string.c  817
09:36:13 30795 ---0 Rst 135399906    **       expand.c 3926 24600
09:36:13 30795 expanding: \N^postmaster@(.*)$\N
09:36:13 30795    result: ^postmaster@(.*)$
09:36:13 30795 ---0 Get 135399912    16       string.c  349
09:36:13 30795 ---0 Get 135399928    64         exim.c   32
09:36:13 30795 ---0 Get 135399992    16        parse.c  615
09:36:13 30795 ---0 Get 135400008    16       string.c  387
09:36:13 30795 ---0 Get 135400024     8      deliver.c 3847
09:36:13 30795 ---0 Get 135400032     8       string.c  387
09:36:13 30795 ---0 Get 135400040    24       string.c  349
09:36:13 30795 using ACL "acl_check_rcpt"
09:36:13 30795 processing "accept"
09:36:13 30795 check hosts = :
09:36:13 30795 ---0 Get 135400064    16       string.c  349
09:36:13 30795 host in ":"? no (end of list)
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "deny"
09:36:13 30795 check local_parts = ^.*[@%!/|] : ^\\.
09:36:13 30795 ---0 Get 135400080     8       string.c  387
09:36:13 30795 ---0 Get 135400088   104       string.c  817
09:36:13 30795 ---0 Rst 135400105    **       expand.c 3926 24600
09:36:13 30795 expanding: ^.*[@%!/|] : ^\\.
09:36:13 30795    result: ^.*[@%!/|] : ^\.
09:36:13 30795 ---0 Get 135400112    32       string.c  349
09:36:13 30795 ---0 Get 135400144    72         exim.c   32
09:36:13 30795 ---0 Get 135400216    40         exim.c   32
09:36:13 30795 jon in "^.*[@%!/|] : ^\."? no (end of list)
09:36:13 30795 deny: condition test failed
09:36:13 30795 processing "accept"
09:36:13 30795 check local_parts = postmaster
09:36:13 30795 ---0 Get 135400256     8       string.c  387
09:36:13 30795 ---0 Get 135400264    24       string.c  349
09:36:13 30795 jon in "postmaster"? no (end of list)
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "accept"
09:36:13 30795 check recipients = +migration_addresses
09:36:13 30795 ---0 Get 135400288    40       string.c  349
09:36:13 30795 ---0 Get 135400328    64       string.c  349
09:36:13 30795 address match: subject=jon@???
pattern=lsearch;/usr/exim/migration_addresses
09:36:13 30795 ---0 Get 135400392    16       string.c  387
09:36:13 30795 search_open: lsearch "/usr/exim/migration_addresses"
09:36:13 30795 --Malloc 135421568    46       search.c  400 24600 4566
09:36:13 30795 --Malloc 135421088    24       search.c  401 24600 4590
09:36:13 30795 search_find: file="/usr/exim/migration_addresses"
09:36:13 30795   key="jon@???" partial=-1 affix=NULL starflags=0
09:36:13 30795 LRU list:
09:36:13 30795   8/usr/exim/migration_addresses
09:36:13 30795   End
09:36:13 30795 internal_search_find:
file="/usr/exim/migration_addresses"
09:36:13 30795   type=lsearch key="jon@???"
09:36:13 30795 file lookup required for jon@???
09:36:13 30795   in /usr/exim/migration_addresses
09:36:13 30795 --Malloc 135421624    16       search.c  500 24600 4606
09:36:13 30795 lookup failed
09:36:13 30795 jon@??? in "lsearch;/usr/exim/migration_addresses"?
no (end of list)
09:36:13 30795 jon@??? in "+migration_addresses"? no (end of list)
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "accept"
09:36:13 30795 check domains = +relay_to_domains
09:36:13 30795 ---0 Get 135400408    16       string.c  387
09:36:13 30795 ---0 Get 135400424    40       string.c  349
09:36:13 30795 ---0 Get 135400464    16       string.c  349
09:36:13 30795 2xlp.com in ""? no (end of list)
09:36:13 30795 2xlp.com in "+relay_to_domains"? no (end of list)
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "accept"
09:36:13 30795 check hosts = +relay_from_hosts
09:36:13 30795 ---0 Get 135400480    32       string.c  349
09:36:13 30795 ---0 Get 135400512    24       string.c  349
09:36:13 30795 host in "127.0.0.1"? no (end of list)
09:36:13 30795 host in "+relay_from_hosts"? no (end of list)
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "accept"
09:36:13 30795 check authenticated = *
09:36:13 30795 accept: condition test failed
09:36:13 30795 processing "deny"
09:36:13 30795 check dnslists = proxies.blackholes.easynet.nl :
dynablock.easynet.nl : relays.ordb.org : sbl.spamhaus.org
09:36:13 30795 DNS list check: proxies.blackholes.easynet.nl
09:36:13 30795 ---1 Get 135390648    64       verify.c 2158
09:36:13 30795 ---1 Get 135390712    16       verify.c 2160
09:36:13 30795 new DNS lookup for
254.1.73.209.proxies.blackholes.easynet.nl
09:36:13 30795 --Malloc 135421648   171         exim.c   41 24600 4777
09:36:13 30795 DNS lookup of 254.1.73.209.proxies.blackholes.easynet.nl
(A) gave HOST_NOT_FOUND
09:36:13 30795 returning DNS_NOMATCH
09:36:13 30795 ---1 Get 135390728   296          dns.c  200
09:36:13 30795 DNS lookup for
254.1.73.209.proxies.blackholes.easynet.nl failed
09:36:13 30795 => that means 209.73.1.254 is not listed at
proxies.blackholes.easynet.nl
09:36:13 30795 DNS list check: dynablock.easynet.nl
09:36:13 30795 ---1 Get 135391024    56       verify.c 2158
09:36:13 30795 ---1 Get 135391080    16       verify.c 2160
09:36:13 30795 new DNS lookup for 254.1.73.209.dynablock.easynet.nl
09:36:13 30795 DNS lookup of 254.1.73.209.dynablock.easynet.nl (A) gave
HOST_NOT_FOUND
09:36:13 30795 returning DNS_NOMATCH
09:36:13 30795 ---1 Get 135391096   296          dns.c  200
09:36:13 30795 DNS lookup for 254.1.73.209.dynablock.easynet.nl failed
09:36:13 30795 => that means 209.73.1.254 is not listed at
dynablock.easynet.nl
09:36:13 30795 DNS list check: relays.ordb.org
09:36:13 30795 ---1 Get 135391392    48       verify.c 2158
09:36:13 30795 ---1 Get 135391440    16       verify.c 2160
09:36:13 30795 new DNS lookup for 254.1.73.209.relays.ordb.org
09:36:13 30795 DNS lookup of 254.1.73.209.relays.ordb.org (A) gave
HOST_NOT_FOUND
09:36:13 30795 returning DNS_NOMATCH
09:36:13 30795 ---1 Get 135391456   296          dns.c  200
09:36:13 30795 DNS lookup for 254.1.73.209.relays.ordb.org failed
09:36:13 30795 => that means 209.73.1.254 is not listed at
relays.ordb.org
09:36:13 30795 DNS list check: sbl.spamhaus.org
09:36:13 30795 ---1 Get 135391752    48       verify.c 2158
09:36:13 30795 ---1 Get 135391800    16       verify.c 2160
09:36:13 30795 new DNS lookup for 254.1.73.209.sbl.spamhaus.org
09:36:14 30795 DNS lookup of 254.1.73.209.sbl.spamhaus.org (A) gave
HOST_NOT_FOUND
09:36:14 30795 returning DNS_NOMATCH
09:36:14 30795 ---1 Get 135391816   296          dns.c  200
09:36:14 30795 DNS lookup for 254.1.73.209.sbl.spamhaus.org failed
09:36:14 30795 => that means 209.73.1.254 is not listed at
sbl.spamhaus.org
09:36:14 30795 deny: condition test failed
09:36:14 30795 processing "deny"
09:36:14 30795 deny: condition test succeeded
09:36:14 30795 ---0 Get 135400536    24       string.c  349
09:36:14 30795 ---0 Get 135400560    40       string.c  349
09:36:14 30795 ---0 Get 135400600    24       string.c  349
09:36:14 30795 SMTP>> 550 relay not permitted
09:36:14 30795 LOG: MAIN REJECT
09:36:14 30795   H=(crackbaby) [209.73.1.254]
F=<jvanasco@???> rejected RCPT <jon@???>: relay
not permitted
09:36:16 30795 SMTP<< QUIT
09:36:16 30795 SMTP>> 221 redivi.com closing connection
09:36:16 30795 ---0 Get 135400624    48       string.c  349
09:36:16 30795 LOG: smtp_connection MAIN
09:36:16 30795   SMTP connection from (crackbaby) [209.73.1.254] closed
by QUIT
09:36:16 30795 search_tidyup called
09:36:16 30795 ----Free 135421624             search.c  230
09:36:16 30795 ----Free 135421088             search.c  232
09:36:16 30795 ----Free 135421568             search.c  233