On Wed, Feb 24, 2021 at 08:31:25PM +0100, Michael Grimm wrote:

>       mail> postfix reload
>       /usr/local/sbin/postconf: warning: /usr/local/etc/postfix/main.cf: 
> unused parameter: respectful_logging=no
>       postfix/postfix-script: refreshing the Postfix mail system

That appears to be a bug:

--- src/global/mail_params.h
+++ src/global/mail_params.h
@@ -3856,7 +3858,7 @@ extern char *var_psc_uproxy_proto;
 #define DEF_PSC_UPROXY_TMOUT   "5s"
 extern int var_psc_uproxy_tmout;
 
-#define VAR_RESPECTFUL_LOGGING "postscreen_respecful_logging"
+#define VAR_RESPECTFUL_LOGGING "respectful_logging"
 #define DEF_RESPECTFUL_LOGGING \
        "${{$compatibility_level} <level {3.6} ?" " {no} : {yes}}"
 extern bool var_respectful_logging;

-- 
    Viktor.

Reply via email to