Cannot receive mail from Gmail - TLS error on connection (recv) - The TLS connection was not-properly terminated.

Post Reply
Acans
Posts: 3
Joined: Tue Jul 25, 2023 1:25 pm

Hi all,

I tried to test an email from gmail to see if it was all working but it never arrived in my webmail.

Using the following, I found this message: exigrep 'domain.com' /var/log/exim4/mainlog

gmail-smtp-in.1.google.com [74.125.200.27] TLS error on connection (recv): The TLS connection was not-properly terminated.

I couldn't find anything on this site, but Google lead me to https://github.com/hestiacp/hestiacp/issues/3781 so not sure if it's an issue MyVestaCP inherited from VestaCP that Hestiacp also has on Debian 12?

My domain does have SSL Support and Lets Encrypt ticked.

Regards,

Wade
User avatar
myVesta
Site Admin
Posts: 972
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

This:

Code: Select all

gmail-smtp-in.1.google.com [74.125.200.27] TLS error on connection (recv): The TLS connection was not-properly terminated.
will not block either incoming or outgoing email.

Your problem is something else; for example, check if the MX record is pointing to the IP of your server.
Acans
Posts: 3
Joined: Tue Jul 25, 2023 1:25 pm

I had followed the cPanel redirect guide for redirecting the domain, so I thought I'd finally get my act together to set up the name server and point directly to that from Namecheap.

That seems to have resolved it.
Post Reply