Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Does Jazz Team Server support SMTP authentication?

Does Jazz Team Server 4.0 support SMTP authentication and all the authorization protocols?

In JTS setup, there is a way to configure SMTP server and the username/password for it. I reckon it supports SMTP authentication but I am not sure if all the authorization protocols such as AUTH LOGIN , AUTH PLAIN, AUTH CRAM-MD5 etc.

Thanks in advance.

0 votes



One answer

Permanent link
 Hi May,

Please check its work for you,.
 
  1. On the Jazz Team Server machine, ensure that you can telnet to the SMTP server at the non-secure port

  2. Navigate to the Jazz Team Server setup page (jts/setup)

  3. In the 'Configure Email notification' step, enter all the required information to connect to the SMTP server at non-secure port

  4. Test connection and confirm that the connection is successful

  5. Change the 'Use STARTTLS' from 'false' to true'. 

  6. Test connection and confirm that it fails with the error message as described in the 'Symptom' section of this technote.

  7. Change the 'Use STARTTLS' back to 'false'

  8. Test connection and confirm that it still fails with the same error message

  9. Click on the Next button to save change to teamserver.properties file

  10. Clear browser cache and start a new session

  11. Log in to the Jazz Team Server setup page (jts/setup) and navigate to the 'Configure Email notification' step

  12. Confirm the email notification settings configured earlier are saved and the 'Use STARTTLS' is false

  13. Test connection and confirm that it still fails


Cause

The 'Use STARTTLS' property was set to 'true'. Test connection to the mail server will fail even after switching the value of 'Use STARTTLS' property back to 'false'.


STARTTLS is a command used when connecting to an SMTP server using SSL (TLS). It initiates a secure connection between the two servers, and once the communication is made, all subsequent connections will be secure. The reason that the second test connection fails when the STARTTLS is set to false is because the secure connection still remains between the two servers.


Resolving the problem

You need to restart the server to resolve the problem.


A server restart resolves this issue because it will drop the connection between the SMTP server and the JTS and create a new one, thus using non-secure transmission.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,125

Question asked: Jul 28 '13, 10:08 p.m.

Question was seen: 6,001 times

Last updated: Jul 29 '13, 12:17 a.m.

Confirmation Cancel Confirm