On Monday, January 1, 2001, at 10:55 PM, Serge Knystautas wrote:

> ----- Original Message ----- 
> From: "Stuart Roebuck" <[EMAIL PROTECTED]> 
>  
> 2000.12.01 05:46:34 337 (INFO) from Mailets: RemoteDelivery: Exception 
> deliverin 
> g mail (Mail975692793011-9-to-stuartroebuck.freeserve.co.uk: 
> javax.mail.Messagin 
> gException: 501 syntactically invalid HELO argument(s) 
>  
>         at 
> com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:707) 
>         at com.sun.mail.smtp.SMTPTransport.helo(SMTPTransport.java:417) 
>         at 

> Stuart, 
>  
> This is a stack trace from the JavaMail API... it's apparently having 
> trouble negotiating with the remote mail server.  In the RemoteDelivery 
> mailet, there should be a place to turn on debugging for that Session, and 
> then you'll be able to see the complete communication being sent between 
> JavaMail and the outgoing server. 
>  
> Aside from this, here's one hunch... you've put something other than a valid 
> domain name in the <helloName> tag in james.conf.xml.  That's what I would 
> guess is the problem if the remote server is choking on JavaMail sending a 
> helo command. 

Serge,

Thanks for this.  I was also working on the same hunch, my helloname wasn't valid as a 
domain-name, but when I fixed it, this didn't help.  I haven't had time to track it 
much further, but initial results gave the impression that it was ignoring my 
helloname and using localhost.  As JAMES is running on a multihoming machine behind a 
NATed firewall, I suspect that localhost may become unhelpful.  Anyway, as you say, 
I'll try to intercept the negotiation and see what is actually being 'said'!

Cheers,

Stuart.

** We are currently experiencing prolonged difficulties with our email **
** provider DIGIWEB and INTERLIANT.  To guarantee that your response   **
** is received, please replace "adolos.com" with "adolos.co.uk".       **

-------------------------------------------------------------------------
Stuart Roebuck                                  [EMAIL PROTECTED]
Lead Developer                                  Mac OS X, Java, XML, etc.
ADOLOS                                             http://www.adolos.com/

------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to