Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

bamboo email "from" address is not FQDN

Dane Foster October 6, 2014

Hi,

Seems that bamboo doesn't use it's FQDN when sending email, which causes issues with our SMTP server. (and, I suspect would do the same for others)

error shown is:

The mail settings you entered were not valid. Error thrown was: javax.mail.SendFailedException: Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 504 5.5.2 <bamboo>: Helo command rejected: need fully-qualified hostname

 

Could this be enabled, or could you suggest a workaround?

It seems sensible for bamboo to use a FQDN when sending email.

 

2 answers

1 vote
Dane Foster October 8, 2014

Well, if anyone else is looking for a fix, something like this would work:

sudo postconf -e "smtpd_helo_restrictions = permit_mynetworks reject_invalid_helo_hostname reject_non_fqdn_helo_hostname"

sudo postfix reload

the key section is 'permit_mynetworks' - I needed to add the bamboo IP to 'mynetworks'

But it would be great if Atlassian would make bamboo use a FQDN when sending emails. 

Source; http://labs.hoffmanlabs.com/node/1856

Ganesh Punalkar March 12, 2015

Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <Ampptech@crest.in>: Recipient address rejected: address does not exist in this domain I have facing this issue on windows 2008 R2 Virtual Server, Can you suggest why this is happening.

0 votes
Ganesh Punalkar March 12, 2015

Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <Ampptech@crest.in>: Recipient address rejected: address does not exist in this domain I have facing this issue on windows machine.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events