Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Mailserver Connection for Mail Inquiries (Jira Helpdesk)

Tristan Fuchs
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 17, 2018

Hi,

we can't connect to our mailserver with jira helpdesk, since a couple of days. Jira Helpdesk returns the following error message (Project Settings -> E-Mail-Inqueries):

>>Unfortunately JIRA couldn't connect to the mail server. Here is what the mail server said: "SSL peer shut down incorrectly"<<

We are using "Secure IMAP" and the login credentials are correct (tripple checked) 

2 answers

1 accepted

1 vote
Answer accepted
Tristan Fuchs
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 19, 2018

I managed to fix the problem. It seems the IMAP Service on our Exchange Server had an issue.

Source: https://nchrissos.wordpress.com/2017/01/10/reactivate-a-broken-imap-service-on-microsoft-exchange-20132016/


>>
[...] The initial idea to restart the IMAP services on the exchange does not fix the problem. (In this case all the exchange roles reside on the same server) 

Run the following command (edit) on the exchange management shell
Get-HealthReport <servername>  | where { $_.state -eq “Offline”}

It will return an offline IMAP.Proxy healthstate.

Usually this is a Microsoft bug, since it appears after installing a Cumulative Update on the Exchange Server. By setting online the IMAPProxy, the IMAP service comes into life. Run the following command:

Set-ServerComponentState -Identity <servername> -Component IMAPProxy -State Active -Requester HealthAPI
<<

Deleted user August 5, 2021

This worked for me! Thanks for the find!

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2018

This suggests Jira is using a protocol for SSL that the mail server does not understand/support.  What protocols does the mail server support for SSL?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events