I have a server foo.example.com at 192.0.2.1
It runs exim to receive e-mail for several of my domains.
My domains each have an MX record pointing to mx.example.com, which resolves to 192.0.2.1
If I want to make exim offer TLS encryption for incoming e-mail connections, what host name should I put in the SSL certificate?
- foo.example.com because that's what the server will say in the HELO?
- mx.example.com because that's the host name the clients will have connected to?
http://www.checktls.com suggests that the latter is correct, but I can't find a definitive answer.