Hello, unfortunatelly I ran into a but when trying to use the connection_reuse parameter in a TLS policy maps file. Attached you can find a patch, to get this option running.
Kind regards Thorsten P.S.: I think smtp_tls_connection_reuse=yes in combination with tafile is broken.
--- src/smtp/smtp_tls_policy.c 2018-12-26 20:21:49.000000000 +0100 +++ src/smtp/smtp_tls_policy.c.new 2020-06-12 14:44:28.740591359 +0200 @@ -389,6 +389,7 @@ WHERE, name, val); INVALID_RETURN(tls->why, site_level); } + continue; } msg_warn("%s: invalid attribute name: \"%s\"", WHERE, name); INVALID_RETURN(tls->why, site_level);