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 david joffrin <da...@hotmail.com> on 2006/01/11 00:53:26 UTC

class javax.mail.SendFailedException: 553 Attack detected from ???

Hi everybody,

I am currently doing through my mailet log files and I am reading the 
foillowing:
10/01/06 12:12:12 INFO  James.Mailet: RemoteDelivery: Attempting delivery of 
Mail1136895131568-510-to-samo.com to host smtp.secureserver.net. at 
64.202.166.12 to addresses [winner446@samo.com]
10/01/06 12:12:14 INFO  James.Mailet: RemoteDelivery: Attempting delivery of 
Mail1136895131568-510-to-samo.com to host mailstore1.secureserver.net. at 
64.202.166.11 to addresses [winner446@samo.com]
10/01/06 12:12:15 INFO  James.Mailet: RemoteDelivery: Permanent exception 
delivering mail (Mail1136895131568-510-to-samo.com: 
javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
	class javax.mail.SendFailedException: 553 Attack detected from pool 
81.146.57.252. <http://unblock.secureserver.net/?ip=81.146.57.*>

	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:926)
	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:389)
	at 
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:448)
	at 
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912)
	at java.lang.Thread.run(Thread.java:534)

What does it mean? Anything I can do?

Thanks for your help.
DvJ



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


Re: class javax.mail.SendFailedException: 553 Attack detected from ???

Posted by Stefano Bagnara <ap...@bago.org>.
david joffrin wrote:
> Hi everybody,
> 
> I am currently doing through my mailet log files and I am reading the
> foillowing:

>     class javax.mail.SendFailedException: 553 Attack detected from pool
> 81.146.57.252. <http://unblock.secureserver.net/?ip=81.146.57.*>


Your IP has been probably added to a blacklist (graylist?).
Follow the link and ask to be removed. You should also ask why you've
been added: the Ban is for a full class C. Are you the admin for the
whole subnet or do you control only your IP? Is it a dynamic IP?

Stefano

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