Old SMTP server details in systemout.log after changing to new SMTP server
Email notifications functionality in Rational Jazz TeamServer. In the jts/admin we entered the properties. This worked great for years. Recently we changed our mail server. So I had to enter the new mail server address and Save the Email settings page. I can locate his property as well in the teamserver.properties file.
This is the property com.ibm.team.repository.notification.mail.smtp.server. The value is ok. Unfortunately, all email notifications are still send to our old mail server.
Is the mail server address also stored somewhere else?
Accepted answer
Hi Mohan,
Only the
teamserver
.properties file for
jts
should have the mail settings.
Verify any entries for the
smtp
host or mail settings in other applications (ccm, rm,
dcc
,
qm
) in the
teamserver
.properties files expect the
jts
like below.
com.ibm.team.repository.notification.mail.smtp.server=......
com.ibm.team.repository.notification.mail.from_name=......
com.ibm.team.repository.notification.mail.from=......
com.ibm.team.repository.notification.mail.enabled=.....
Note: Please remove them and restart the server.( copy the
teamserver
.properties file first as
backup
before any changes)
Regards,
Arun.
Only the
Verify any entries for the
com.ibm.team.repository.notification.mail.smtp.server=......
com.ibm.team.repository.notification.mail.from_name=......
com.ibm.team.repository.notification.mail.from=......
com.ibm.team.repository.notification.mail.enabled=.....
Note: Please remove them and restart the server.( copy the
Regards,
Arun.