On 9/4/2018 2:01 PM, Noel Jones wrote:
> On 9/4/2018 1:57 PM, Wietse Venema wrote:
>> Noel Jones:
>>> Using the new 3.4-20180903 snapshot.
>>>
>>>
>>> # main.cf
>>> postscreen_reject_footer = \c; Contact [email protected] for
>>> assistance.  Include this data: servertime=($localtime)
>>> client=([$client_address]:$client_port) server=($server_name) (postscr
>>> een)
>>>
>>>
>>> run "postfix reload"
>>>
>>> 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
>>
>> Does it work properly with "postscreen_reject_footer =
>> $smtpd_reject_footer", and setting the footer in smtpd_reject_footer?
>>
>> postconf has to jump some extra hoops to make postscreen variables
>> work.
>>
>>      Wietse
>>
> 
> 
> Yes, that fixes both problems; both the "postfix" warnings and the
> fatal "postscreen" errors reported separately.
> 
> 
>   -- Noel Jones
> 



While we're at it:

# postconf -d | grep reject_foot
postscreen_reject_footer = $smtpd_reject_footer
postscreen_reject_footer = $smtpd_reject_footer_maps
smtpd_reject_footer =
smtpd_reject_footer_maps =

note the duplicated "postscreen_reject_footer" parameter and
"postscreen_reject_footer_maps" missing.


 -- Noel Jones

Reply via email to