Also, is SMFIS_REJECT* even a file where I can configure a bounce message or is it just a protocol which means "reject".
On Fri, Mar 10, 2017 at 10:18 AM, Linda Pagillo <lpad...@gmail.com> wrote: > In the milter configuration file, there is a line which says... > > Reject - Reject the message, return SMFIS_REJECT* > > Where do I find SMFIS_REJECT* ? > > On Fri, Mar 10, 2017 at 10:08 AM, Linda Pagillo <lpad...@gmail.com> wrote: > >> Thanks Viktor. I appreciate your answer. The weird thing is, I looked in >> the milter config file and I don't see a place to do this. >> >> On Fri, Mar 10, 2017 at 9:56 AM, Viktor Dukhovni < >> postfix-us...@dukhovni.org> wrote: >> >>> >>> > On Mar 10, 2017, at 10:50 AM, Linda Pagillo <lpad...@gmail.com> wrote: >>> > >>> > When the milter rejects a message, the sender gets a particular bounce >>> message. I need to know how to change the text of that bounce message. >>> >>> The body of the bounce message is generated by the sending system, >>> and cannot be specified by the receiving Postfix system that rejects >>> the message. Only the short (typically one line) SMTP error response, >>> that is typically included in the bounce report, originates with Postfix. >>> That one line response is generated by the milter. Configure the milter >>> to emit an appropriate reject message. >>> >>> -- >>> Viktor. >>> >>> >> >