[Exim] mail relay reject

Top Page
Delete this message
Reply to this message
Author: sys044
Date:  
To: exim-users
Subject: [Exim] mail relay reject
I have been introducing EXIM to our mailhub [1,2] (the basic SMTP routesr for
the university). I thought it all worked with the local relays tested
but last nights logs showed otherwise [I let it go live at 17:30].

------------------------------------------------------------------------------
2000-07-28 08:52:58 refused relay (host) to <gxm@???> 
    from <webmaster@???> H=smtp3.libero.it [193.70.192.53]
------------------------------------------------------------------------------


hsru.abdn.ac.uk is on the permited relay list and mail locally
generated gets to it fine.

Testing again this morning could not replicate the fault.

# ./exim -bh 193.70.192.53

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

>>> host in host_lookup? yes (0.0.0.0/0)
>>> looking up host name for 193.70.192.53
>>> IP address lookup yielded smtp3.libero.it
>>> host in host_reject? no (option unset)
>>> host in host_reject_recipients? no (option unset)
>>> host in rbl_hosts? yes (end of list)
>>> checking RBL domain rbl.maps.vix.com/warn
>>> RBL lookup for 53.192.70.193.rbl.maps.vix.com failed
>>> => that means it's not black listed at rbl.maps.vix.com
>>> checking RBL domain dul.maps.vix.com/warn
>>> RBL lookup for 53.192.70.193.dul.maps.vix.com failed
>>> => that means it's not black listed at dul.maps.vix.com
>>> checking RBL domain relays.mail-abuse.org/warn
>>> RBL lookup for 53.192.70.193.relays.mail-abuse.org failed
>>> => that means it's not black listed at relays.mail-abuse.org
>>> host in sender_unqualified_hosts? no (end of list)
>>> host in receiver_unqualified_hosts? no (end of list)
>>> host in helo_verify? no (option unset)
>>> host in helo_accept_junk_hosts? no (option unset)

220 mailhub2.abdn.ac.uk ESMTP Exim 3.16 #1 Fri, 28 Jul 2000 10:37:13 +0100
HELO smtp3.libero.it
250 mailhub2.abdn.ac.uk Hello smtp3.libero.it [193.70.192.53]
MAIL from: <webmaster@???>
>>> webmaster@??? in sender_reject? no (option unset)
>>> webmaster@??? in sender_reject_recipients? no (option unset)
>>> host in sender_verify_hosts? yes (end of list)
>>> verifying sender webmaster@???
>>> assr.it in local_domains? no (end of list)

250 <webmaster@???> is syntactically correct
RCPT to: <gxm@???>
>>> hsru.abdn.ac.uk in local_domains? no (matched !hsru.abdn.ac.uk)
>>> hsru.abdn.ac.uk in relay_domains? yes (matched hsru.abdn.ac.uk)
>>> host in receiver_verify_hosts? yes (*)
>>> hsru.abdn.ac.uk in local_domains? no (matched !hsru.abdn.ac.uk)

250 <gxm@???> verified
RCPT to: <j@???>
>>> ed.ac.uk in local_domains? no (end of list)
>>> ed.ac.uk in relay_domains? no (end of list)
>>> host in host_accept_relay? no (end of list)

550-contact postmaster@??? if problems
550 relaying to <j@???> prohibited by administrator
LOG: refused relay (host) to <j@???> from <webmaster@???> H=smtp3.libero.it [193.70.192.53]
QUIT


I threw in the last RCPT to convince me that some relaying was rejected.

Any ideas what is wrong? Why the test seems to work whereas in real it
fails.

John Linn (j.linn@???)