Dear Community
Try to configure jira outgoing mail.
Get the following error:
An error has occurred with sending the test email:
com.atlassian.mail.MailException: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 No RDNS entry for 192.168.31.30
192.168.31.30 is our Jira-Server?
RDNS was made
Any idea?
Regards
Ruth
Dear @Ruth Wälti,
the mail server didn't found a revers DNS entry for 192.168.31.30. This is true, because your IP address is an internal one, only, used for local networks, and will not be found.
This happens, when you talk directly to a mail server that can manage public traffic. It checks if the other mail server (thinks Jira is a mail server) is a 'real' one and tries to get a DNS name by asking the name service with your IP.
Best you connect to this mail server with login credentials or you disable rDNS check on the mail server side (cannot recommend due to security).
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So best you accept my answer, so that others can see when searching the questions.
Thanks
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using your corporate mail server ? OR Did you install local SMTP server for sending emails out from JIRA? Is the above message you received from a bounce back email? Then it appears some of the email server won't accept emails from a server whose IP should not have a correct PTR. You may need to check with your mail server admin for any help. Alternately, you could try dig -x 192.168.31.30 and see if there is any PTR record listed there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.