Why use only 465 and not 587? Just curious there. As for the openssl client connection -- it has been timing out without any response from the server. Can confirm this worked before upgrading.
On Tue, Mar 5, 2019 at 7:01 AM Graeme Fowler via Exim-users < [email protected]> wrote: > On 4 Mar 2019, at 18:49, Ryan McClung via Exim-users <[email protected]> > wrote: > > daemon_smtp_ports = 25 : 465 : 587 > > tls_on_connect_ports = 465 : 587 > > Port 587 is the submission port; it uses SMTP and STARTTLS rather than > tls-on-connect. > > tls_on_connect_ports should *only* be 465. > > For testing, use this: > > openssl s_client -starttls smtp -connect 192.168.1.1:587 > > or for port 465: > > openssl s_client -connect 192.168.1.1:465 > > Graeme > -- > ## List details at https://lists.exim.org/mailman/listinfo/exim-users > ## Exim details at http://www.exim.org/ > ## Please use the Wiki with this list - http://wiki.exim.org/ > -- Ryan McClung Systems Administrator @ Afilias Canada A. 204-4141 Yonge Street, Toronto, ON, Canada, M2P 2A8 <https://maps.google.com/?q=4141+Yonge+Street,+Toronto,+ON,+Canada,+M2P+2A8&entry=gmail&source=g> W. www.afilias.info T. +1.416.646.3304 x4186 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
