-
Bug
-
Resolution: Cannot Reproduce
-
Medium
-
None
-
9.2.0, 9.3.0, 9.4.27, 9.12.8, 9.12.14, 9.17.3
-
9.02
-
7
-
Severity 2 - Major
-
44
-
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
- duplicates
-
JRASERVER-78939 Jira attempts to authenticate with the SMTP server even though authentication is not configured
-
- Closed
-
- 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
-
- is duplicated by
-
JRASERVER-78939 Jira attempts to authenticate with the SMTP server even though authentication is not configured
-
- Closed
-
- is related to
-
JRASERVER-78607 Unable to create an outgoing mail server without a username or without a password.
-
- Gathering Impact
-
- 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
-
-
BOAR-754 Loading...