On Fri, Sep 24, 2021 at 09:49:49AM -0400, Wietse Venema <wie...@porcupine.org> wrote:
> raf: > > Hi, > > > > I think there's a parameter name that is rightish/better > > in the documentation but wrong/worse in the code. > > Added to the queue. > > Wietse Thanks. Similarly, there's a parameter called "tlsproxy_client_policy" in the code, but it's called "tlsproxy_client_policy_maps" in postconf.5.html, and it probably should have been called "tlsproxy_client_tls_policy_maps" for consistency. Also, the following look like they are defined in mail_params.h but they aren't in postconf.proto (20210815 snapshot). This might be wrong. It's just a quick hacky audit. Some of them might not be real parameters. lmtp_tls_wrappermode (added a few days ago) lmtpd_banner lmtpd_error_sleep_time lmtpd_hard_error_limit lmtpd_junk_command_limit lmtpd_recipient_limit lmtpd_sasl_auth_enable lmtpd_sasl_local_domain lmtpd_sasl_security_options lmtpd_soft_error_limit lmtpd_timeout mailbox_defer_errors maildir_defer_errors postscreen_dnsbl_enable postscreen_greet_enable proxy_read_access_list proxy_write_access_list tlsproxy_client_level (already mentioned - should probably be tlsproxy_client_tls_security_level) tlsproxy_client_policy (should probably be tlsproxy_client_tls_policy_maps) tlsproxy_tls_received_header transport_null_address_lookup_key cheers, raf