Geert Hendrickx via Postfix-users: > On Thu, Oct 24, 2024 at 11:33:22 -0400, Wietse Venema via Postfix-users wrote: > > The compatibility-level guard is a good idea. To take out some of the > > guesswork, I'm considering to add a read-only configuration parameter > > that indicates whether Postfix is built with TLS support. > > > > For the Postfix SMTP client the new default would look like: > > > > smtp_tls_security_level = > > ${{$compatibility_level} >=level {3.10}? > > {${built_with_tls ? {may}}}} > > > > > Hi Wietse > > This hasn't made it for 3.10, but is changing the smtp_tls_security_level > default to "may" (with a built_with_tls condition) still on the roadmap?
There are some 30+ unfinished feature branches for Postfix 3.10 and 3.11, and then there is the ongoing work to eventually implement automated test coverage for all source-code changes. Turn out the example is too simple. As with shell syntax, Postfix's '$name?' is true when $name is non-empty, and 'yes' and 'no' are both non-empty strings. Boring details like this move it back to the design queue. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org