CLM 6.0.3 - error sending mails
Hi,
when I try to send test email on configured mail settings, I am getting the following error:
Failure sending HELO command to SMTP server
What could be the resaon?
Regards,
Milan
|
6 answers
These are the questions I would ask myself:
Comments
Milan Krivic
commented Feb 20 '17, 11:01 a.m.
Hi Kevin,
i tried to resolve with IP address, but still doesn't work. I tried to ping the server, and it works. I tried to telnet server 25, and I got 220********. it seems it is ok.
Then I tried to type HELO, but I got the message:
500 5.3.3 Unrecognized command.
I contacted our system administrators, and it seems everything ok to them.
I really don't know what could be the reason. Here is the log message on the link:
Regards,
milan
Kevin Ramer
commented Feb 20 '17, 11:16 a.m.
I searched for the 500 error. One that may have solution
|
Mailing library has changed starting at CLM6.0.3, so upgrading it won't solve the issue.
|
Currently we are suspecting that this is due to JTS sending only the short hostname in the HELO command.
Ex:
>>>>>> Sending data EHLO myserverhostname<<<<<<<
EHLO myserverhostname
500 5.3.3 Unrecognized command
>>>>>> Sending data HELO myserverhostname<<<<<<<
HELO myserverhostname
500 5.3.3 Unrecognized command
I just don't know where JTS takes the 'hostname' from such that we can convince it to send
EHLO myserverhostname.mydomain.com
Comments
Kevin Ramer
commented Mar 07 '17, 9:18 a.m.
Just had this reported for our Rome CLM hosts recently upgraded to 6.0.3 We had configured in a corporate mail gateway for the geo that gave the same failures. I noticed that the JTS was also running sendmail so I configured the jts to use itself, did a test email and now e-mail is flowing.
The ones we recently upgraded to 6.0.3 are also having intermittent (Failure sending HELO command to SMTP server) mail issues.
Kevin Ramer
commented Mar 08 '17, 2:40 p.m.
I also find it strange that an upgraded JTS begins having this, but like us, you are probably also use to using the "geo.relay...." (geo = na, emea, etc ) for SMTP in the configuration.
|
Hi,
The server could not be contacted: Connection error (java.net.ConnectException: Connection refused: connect).
|
Hi,
we upgraded CLM to version 6.0.4, but problem still persists. It's look like that bug is not resolved yet... any suggestions?
Comments
Donald Nong
commented Sep 24 '17, 10:30 p.m.
If it is not identified as a product defect, upgrading the product does not necessarily resolve the issue for you. You'd better set the JTS advanced property "Debug Mail API" to true, and check jts.log for detailed information why the email notification fails. You may have to do further network trace to find out the exact cause.
|
Please verify you SMTP settings using this Work Item:
Also please make sure only JTS application team server.properties file has your SMTP server settings.
Search for "mail" string in rest of the application team server.properties file and if you find any remove them. These mail settings are specific to JTS server only.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi,
I am also getting similar error. But my email was working perfectly before upgrading to 6.0.3. Now its does not work. I have also tried with new 6.0.3 setup in a new machine but still am getting the error.
This error , i am getting in https://xxxxx:9443/jts/admin#action=com.ibm.team.repository.admin.configureMailSettings
Connection error (java.net.ConnectException: Connection refused: connect)
When I try to run jts/setup, in email setting steps, i am getting following error
The configuration test resulted in warnings. Review the warnings before continuing.ID CRJAZ1580W
The server could not be contacted: Connection error (java.net.ConnectException: Connection refused: connect).