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