JIRA 4.3 : How to Set Up SMTP Relay in Exchange 2007
This page last changed on Nov 11, 2010 by jhammons.
There are a few known issues setting up a proper SMTP relay for our Exchange 2007 environment. The JIRA install was originally relaying off a different SMTP service before it was moved to Exchange 2007 server. This is occurring because SMTP Relaying not configured in Exchange 2007. The issue that has been encountered thus far are: Depending on the configuration for the Receive Connector (i.e. SMTP relay) in Exchange 2007 will encounter one of the following problems:
Neither solution is optimal. While it is possible to set up an anonymous SMTP relay in Exchange 2007, for it to work properly there is one step that needs to be completed outside of the MMC. That command is listed below after the step by step instructions below. Step by step instructions for setting up an SMTP relay in Exchange 2007 for JIRA. Thanks to Michael Athey for writing, documenting and providing all content for this knowledge base article. New SMTP Receive Connector wizardMain windows
Local Network settings window
Remote Network settings window
New Connector window
Completion window
It should now be possible to should now see the connector listed on the bottom half of the screen with any others that may have created previously. Verify the FQDN is correct in the General tab... and that the IP addresses are also correct in the Network tab. The Authentication tab should only have Transport Layer Security (TLS) selected only.
Get-ReceiveConnector "JiraTest" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient" What this command does is grant the relay permission to the Anonymous group for that connector. When simply selecting Anonymous Users through the GUI all that is assigned is the most common permissions, but it does not grant the relay permission. So now run the command through Management Shell. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
Document generated by Confluence on Mar 27, 2011 18:52 |