Viktor Dukhovni: > It is perhaps time to drop support for some of the Postfix <= 2.2 > TLS parameters. Which can simplify the pile of booleans to just > a single security level and then perhaps simply: > > tlsproxy_client_enable = > ${smtp_tls_policy_maps ? {yes} : > ${{$smtp_tls_security_level} != {none} ? {yes} : {no} } } >
That might work if {none} is specified as {}. Wietse