On Sat, Jun 07, 2025 at 18:51:21 -0400, Wietse Venema via Postfix-users wrote: > > > For the Postfix SMTP client the new default would look like: > > > > > > smtp_tls_security_level = > > > ${{$compatibility_level} >=level {3.10}? > > > {${built_with_tls ? {may}}}} > > > > > 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.
Can the default be decided at build-time (#ifdef), instead of with run-time conditional configuration? (like other config default dependencies on HAS_NIS, HAS_IPV6, ...) Geert _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org