A. Schulze via Postfix-users:
> 
> 
> Am 16.01.25 um 21:18 schrieb Wietse Venema via Postfix-users:
> > diff -ur /var/tmp/postfix-3.10-20250105/src/smtp/smtp_connect.c 
> > src/smtp/smtp_connect.c
> > --- /var/tmp/postfix-3.10-20250105/src/smtp/smtp_connect.c  2025-01-05 
> > 15:09:04.000000000 -0500
> > +++ src/smtp/smtp_connect.c 2025-01-16 15:10:54.789759185 -0500
> > @@ -921,7 +921,7 @@
> >      */
> >   #ifdef USE_TLSRPT
> >     if (smtp_mode && var_smtp_tlsrpt_enable
> > -       && state->tls->level > TLS_LEV_NONE
> > +       && tls_level_lookup(var_smtp_tls_level) > TLS_LEV_NONE
> >         && !valid_hostaddr(domain, DONT_GRIPE))
> >         smtp_tlsrpt_create_wrapper(state, domain);
> >     else
> 
> applied to -20250107 but I didn't note any change
> - still no warning about a missing tlsrpt socket
> - if the socket is present, no tlsrpt data are written to that socket

You mean like this?

Jan 16 18:39:12 wzv postfix/smtp[219242]: warning: Could not report TLS 
handshake result to tlsrpt library: No such file or directory (errno 2)

Or like this?

Jan 16 17:30:24 wzv postfix/smtp[211683]: warning: Could not report TLS 
handshake result to tlsrpt library: Connection refused (errno 111)

As it is said, "works for me".

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to