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
will wait for postfix-3.10-20250116 ...
Andreas
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]