On 2021-07-27 01:13:41 -0400, Viktor Dukhovni wrote: > > You change to: > > > > smtpd_enforce_tls = no > > smtpd_use_tls = no > > smtpd_tls_security_level = may > > With "smtpd_tls_security_level = may" the obsolete legacy syntax > should simply not be used. Just remove the other two settings > entirely from the configuration.
I have also noticed that on my server, I had "smtpd_use_tls = yes" from old configuration. But after removing it, the postconf output is changed to smtpd_use_tls = no Is this OK? Shouldn't obsolete parameters be dropped from the postconf output if not explicitly set by the user, in order to avoid confusion? -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
