Dontcha love a good thread title?
I have an onsite server running Server 2016 Essentials. I use O365/Exchange Online and I believe Microsoft refer to this as a Hybrid setup. I have never had an onsite Exchange server for this network.
Until very recently, everything worked fine. I have made no changes to configurations either server or host side.
Outlook 2013 (all CTR installs and all up to date) users cannot set their Automatic Replies (OOO). Instead they receive an error; "Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later".
Extensive troubleshooting suggests this is due to autodiscover not working correctly. All tests using testconnectivity.microsoft.com pass and all users can receive and send emails without any problems.
Running the Auto-Configuration test in Outlook (ctrl + right click Outlook tray icon) for any user from any machine returns the following (red text is where I believe the error lies);
Log
Code:
Autodiscover to https://mydomain.com/autodiscover/autodiscover.xml starting
GetLastError=0; httpStatus=200.
Autodiscover to https://mydomain.com/autodiscover/autodiscover.xml Succeeded [0x00000000]
XML
Code:
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<User>
<DisplayName>username@mydomain.co.uk</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>IMAP</Type>
<Server>mydomain.co.uk</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<LoginName>username@mydomain.co.uk</LoginName>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>mydomain.co.uk</Server>
<Port>465</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<LoginName>username@mydomain.co.uk</LoginName>
</Protocol>
</Account>
</Response>
</Autodiscover>
All DNS records (with Fasthosts) are setup and verified as per the O365 Admin Centre verification process. There's a CNAME record to divert autodiscover to autodiscover.outlook.com.
Pinging autodiscover.mydomain.co.uk from an affected machine returns autodiscover.outlook.com. Tracert completes and ends up exactly where I'd expect it to end up which makes me think there's nothing untoward there.
I can set individual OOO replies from OWA so I'm 99% certain this is a local issue. I've read about 4.3 million threads but none of them fix the issue.
Anyone have a clue before I expire?