[ 
https://issues.apache.org/jira/browse/JAMES-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Tańczyk updated JAMES-1538:
------------------------------------

    Description: 
This is a clone of bug in Apache Geronimo Javamail: GERONIMO-6515, which 
affects James 3.0

I was getting this error for RemoteDelivery to some SMTP servers:
{code}5.5.2 <hostname>: Helo command rejected: need fully-qualified 
hostname{code}

It's a bug in Geronimo Javamail(all versions), since it takes localhost from 
`InetAddress.getLocalHost().getHostName()` and ignores any other 
settings(mail.smtp.localhost). James is using geronimo-javamail_1.4-1.8.3.

  was:
This is a clone of bug in Apache Geronimo Javamail: GERONIMO-6515, which 
affects James 3.0

I was getting this error for RemoteDelivery to some SMTP servers:
{code}5.5.2 <hostname>: Helo command rejected: need fully-qualified 
hostname{code}

It's a bug in Geronimo Javamail(all versions), since it takes localhost from 
`InetAddress.getLocalHost().getHostName()` and ignores any other 
settings(mail.smtp.localhost).


> Unable to set localhost for EHLO/HELO
> -------------------------------------
>
>                 Key: JAMES-1538
>                 URL: https://issues.apache.org/jira/browse/JAMES-1538
>             Project: James Server
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 3.0-beta4
>            Reporter: Grzegorz Tańczyk
>
> This is a clone of bug in Apache Geronimo Javamail: GERONIMO-6515, which 
> affects James 3.0
> I was getting this error for RemoteDelivery to some SMTP servers:
> {code}5.5.2 <hostname>: Helo command rejected: need fully-qualified 
> hostname{code}
> It's a bug in Geronimo Javamail(all versions), since it takes localhost from 
> `InetAddress.getLocalHost().getHostName()` and ignores any other 
> settings(mail.smtp.localhost). James is using geronimo-javamail_1.4-1.8.3.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to