On 9/4/2018 2:23 PM, Viktor Dukhovni wrote: > > >> On Sep 4, 2018, at 2:47 PM, Noel Jones <[email protected]> wrote: >> >> postconf: warning: /etc/postfix/main.cf: undefined parameter: localtime >> postconf: warning: /etc/postfix/main.cf: undefined parameter: >> client_address >> postconf: warning: /etc/postfix/main.cf: undefined parameter: >> client_port >> postconf: warning: /etc/postfix/main.cf: undefined parameter: >> server_name > > > --- src/global/mail_params.h > +++ src/global/mail_params.h > @@ -3775,5 +3775,5 @@ extern int var_psc_cconn_limit; > extern char *var_psc_rej_footer; > > -#define VAR_PSC_REJ_FTR_MAPS "postscreen_reject_footer" > +#define VAR_PSC_REJ_FTR_MAPS "postscreen_reject_footer_maps" > #define DEF_PSC_REJ_FTR_MAPS "$" VAR_SMTPD_REJ_FTR_MAPS > extern char *var_psc_rej_ftr_maps; >
And like magic, that fixed all the problems. Thanks. -- Noel Jones
