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 inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_reject_footer=\c For further help, contact the support desk the submission one took, but with smtps, I got an error: "fatal: unexpected command-line argument: For" why is it that this does not work for smtps? thanks, micah