Your problem is not caused by the James smtp server helo name but by the James smtp client.
I think you can set the mail.smtp.localhost attribute of the RemoteDelivery mailet (there is an example in config.xml) So you must set: <mail.smtp.localhost>podheaddb.podhead.dk</mail.smtp.localhost> Martijn On Sun, 2008-03-02 at 12:02 +0100, Marc de Oliveira wrote: > Thanks for the feedback. I have tried using the fully qualified name in the > helo command, like this: > > "UTL_SMTP.HELO(c, 'podheaddb.podhead.dk');" > > and change the James setup to: > > <servername>podheaddb.podhead.dk</servername> > <helloName autodetect="true">podheaddb.podhead.dk</helloName> (under > <smtpserver enabled="true">) > > but I still get the same error message from some mail servers: > > "550 <podheaddb>: Helo command rejected: Email denied due to invalid helo > name" > > Note, that even though I use the fully quallified name in the helo command > and in the James config.xml, the error message contains the short name > (podheaddb). > > Any help would be much appreciated. > > Sincerely, > Marc de Oliveira > > > ----- Original Message ----- > From: "Norman Maurer" <[EMAIL PROTECTED]> > To: "James Users List" <[email protected]> > Sent: Saturday, March 01, 2008 7:51 PM > Subject: Re: Helo command rejected: Email denied due to invalid helo name > > > > Hi, > > > > the helo needs to be a full qualified domain name like mail.example.org. > > > > Cheers, > > Norman > > > > Am Samstag, den 01.03.2008, 12:16 +0100 schrieb Marc de Oliveira: > >> Some mails sent from my James 2.3.1 server are returned with the message: > >> > >> "550 <podheaddb>: Helo command rejected: Email denied due to invalid > >> helo > >> name" > >> > >> "podheaddb" is the Windows XP servers name. Trying to align everything > >> with > >> that name I have set it up so that the SMTP program (which is an Oracle > >> database) uses the following helo command: > >> > >> "UTL_SMTP.HELO(c, 'podheaddb');" > >> > >> James is setup to: > >> > >> <servername>podheaddb</servername> > >> <helloName autodetect="true">podheaddb</helloName> (under <smtpserver > >> enabled="true">) > >> > >> I guess, I have misunderstood how this HELO command is working. Could > >> somebody point me in the right direction? > >> > >> Sincerely, > >> Marc de Oliveira > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
