on
$ postconf mail_version
mail_version = 3.10.5
i just noticed
$ grep smtpd_reject_footer /var/log/postfix/*log | /bin/tail -n 1
2025-11-14T11:00:14.925219-05:00 mx postfix/postscreen[24117]: warning:
unknown macro name "smtpd_reject_footer" in expansion request
checking, i've a lot of these,
$ grep "warning: unknown macro name \"smtpd_reject_footer\" in expansion
request" /var/log/postfix/*log | wc -l
463
default is
$ postconf -d smtpd_reject_footer
smtpd_reject_footer =
@ https://www.postfix.org/postconf.5.html#smtpd_reject_footer
smtpd_reject_footer (default: empty)
atm, value _is_ explicitly set in my main.cf -- currently to empty
$ grep smtpd_reject_footer /etc/postfix/main.cf
smtpd_reject_footer =
postscreen_reject_footer = ${smtpd_reject_footer}
$ postconf -n smtpd_reject_footer
smtpd_reject_footer =
afaict, there's no harm being done-- just the log noise.
is this somehow misconfigured/misused?
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]