when testing the connection I received the error below (extract from the log).
Could you please assist in solving the this issue (Jira v9.4.8)
2025-02-12 09:36:25,041+0800 https-openssl-nio-8443-exec-24 ERROR UserName 576x212x1 zic8jx 10.1.2.11 /secure/admin/VerifyPopServerConnection!add.jspa [c.a.j.p.mail.serververification.VerifyPopServer] Unable to connect to the server at outlook.office365.com due to the following exception: java.net.SocketException: Connection reset
My issue was resolved by allowing ports 993, 995 in the firewall (I suggest 443 as well)
Welcome to the community!
Based on the error provided, Jira cannot connect to the Microsoft Outlook Exchange Server/Service. Your company network is likely restricted to the outbound/inbound network connection, which requires your network team to whitelist it.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Victor,
I discussed with the network team and Jira server has an open connection with O365.
also, I tested all possible connections and all were successful.
Are there a particular test to check (as I can send emails from Jira and receive them "Outgoing mail >> The connection was successful."
Any help will be much appreciated!
Best Regards,
Tarek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Outgoing (SMTP) and incoming mail servers are using different ports.
Since you are trying to configure an incoming mail server with IMAP, please verify with your network team if the following ports are whitelisted:
IMAP: 143
SECURE_IMAP: 993
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I test the port on Jira server (Powershell below) , also attached Jira errors
Test-NetConnection -ComputerName outlook.office365.com -Port 993
ComputerName : outlook.office365.com
RemoteAddress : 000.00.000.00
RemotePort : 993
InterfaceAlias : Ethernet0
SourceAddress : 000.000.000.000
TcpTestSucceeded : True
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm encountering something similar. The container is running on AWS but I've verified that it can hit both IMAP and POP ports, yet I can not create a new server or set up a `Email Request` handle for any of the service projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.