> What I think is happening though is the other server that 
> james is trying to send to is not allowing for such a large 
> message and is just terminating the connection.
> 
> It appears that james takes the termination as a network 
> error and retries immediately (and gets itself into a loop).  
> Has anyone else seen this type of issue?  Any solutions?  I'm 
> even willing to work through some of the james code if I 
> could get a pointer or two with which classes to start with 
> in my debugging attempts.

Start here:

\src\java\org\apache\james\transport\mailets\RemoteDelivery.java 

private boolean deliver(MailImpl mail, Session session) {}

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to