Hi all,
I have a client who isn't able to send to a customer. It doesn't even show up in the logs, however they can email me. Both of the domains use the same PMG server. I have the TLS enabled in Configuration --> Mail Proxy --> TLS
The server is locked down with ACME Letsencrypt Certificates. I believe this is on the senders end (bad cache on the sending server pointing to the wrong server).
Enable TLS: Yes
Enable TLS Logging: Yes
Add TLS recieved header: Yes
TLS Domain Policy
digitaltransitions.ca: encrypt
mailhive.ca: encrypt
next domain: encrypt
next domain: encrypt
...
However, when I run the cert checker against checktls.com, it fails as follows:
TLS: Fails
CERT: Fails
SECURE: Fails
I get this report from them. The problem that its borking at is: TLS is not an option on this server.
What do I need to get around this? Do I need to open up another port or change a port is there something else that I'm missing entirely?
I have a client who isn't able to send to a customer. It doesn't even show up in the logs, however they can email me. Both of the domains use the same PMG server. I have the TLS enabled in Configuration --> Mail Proxy --> TLS
The server is locked down with ACME Letsencrypt Certificates. I believe this is on the senders end (bad cache on the sending server pointing to the wrong server).
Enable TLS: Yes
Enable TLS Logging: Yes
Add TLS recieved header: Yes
TLS Domain Policy
digitaltransitions.ca: encrypt
mailhive.ca: encrypt
next domain: encrypt
next domain: encrypt
...
However, when I run the cert checker against checktls.com, it fails as follows:
TLS: Fails
CERT: Fails
SECURE: Fails
I get this report from them. The problem that its borking at is: TLS is not an option on this server.
What do I need to get around this? Do I need to open up another port or change a port is there something else that I'm missing entirely?
seconds | test stage and result | |
---|---|---|
[000.020] | Server answered | |
[000.037] | <-- | 220 swarmx2.mailhive.ca ESMTP mailhive |
[000.038] | We are allowed to connect | |
[000.038] | --> | EHLO www6.CheckTLS.com |
[000.054] | <-- | 250-swarmx2.mailhive.ca 250-PIPELINING 250-SIZE 200000000 250-VRFY 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-SMTPUTF8 250 XKWFCHUNKING-DENIED |
[000.055] | We can use this server | |
[000.055] | TLS is not an option on this server | |
[000.055] | --> | MAIL FROM:<test@checktls.com> |
[000.072] | <-- | 250 2.1.0 Ok |
[000.072] | Sender is OK | |
[000.072] | --> | QUIT |
[000.088] | <-- | 221 2.0.0 Bye |