-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
9.2.0, 9.3.0, 9.4.27, 9.12.14, 9.17.3
-
None
-
9.02
-
4
-
Severity 2 - Major
-
39
-
Issue Summary
This is reproducible on Data Center: yes
Steps to Reproduce
- Install Jira Server on any version from 9.2.0
- Log into Jira as a Jira System Admin user
- Go to ⚙ > System > Outgoing Mail
- Configure a the SMTP Mail Server without specifying the combo username/password
- Click on the button Test Connection
Expected Results
The connection test should be successful.
Actual Results
The below exception is thrown when testing the connection.
AuthenticationFailedException: 535 5.7.0 authentication failed
If we enable DEBUG for Outgoing Mail and check the Jira Outgoing Mail Logs, we can see that Jira sends user name when not specified (this can vary depending on instance setup):
/secure/admin/VerifySmtpServerConnection!add.jspa [c.atlassian.mail.outgoing] DEBUG SMTP: protocolConnect login, host={smtp}, user=jira, password=<non-null>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- follows
-
JRASERVER-74878 The "Connection Test" on the Outgoing Mail Server page fails with an authentication error code when no username or password is specified
- Closed
- relates to
-
JRASERVER-74326 The username field is treated as a mandatory field in the outgoing mail server configuration when using Oauth 2.0
- Closed
- mentioned in
-
Page Loading...