Hi All,
I deployed a brand new Single Exchange 2013 Server with combined roles for Internal Use ONLY. I'm using a cert issued by Internal Enterprise Root CA. I've included the names imap.domain.com in it.
To configure IMAP I started both the IMAP Services in Exchange 2013 Server. After which I tested with the command,
Test-IMAPConnectivity and the result is SUCCESS.
When I'm configuring the IMAP profile in Outlook I'm getting error when configuring the profile. The Logon happens successfully but send email fails.
I want to know the complete configuration of IMAP.
Do I need to set InternalConnectionSettings because it is already set to server FQDN:port:ssl , FQDN:port:tls. I want to know which is incoming server name and outgoing server name. Do I need to set internal server fqdn.
I need assistance in complete configuration, like what should be authentication settings,
Do I need to Disabled the EnableGSSAPIAndNTLMAuth parameter.
Set-IMAPSettings -EnableGSSAPIAndNTLMAuth $false
Thanks
Fahad