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 saint_john <sa...@mail.ru> on 2007/10/11 01:44:25 UTC

cannot send or receive from remote servers

Cannot receive or send mail to remote servers, always getting 
"socket to ... closed remotely... connection reset"
what's wrong with my JAMES?

11/10/07 03:13:16 ERROR smtpserver: Socket to an-out-0708.google.com
(209.85.132.249) closed remotely.
java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
        at
org.apache.james.util.CRLFTerminatedReader.read(CRLFTerminatedReader.java:153)
        at
org.apache.james.util.CRLFTerminatedReader.readLine(CRLFTerminatedReader.java:113)
        at
org.apache.james.smtpserver.SMTPHandler.readCommandLine(SMTPHandler.java:751)
        at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:372)
        at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:432)
        at
org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55)
        at
org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116)

-- 
View this message in context: http://www.nabble.com/cannot-send-or-receive-from-remote-servers-tf4604299.html#a13146957
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: cannot send or receive from remote servers

Posted by Norman Maurer <no...@apache.org>.
Hi,

did you checked if you was able to send email via telnet ?

# telnet remoteserver 25
helo yourdomain.de
mail from: <>
rcpt to: <re...@remotedomain>
data
Subject: test
.


 ?

bye
Norman


Am Mittwoch, den 10.10.2007, 16:44 -0700 schrieb saint_john:
> Cannot receive or send mail to remote servers, always getting 
> "socket to ... closed remotely... connection reset"
> what's wrong with my JAMES?
> 
> 11/10/07 03:13:16 ERROR smtpserver: Socket to an-out-0708.google.com
> (209.85.132.249) closed remotely.
> java.net.SocketException: Connection reset
>         at java.net.SocketInputStream.read(SocketInputStream.java:168)
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
>         at
> org.apache.james.util.CRLFTerminatedReader.read(CRLFTerminatedReader.java:153)
>         at
> org.apache.james.util.CRLFTerminatedReader.readLine(CRLFTerminatedReader.java:113)
>         at
> org.apache.james.smtpserver.SMTPHandler.readCommandLine(SMTPHandler.java:751)
>         at
> org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:372)
>         at
> org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:432)
>         at
> org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55)
>         at
> org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116)
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org