1
Outlook MAPI accounts keep disconnecting
Problem reported by Comcentrica - 5/10/2024 at 3:34 AM
Submitted
Hello everyone,
I'm experiencing this issue on SM build 8860. Many users syncing on Outlook through MAPI keep experiencing random disconnections from the server. When it happens, Outlook shows "Trying to connect to Server" and no new message is received until the computer restarts or the NIC manually reset.
The affected computers have an Intel i219-LM network card, and any other service in the LAN or on the internet is working correctly when that happens.
Did anyone ever experience this behaviour?

14 Replies

Reply to Thread
1
Brian Bjerring-Jensen Replied
Use this as a .reg file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\AutoDiscover]
"ExcludeExplicitO365Endpoint"=dword:00000001
"ExcludeHttpRedirect"=dword:00000001
"ExcludeHttpsRootDomain"=dword:00000001
"ExcludeScpLookup"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\AutoDiscover\RedirectServers]
"yourmailserver.com"=hex(0):



0
Comcentrica Replied
Thank you Brian,
I'll try soon and let you know.
0
Comcentrica Replied
Brian,
the issue persists after modifying the registry. When it happens an informational event with Event ID 26 is recorded in Windows 10 Application Log.
As soon as we disable and re-enable the NIC the issue disappear for a while (usually 2/3 hours). But there's no other issue on the network when Outlook is disconnected.
0
Brian Bjerring-Jensen Replied
Can you post the output from event viewer??
0
Comcentrica Replied
Here are the screenshots. They are in Italian, the EventData property means "Connection to Microsoft Exchange has been lost, Outlook will restore the connection when possible."
1
Brian Bjerring-Jensen Replied
Office365 apps or what version of outlook??

Is IP6 enabled on the clients?
0
Kyle Kerst Replied
Employee Post
When using MAPI Outlook will regularly connect with several hostnames associated with the client's domain using an HTTPS connection, and if one of those is failing you'll likely see these types of disconnects when Outlook encounters the bad hostname. Outlook will always attempt to connect to these addresses periodically: 


Are all three of the above addresses reachable from the affected client PCs? If not this would be a good place to start checking things out. If you can resolve any issues in the autodiscover process the sync issues will likely follow suit.

Also, +1 for Brian's note on IPv6. We have seen IPv6 introduce all sorts of trouble over the years!
Kyle Kerst System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Gabriele Maoret - SERSIS Replied
Hi Kyle.

As I have already reported in the past, it is often not possible to make "https://customer-domain.com/autodiscover/autodiscover.xml" work/point correctly because whoever manages the customer's website is a different entity from us (and by the customer himself) and they really don't give the possibility to do so.

Furthermore, this is NOT reported as necessary, not even by Microsoft to connect MS Outlook to MS Exchange, so I don't see WHY it would be necessary when I connect it to SmarterMail.

We have literally many hundreds of users who use MS Outlook MAPI with Smartermail without EVER even configuring this address...
And despite this they have no problems.
Gabriele Maoret - Head of SysAdmins at SERSIS Currently manages 6 SmarterMail installations (1 in the cloud for SERSIS which provides services to a few hundred third-party email domains + 5 on-premise for customers who prefer to have their mail server in-house)
0
Comcentrica Replied
Hello, in this specific scenario it's not a reachabilty issue: the accounts in all affected computers (about 15) are on the same network and have been configured using autodiscover. We are managing DNS for the domain and we set up autodiscover records, and SM has the certificates management in place for the domain names involved.

And by the way, re: Gabriele's note, on recent versions of Outlook there's no way to setup an Exchange account through MAPI without autodiscover.

To answer Brian's questions: Outlook version is 2016, and I've disabled IPv6 on some of affected machines with no success.

To clear the field I'm going to change the NIC on one computer to make sure it isn't something related to network hardware/driver.
0
Gabriele Maoret - SERSIS Replied
<<<<<<<<<
And by the way, re: Gabriele's note, on recent versions of Outlook there's no way to setup an Exchange account through MAPI without autodiscover.
>>>>>>>>

The other 2 AutoDiscover records ( https://mail.customer-domain.com and https://autodiscover.customer-domain.com) are working fine and are sufficient
Gabriele Maoret - Head of SysAdmins at SERSIS Currently manages 6 SmarterMail installations (1 in the cloud for SERSIS which provides services to a few hundred third-party email domains + 5 on-premise for customers who prefer to have their mail server in-house)
0
Comcentrica Replied
Yes Gabriele, you're right, I misread your post.
Sorry for that.

Would be useful to know from ST if the reachability of that record is necessary (like Kyle said) or not (like it appears to be as per your post).
0
Brian Bjerring-Jensen Replied
Outlook 2016 has notorious issues in connecting to Exchange. It was solved in outlook 2019 and above.

https://learn.microsoft.com/en-us/exchange/troubleshoot/client-connectivity/outlook-connection-issue-caused-by-rpc-encryption-requirement

Have you checked the version of TLS on the server versus the affected machines??
0
Gabriele Maoret - SERSIS Replied
@Comcentrica: it's not necessary. 
According to the MS knowledge base, the MS Outlook autodiscovery process tries various methods consecutively and uses the first one it finds that works (you can enable/disable those methods one by one in Windows Registry)...

I can confirm this because I have hundreds of domains configured and running with MAPI on my SmarterMail servers (and a few others on MS Exchange servers in the cloud) and NONE of them use this record.


Gabriele Maoret - Head of SysAdmins at SERSIS Currently manages 6 SmarterMail installations (1 in the cloud for SERSIS which provides services to a few hundred third-party email domains + 5 on-premise for customers who prefer to have their mail server in-house)
0
Comcentrica Replied
Thank you Gabriele,
any of them are using Outlook 2016? Just to check against Brian's comment.

@Brian: the Exchange account has been configured with RPC cyptography by default, and the option isn't editable in the UI.
The computers are running Windows 10, so they should have TLS 1.2 enabled by default. SM is running on Windows Server 2022 with "System Default" option enabled in "Security Protocols".

Reply to Thread