-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.2.0, 8.5.7
-
1
-
Severity 2 - Major
-
4
-
Issue Summary
This is reproducible on Data Center: yes
Entering "465" for mail server port does not enable SMTPS configurations. This issue didn't exist in 7.19.x
The mail server properties in the bandana table show the following which is not correct:
<name>Mail Server</name> <password>0000000</password> <port>465</port> <props> <property name="mail.debug" value="false"/> <property name="mail.transport.protocol" value="smtp"/> <property name="mail.smtp.port" value="465"/> <property name="mail.smtp.quitwait" value="false"/> <property name="mail.null.auth" value="false"/> <property name="mail.smtp.timeout" value="10000"/> <property name="mail.smtp.auth" value="true"/> <property name="mail.smtp.starttls.enable" value="true"/> <property name="mail.smtp.host" value="host_address"/> <property name="mail.smtp.connectiontimeout" value="10000"/> </props>
As the javamail article "if you're using the "smtps" protocol to access SMTP over SSL, all the properties would be named "mail.smtps.*". which isn't happening in 8.5.7
Steps to Reproduce
- Go to General configuration >> Mail server >> Add a new SMTP mail server
- Enter the information for the mail server and use port 465 >> Save{}
- Go back to "View Mail Servers" page, notice that it shows "SMTP" under protocol instead of SMTPS
Note: Performing the same steps on 7.19.x DOES show "SMTPS" under the protocol column in the View Mail Servers page.
Expected Results
SMTPS protocol should be used whenever the 465 port as in version 7.19.x (see screenshots) or a drop-down list should offer to choose SMTP or SECURE_SMTP when configuring a mail server similar to Jira
Actual Results
Unable to use SMTPS even when entering the SMTPS port
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available