Re: smtpd_reject_footer and smtps

2018-12-01 Thread Wietse Venema
micah: > smtps inet n - n - - smtpd -o > smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o > smtpd_reject_footer=$submit_reject_footer That is a documentation problem. Specifically, the smtpd_reject_footer documentation fails to mention that the smtp

Re: smtpd_reject_footer and smtps

2018-04-27 Thread Wietse Venema
Viktor Dukhovni: > > > > On Apr 27, 2018, at 6:53 AM, Wietse Venema wrote: > > > > Meanwhile, you can set "-o {smtpd_reject_footer = text... }" in master.cf, > > I seem to recall that the OP is using Postfix 2.11 which does not > have that feature. :-( > > As for smtpd_reject_footer it is exp

Re: smtpd_reject_footer and smtps

2018-04-27 Thread Viktor Dukhovni
> On Apr 27, 2018, at 6:53 AM, Wietse Venema wrote: > > Meanwhile, you can set "-o {smtpd_reject_footer = text... }" in master.cf, I seem to recall that the OP is using Postfix 2.11 which does not have that feature. :-( As for smtpd_reject_footer it is expanded via smtpd_expand_lookup() which

Re: smtpd_reject_footer and smtps

2018-04-27 Thread Wietse Venema
micah: > Wietse Venema writes: > > >> postfix/smtpd[21083]: warning: unknown macro name "submit_reject_footer" > >> in expansion request > > > > That may be because there was no main.cf setting at the time. > > I definitely have it set in main.cf: > > submit_reject_footer=\c For further help,

Re: smtpd_reject_footer and smtps

2018-04-27 Thread micah
Wietse Venema writes: >> postfix/smtpd[21083]: warning: unknown macro name "submit_reject_footer" in >> expansion request > > That may be because there was no main.cf setting at the time. I definitely have it set in main.cf: submit_reject_footer=\c For further help, contact support. and it is

Re: smtpd_reject_footer and smtps

2018-04-26 Thread Wietse Venema
micah: > Noel Jones 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!) > > >

Re: smtpd_reject_footer and smtps

2018-04-26 Thread Viktor Dukhovni
> On Apr 26, 2018, at 2:40 PM, micah wrote: > > 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_foo

Re: smtpd_reject_footer and smtps

2018-04-26 Thread micah
Noel Jones 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, yo

Re: smtpd_reject_footer and smtps

2018-04-26 Thread Noel Jones
On 4/26/2018 7:14 AM, micah anderson wrote: > > Hello, > > I tried to add a smtpd_reject_footer to submission and smtps as an > option in my master.cf: > > submission inet n - n - - smtpd -o > smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes -o smtpd_reject_foot

smtpd_reject_footer and smtps

2018-04-26 Thread micah anderson
Hello, I tried to add a smtpd_reject_footer to submission and smtps as an option in my master.cf: submission inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes -o smtpd_reject_footer=\c For further help, contact the support desk smtps