An external server is attempting to send email to my client. I have all my
logs set to 'debug' level. In the smtpserver log, I see a connection entry
from that server every 5-8 minutes for many hours.
My question is how to see what is happening on my end after that connection
entry in the log. There are a bunch of log entries between each of these
attempts. But I really can't tell which entries are part of this connection
attempt vs. other unrelated connections.
Is there any useful info in this log snippit below that can help determine
why this server can't connect? (or should I be looking in some other log?)
Log: (note leanderisd.org is the domain that can't seem to connect)
23/10/06 10:17:26 INF smtpserver: Connection from mail.leanderisd.org
(204.57.105.10)
23/10/06 10:17:26 DEBUG smtpserver: Sent: 220 mail.jwmhosting.com SMTP
Server (JAMES SMTP Server 2.2.0a17) ready Mon, 23 2006 10:17:26 -0500
(CDT)
23/10/06 10:17:26 DEBUG smtpserver: Calling start()
23/10/06 10:17:26 DEBUG smtpserver: Watchdog default Worker #30 has time to
sleep 360000
23/10/06 10:17:27 DEBUG smtpserver: Calling stop() default Worker #30
23/10/06 10:17:27 DEBUG smtpserver: Closing socket.
23/10/06 10:17:27 DEBUG smtpserver: Calling disposeWatchdog() default Worker
#30
23/10/06 10:17:27 DEBUG smtpserver: Watchdog default Worker #30 is exiting
run().
23/10/06 10:17:27 DEBUG smtpserver: Returning SMTPHandler to pool.
23/10/06 10:17:27 DEBUG smtpserver: Returning a
to the pool
23/10/06 10:17:30 DEBUG smtpserver: Retrieving a
from the pool
23/10/06 10:17:30 DEBUG smtpserver: Getting SMTPHandler from pool.
23/10/06 10:17:30 INF smtpserver: Connection from mx-pfm.informz.net
(64.132.221.101)
23/10/06 10:17:30 DEBUG smtpserver: Sent: 220 mail.jwmhosting.com SMTP
Server (JAMES SMTP Server 2.2.0a17) ready Mon, 23 2006 10:17:30 -0500
(CDT)
23/10/06 10:17:30 DEBUG smtpserver: Calling start()
23/10/06 10:17:30 DEBUG smtpserver: Watchdog default Worker #16 has time to
sleep 360000
23/10/06 10:17:30 DEBUG smtpserver: Command received: HEL
mx-pfm.informz.net
23/10/06 10:17:30 DEBUG smtpserver: Sent: 250-mail.jwmhosting.com Hello
mx-pfm.informz.net (mx-pfm.informz.net [64.132.221.101])
23/10/06 10:17:30 DEBUG smtpserver: Sent: 250-AUTH LGIN PLAIN
To unsubscribe, e-mail: server-user-unsubscribe (AT) james (DOT) apache.org
For additional commands, e-mail: server-user-help (AT) james (DOT) apache.org