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 jaynvt <ja...@gmail.com> on 2005/05/10 01:27:52 UTC

SMTP log entry

Hi I found this in my smtpserver log .. is it a valid attempt from 
another server to send mail or is it an attempt to use me for a relay?

tks..

Jay


smtpserver xxxxx log

08/05/05 12:47:44 INFO  smtpserver: Connection from 222.64.181.180 
(222.64.181.180)
08/05/05 12:50:53 ERROR smtpserver: Socket to 222.64.181.180 
(222.64.181.180) closed remotely.
java.net.SocketException: Connection reset
   at java.net.SocketInputStream.read(Unknown Source)
   at java.io.BufferedInputStream.read1(Unknown Source)
   at java.io.BufferedInputStream.read(Unknown Source)
   at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(Unknown Source)
   at sun.nio.cs.StreamDecoder$CharsetSD.implRead(Unknown Source)
   at sun.nio.cs.StreamDecoder.read(Unknown Source)
   at java.io.InputStreamReader.read(Unknown Source)
   at java.io.BufferedReader.fill(Unknown Source)
   at java.io.BufferedReader.read(Unknown Source)
   at 
org.apache.james.util.CRLFTerminatedReader.readLine(CRLFTerminatedReader.java:98) 

   at 
org.apache.james.smtpserver.SMTPHandler.readCommandLine(SMTPHandler.java:505) 

   at 
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:358) 

   at 
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:417) 

   at 
org.apache.james.util.thread.ExecutableRunnable.execute(ExecutableRunnable.java:55) 

   at org.apache.james.util.thread.WorkerThread.run(WorkerThread.java:90)

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


Re: SMTP log entry

Posted by ap...@bago.org.
> Hi I found this in my smtpserver log .. is it a valid attempt 
> from another server to send mail or is it an attempt to use 
> me for a relay?

Hello, it's just a connection attempt from a remote host: the tcp connection
has been closed before any command. It could be a port-probing software or
simply a delivery attempt from a server with a bad link.

Stefano

> smtpserver xxxxx log
> 
> 08/05/05 12:47:44 INFO  smtpserver: Connection from 222.64.181.180
> (222.64.181.180)
> 08/05/05 12:50:53 ERROR smtpserver: Socket to 222.64.181.180
> (222.64.181.180) closed remotely.
> java.net.SocketException: Connection reset
>    at java.net.SocketInputStream.read(Unknown Source)
>    at java.io.BufferedInputStream.read1(Unknown Source)
>    at java.io.BufferedInputStream.read(Unknown Source)
>    at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(Unknown Source)


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