<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jul 23, 2018 at 10:00 PM, Paul Wilkins <span dir="ltr"><<a href="mailto:paulwilkins369@gmail.com" target="_blank">paulwilkins369@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>One thing you might check is the cipher set you're using.</div><div><br></div><div>I can connect to <a href="https://tpg.com.au" target="_blank">https://tpg.com.au</a> with TLS1.2 just fine.</div></div></blockquote><div><br></div><div>What they support on HTTPS/port 443 isn't all that relevant for email delivery...</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>openssl s_client -connect <a href="http://mx1.tpgi.com.au:465" target="_blank">mx1.tpgi.com.au:465</a><br></div><div></div></div></blockquote><div><br></div><div>Again the original thread was about receiving emails, so port 465 plays no part.  In fact, there's no way to explicitly test what they support when sending emails (other than actually having them send an email and watching, obviously), but he nearest would be to see what their MX records support on port 25.</div><div><br></div><div>The command to test that would be :</div><div><div>$ openssl s_client -connect <a href="http://mx1.tpgi.com.au:25">mx1.tpgi.com.au:25</a> -starttls smtp -tls1_2</div></div><div><br></div><div>which fails as they don't support TLS 1.2.  The same command for TLS1.1 also fails, whilst TLS1.0 succeeds.</div><div>(This presumes they use the same systems/config for inbound as outbound, but that's generally a fairly safe bet)</div><div><br></div><div>  Scott</div></div></div></div>