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

Grzegorz Tańczyk updated GERONIMO-6515:
---------------------------------------

    Description: 
I encountered this problem in Apache James, where it was not possible to set 
proper domain for EHLO/HELO comand in RemoteDelivery.

After some investigation I found that it's a bug in Geronimo Javamail in 
MailConnection.java. getLocalHost function ignores all properties and takes 
`InetAddress.getLocalHost().getHostName()` each time, which is wrong. As a 
result mail delivery may not work in case of some smtp servers, you will get:
{code}5.5.2 <hostname>: Helo command rejected: need fully-qualified 
hostname{code}

I have prepared patch for this. This problem affects all versions.

  was:
I encountered this problem in Apache James, where it was not possible to set 
proper domain for EHLO/HELO comand in RemoteDelivery.

After some investigation I found that it's a bug in Geronimo Javamail in 
MailConnection.java. getLocalHost function ignores all properties and takes 
`InetAddress.getLocalHost().getHostName()` each time, which is wrong.

I have prepared patch for this. This problem affects all versions.


> Unable to set localhost for EHLO in Geronimo JavaMail
> -----------------------------------------------------
>
>                 Key: GERONIMO-6515
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6515
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Grzegorz Tańczyk
>         Attachments: GERONIMO-6515.patch
>
>
> I encountered this problem in Apache James, where it was not possible to set 
> proper domain for EHLO/HELO comand in RemoteDelivery.
> After some investigation I found that it's a bug in Geronimo Javamail in 
> MailConnection.java. getLocalHost function ignores all properties and takes 
> `InetAddress.getLocalHost().getHostName()` each time, which is wrong. As a 
> result mail delivery may not work in case of some smtp servers, you will get:
> {code}5.5.2 <hostname>: Helo command rejected: need fully-qualified 
> hostname{code}
> I have prepared patch for this. This problem affects all versions.



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

Reply via email to