FRWB
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by FRWB-
FRWB commented,
Hello @FRWB, I don't recommend changing those directives in Exim, as the information in your last reply suggests the issue is with how the CheckTLS website is communicating with the mail server as...
-
FRWB commented,
Hello, That should happen automatically. Would you mind opening a support ticket using the link in my signature so we can take a closer look at your system? You can post the ticket number here so ...
-
FRWB commented,
Hi, Try this way You need to check if the MX record is connecting to SSL ports. You can try using the below command from command line. -- openssl s_client -connect your.mx.com:465 openssl s_client ...
-
FRWB commented,
Hello, Are you experiencing any issues with actual email receiving or delivery using SSL/TLS in your email clients? The output from the openssl command suggests Mail SNI is working properly and fe...
-
FRWB commented,
alright so the banner check rDNS discrepancy comes up even for big EMS, so i guess that's not a big issue and isn't related to the cert check.
-
FRWB commented,
I followed your instructions in that post I linked to and although the changes took without issue in exim, I'm still getting the 'cert hostname does not verify' on checktls, as well as 'rDNS does n...
-
FRWB commented,
and if there was a problem with the checktls site i would expect there to be fails with a lot more email addresses. a gmail address, an office 365 address, a yahoo address all pass the same test wi...
-
FRWB commented,
Hello, It's possible this is an issue with the CheckTLS website. Try checking the certificate manually using the openssl command. EX: openssl s_client -connect mail.domain.com:993 -servername dom...
-
FRWB commented,
I'm having this same issue. When I telnet mail.mydomain.com 587 the 220 banner says my hostname(which i changed from the original vps123.myhost.com hostname in an attempt to resolve this). When I s...