Noel Jones <njo...@megan.vbhcs.org> writes: > Spaces are not directly supported in master.cf arguments.
Yes, of course... I should have realized that. > If you have postfix 3.0 or newer, you can enclose the option in braces. > -o { smtpd_reject_footer = ... } I don't have 3.0 (yet!) > or for any postfix version, you can reference a macro in main.cf > > # main.cf > submit_reject_footer = ... > > # master.cf > -o smtpd_reject_footer=$submit_reject_footer I tried this and was told postfix[20227]: /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter: submit_reject_footer=\c For further help, contact support postfix/smtpd[21083]: warning: unknown macro name "submit_reject_footer" in expansion request (this is postfix 2.11) micah