M
Matt Baker
Guest
STARTTLS is an older way of having email servers switch from clear text over to a TLS connection without reinitializing a socket connection. This is done for compatibility with older clients that do not support STARTTLS. The server could support both cleartext and TLS on the same network port. The ABL network socket support does not allow switching from cleartext to TLS after a connection has been established. By default exchange online uses "opportunistic encryption"...e.g. STARTTLS. support.office.com/.../How-Exchange-Online-uses-TLS-to-secure-email-connections-in-Office-365-4cde0cda-3430-4dc0-b489-f2c0736c929f But you can change the connector configuration to use pure TLS. They term this "forced TLS". technet.microsoft.com/.../ms.exch.eac.connectorselection(v=exchg.150).aspx
Continue reading...
Continue reading...