americanintel
Verified User
I've searched all over the forums but can't get my mind wrapped around this one.
I have several domains on a server. One, lonestarlandservices.com, has an SSL for that domain. Now typically I've setup MX records for mail.lonestarlandservices.com but without a second cert that won't work. So I simply added a second MX record for lonestarlandservices.com and will eventually do away with mail.lonestarlandservices.com.
I'm trying to transition all of the email users to SSL/TLS for POP3 on port 995 and STARTTLS on SMTP over port 587 for that particular domain.
When I send/receive Thunderbird is complaining about an invalid cert...basically it's seeing a localhost type cert that I suspect is the exim.cert/exim.key files.
Now, I've read the thread at http://directadmin.com/forum/showthread.php?t=27796 and I should be able to deal with dovecot by doing this:
ssl_cert_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cert
ssl_key_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.key
ssl_ca_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cacert
But even with this I don't think Dovecot will handle multiple domains accordingly will it? Version 2.0+ seems to if I read it correctly.
but if I'm reading correctly exim doesn't have a way to deal with domain by domain ssl certs for SMTP mail.
The SSL cert is working fine for https requests via browser but the email is kicking my arse.
What do I need to do to get email clients using my cert for lonestarlandservices.com? Is the only workaround getting a cert for the server domain and forcing domain to use that if they want secure connections or???
I have several domains on a server. One, lonestarlandservices.com, has an SSL for that domain. Now typically I've setup MX records for mail.lonestarlandservices.com but without a second cert that won't work. So I simply added a second MX record for lonestarlandservices.com and will eventually do away with mail.lonestarlandservices.com.
I'm trying to transition all of the email users to SSL/TLS for POP3 on port 995 and STARTTLS on SMTP over port 587 for that particular domain.
When I send/receive Thunderbird is complaining about an invalid cert...basically it's seeing a localhost type cert that I suspect is the exim.cert/exim.key files.
Now, I've read the thread at http://directadmin.com/forum/showthread.php?t=27796 and I should be able to deal with dovecot by doing this:
ssl_cert_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cert
ssl_key_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.key
ssl_ca_file = /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cacert
But even with this I don't think Dovecot will handle multiple domains accordingly will it? Version 2.0+ seems to if I read it correctly.
but if I'm reading correctly exim doesn't have a way to deal with domain by domain ssl certs for SMTP mail.
The SSL cert is working fine for https requests via browser but the email is kicking my arse.
What do I need to do to get email clients using my cert for lonestarlandservices.com? Is the only workaround getting a cert for the server domain and forcing domain to use that if they want secure connections or???
Last edited: