I am currently using HestiaCP installed on Docker to manage my email server. I have encountered an issue related to email security when sending emails from Roundcube to Gmail accounts. Specifically, when the emails are received in Gmail, they display the following security notice:
Security: No encryption
This indicates that the emails sent from my server are not encrypted during transit, which is a significant security concern.
Here are the details of my setup:
Control Panel:** HestiaCP
Installation Method:** Docker
Email Client:** Roundcube
Issue: Emails sent from Roundcube to Gmail show “No encryption” in Gmail
I have checked the HestiaCP and Docker configurations but haven’t been able to resolve the issue. Could you please provide guidance on how to ensure that outgoing emails are encrypted and do not show the “No encryption” warning in Gmail?
Said that, Exim will always try to use STARTTLS if remote mail server supports and announces it so, something wrong is happening with that connection, your certificate, or…
What are the versions you are using? OS, Hestia, Exim, Roundcube… Did you add a valid certificate for your mail host and mail domains? Did you configure SPF, DKIM, DMARC?
Yes, I have generated valid certificates from Let’s Encrypt for the Mail host and mail domains. and i have created and passed all email authencation records like SPF, DKIM and DMARC
OS: PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
Hestia Control Panel: v1.5.15
Exim version 4.92
Roundcube Webmail 1.5.2
Wow, that’s pretty old, I don’t know whether exim is configured to use TLS 1.2 and maybe that is the reason you can’t establish a TLS connection with gmail servers.
If you execute the exigrep command I posted previously, you should see the error.
I don’t even know what the real problem is, you should check first the exim log. And again, is not only Hestia, is all, OS, Exim, Hestia, Roundcube…