pgnd via Postfix-users:
> 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,

It happens with

    postscreen_reject_footer = ${smtpd_reject_footer}

and not with 

    postscreen_reject_footer = $smtpd_reject_footer

(there is quick-and-dirty code that does one level of $name expansion,
and that code wasn't clever enough to handle the ${name} form).

I will fix this, but for now you can drop the postscreen_reject_footer
setting, or avoid using the ${name} form.

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to