[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-13 Thread Matus UHLAR - fantomas via Postfix-users
On 2023-04-11 15:49:30, Matus UHLAR - fantomas via Postfix-users wrote: Perhaps you could disable STARTTLS extension for this particular address by using smtpd_discard_ehlo_keyword_address_maps: smtpd_discard_ehlo_keyword_address_maps=hash:/etc/postfix/smtpd_keywords /etc/postfix/smtpd_keywords

[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-13 Thread Viktor Dukhovni via Postfix-users
On Tue, Apr 11, 2023 at 08:32:19AM -0400, micah anderson via Postfix-users wrote: > >> The certificate that the server sends (smtpd_tls_cert_file) is [...] > >> is the client refusing my certificate at this stage? > > > > See above. Your certificate details look fine: > > Good. Of course some

[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-12 Thread micah anderson via Postfix-users
On 2023-04-11 15:49:30, Matus UHLAR - fantomas via Postfix-users wrote: >>> On Fri, Apr 07, 2023 at 11:25:33AM -0400, micah via Postfix-users wrote: 2023-04-06T07:34:42.281789+00:00 mx1 postfix/smtpd[1680368]: SSL_accept:before SSL initialization 2023-04-06T07:34:42.300347+00:00 mx1

[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-11 Thread Matus UHLAR - fantomas via Postfix-users
On Fri, Apr 07, 2023 at 11:25:33AM -0400, micah via Postfix-users wrote: 2023-04-06T07:34:42.281789+00:00 mx1 postfix/smtpd[1680368]: SSL_accept:before SSL initialization 2023-04-06T07:34:42.300347+00:00 mx1 postfix/smtpd[1680368]: SSL_accept:before SSL initialization 2023-04-06T07:34:42.300445

[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-11 Thread micah anderson via Postfix-users
Thanks for the reply, and the suggestions, please see below in-line. On 2023-04-07 13:25:42, Viktor Dukhovni via Postfix-users wrote: > On Fri, Apr 07, 2023 at 11:25:33AM -0400, micah via Postfix-users wrote: > >> I have a few remote hosts who cannot send me mail, and I'm trying to >> determine

[pfx] Re: Debugging SSL_accept error Connection reset by peer

2023-04-07 Thread Viktor Dukhovni via Postfix-users
On Fri, Apr 07, 2023 at 11:25:33AM -0400, micah via Postfix-users wrote: > I have a few remote hosts who cannot send me mail, and I'm trying to > determine the best way to debug these SSL_accept error messages and > turn them into a solution so the mail can be actually sent. > > With smtpd_tls_lo