You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Doug <do...@beetlebop.com> on 2001/11/11 22:51:37 UTC

Getting a connection refused trying to send mail

When I try to send mail to my work address (douglas_brown@eloyalty.com) I
get a connection refused. I can obviously send mail to some servers but not
this one. Is there a configuration I haven't set correctly? I've included
the messages in the log files below.
Thanks, Doug Brown

MAILET.LOG
2001.11.11 03:44:21 677 (INFO) from Mailets: ToProcessor: Sending mail
org.apache.james.core.MailImpl@55d93d to transport
2001.11.11 03:44:21 707 (INFO) from Mailets: RemoteDelivery: Remotely
delivering mail Mail1005515061657-17-!332021980
2001.11.11 03:44:21 707 (INFO) from Mailets: RemoteDelivery: sending mail to
[Douglas_Brown@eloyalty.com] on eloyalty.com
2001.11.11 03:44:21 737 (INFO) from Mailets: RemoteDelivery: Remote delivery
thread (0) will process mail Mail1005515061657-17-!332021980-to-eloyalty.com
2001.11.11 03:44:21 737 (INFO) from Mailets: RemoteDelivery: attempting to
deliver Mail1005515061657-17-!332021980-to-eloyalty.com
2001.11.11 03:44:21 848 (INFO) from Mailets: RemoteDelivery: attempting
delivery of Mail1005515061657-17-!332021980-to-eloyalty.com to host
eloyalty.com
2001.11.11 03:44:22 909 (INFO) from Mailets: RemoteDelivery: Exception
caught in RemoteDelivery.deliver() : javax.mail.MessagingException: Could
not connect to SMTP host: eloyalty.com, port: 25;
  nested exception is:
	java.net.ConnectException: Connection refused: connect
2001.11.11 03:44:22 909 (INFO) from Mailets: RemoteDelivery: Exception
delivering mail (Mail1005515061657-17-!332021980-to-eloyalty.com:
javax.mail.MessagingException: Could not connect to SMTP host: eloyalty.com,
port: 25;
  nested exception is:
	java.net.ConnectException: Connection refused: connect
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:867)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:156)
	at javax.mail.Service.connect(Service.java:234)
	at javax.mail.Service.connect(Service.java:135)
	at javax.mail.Service.connect(Service.java:87)
	at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:93)
	at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.jav
a:127)
	at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:27
4)
	at java.lang.Thread.run(Unknown Source)

2001.11.11 03:44:22 909 (INFO) from Mailets: RemoteDelivery: Storing message
Mail1005515061657-17-!332021980-to-eloyalty.com0 into outgoing after 0
retries


NETFILE.LOG
2001.11.11 03:44:21 617 (INFO) from SMTP: Connection from main
(66.68.166.225)
2001.11.11 03:44:21 627 (DEBUG) from SMTP: Executing handler.
2001.11.11 03:44:21 627 (INFO) from SMTP: Command received: HELO main
2001.11.11 03:44:21 657 (INFO) from SMTP: Command received: MAIL FROM:
<do...@beetlebop.com>
2001.11.11 03:44:21 657 (INFO) from SMTP: Command received: RCPT TO:
<Do...@eloyalty.com>
2001.11.11 03:44:21 657 (INFO) from SMTP: Command received: DATA
2001.11.11 03:44:21 667 (INFO) from SMTP: Mail sent to Mail Server
2001.11.11 03:44:21 748 (INFO) from SMTP: Command received: QUIT


JAMESFILE.LOG
2001.11.11 03:44:21 667 (INFO) from JamesSystem: Mail Mail1005515061657-17
pushed in spool
2001.11.11 03:44:21 677 (INFO) from Processor: ==== Begin processing mail
Mail1005515061657-17 ====
2001.11.11 03:44:21 677 (INFO) from Processor: Processing
Mail1005515061657-17 through root
2001.11.11 03:44:21 697 (INFO) from Processor: ==== Removed from spool mail
Mail1005515061657-17-!332021980 ====
2001.11.11 03:44:21 707 (INFO) from Processor: ==== Begin processing mail
Mail1005515061657-17-!332021980 ====
2001.11.11 03:44:21 707 (INFO) from Processor: Processing
Mail1005515061657-17-!332021980 through transport
2001.11.11 03:44:21 717 (INFO) from Processor: ==== Removed from spool mail
Mail1005515061657-17-!332021980-to-eloyalty.com ====


INFO.LOG
2001.11.11 03:44:21 617 (DEBUG) from SocketManager: ServerSocketAcceptor on
port 25: request arrived
2001.11.11 03:44:21 627 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 set by
org.apache.james.smtpserver.SMTPHandler@3aa466
2001.11.11 03:44:21 627 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 resetted
2001.11.11 03:44:21 657 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 resetted
2001.11.11 03:44:21 657 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 resetted
2001.11.11 03:44:21 677 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 resetted
2001.11.11 03:44:21 748 (DEBUG) from TimeManager: Alarm
org.apache.james.smtpserver.SMTPHandler@3aa466 removed


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>