On our Exchange 2010 POP3 is configured to only allow secure logon (TLS connection for authentification).
Now, the default port for "plain" POP3 is 110
, and for POP3 with SSL is 995
, hence with the given Exchange settings POP3 works only with SSL on 995
, currently.
Additionally, the Exchange server passes through some requests to another email server, who accepts "plain text" authentification. Therefore, port 110
works in this case.
Suppose port 995
was blocked or can't be used for any reason, is it possible to configure Exchange to use both (unsecure POP3 and POP3 over SSL) on port 110
?
I tried to do this, but it didn't work (error "SSL authentification failed due to unexpected packet format" / "server doesn't accept encryption type"):
TLS or unencrypted
- IPv4: 110
- IPv6: 110
SSL
- IPv4: 995
- IPv6: 955
- IPv4: 110 <-- I've added this
I feel I still don't fully understand this.