|
Mail server does not send fully qualified hostname
-------------------------------------------------- Key: JENKINS-10744 URL: https://issues.jenkins-ci.org/browse/JENKINS-10744 Project: Jenkins Issue Type: Bug Components: mail Reporter: Christian Weiske The jenkins-ci.org mail server does send a fully qualified hostname on SMTP HELO, which causes mails to get rejected by some mail servers. I personally did not get the confirmation mail for [hidden email] because the server rejected the mails. Solution: Instead of {{cucumber}}, send a hostname like {{cucumber.jenkins-ci.org}} SMTP log: {code} NOQUEUE: reject: RCPT from 63-246-20-93.contegix.com[63.246.20.93]: 504 5.5.2 <cucumber>: Helo command rejected: need fully-qualified hostname; from=<[hidden email]> to=<[hidden email]> proto=ESMTP helo=<cucumber> {code} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154454#comment-154454 ] sogabe commented on JENKINS-10744: ---------------------------------- Workaround: See http://www.oracle.com/technetwork/java/faq-135477.html#helo {quote} You may also set the "mail.smtp.localhost" property to the name you want to use for the HELO command. {quote} > Mail server does not send fully qualified hostname > -------------------------------------------------- > > Key: JENKINS-10744 > URL: https://issues.jenkins-ci.org/browse/JENKINS-10744 > Project: Jenkins > Issue Type: Bug > Components: mail > Reporter: Christian Weiske > > The jenkins-ci.org mail server does send a fully qualified hostname on SMTP HELO, which causes mails to get rejected by some mail servers. I personally did not get the confirmation mail for [hidden email] because the server rejected the mails. > Solution: Instead of {{cucumber}}, send a hostname like {{cucumber.jenkins-ci.org}} > SMTP log: > {code} > NOQUEUE: reject: RCPT from 63-246-20-93.contegix.com[63.246.20.93]: > 504 5.5.2 <cucumber>: Helo command rejected: need fully-qualified hostname; > from=<[hidden email]> to=<[hidden email]> > proto=ESMTP helo=<cucumber> > {code} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
| Powered by Nabble | Edit this page |

Is it still an issue?