Re: Where are bounce messages for milters configured?

2017-03-10 Thread Viktor Dukhovni
> On Mar 10, 2017, at 10:50 AM, Linda Pagillo 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

Where are bounce messages for milters configured?

2017-03-10 Thread Linda Pagillo
Hi everyone. Quick question... I have a milter set up to check at smtp connection time. 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. I want it to say something else. Where can I do this? Thanks.

Re: Question about Postfix/Nginx integration / XCLIENT support

2017-03-10 Thread Noel Jones
On 3/9/2017 5:23 PM, Marty Lee wrote: > Unless anyone has any other bright ideas that would let me set options > for smtpd_tls_auth_only on a per interface/port basis? You can add an override on a specific smtpd listener IP:port in master.cf. Something like: # master.cf 192.168.1.50:2525 inet

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Linda Pagillo
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 wrote: > > > On Mar 10, 2017, at 10:50 AM, Linda Pagillo wrote: > > > > When the milter rejects a message, the sen

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Mario Theodoridis
On 10/03/17 17:08, Linda Pagillo 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. Depending on the milter you use, you either do this in the milter code, or some config file for that particular milter.

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Linda Pagillo
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 wrote: > Thanks Viktor. I appreciate your answer. The weird thing is, I looked in > the milter confi

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Linda Pagillo
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 wrote: > In the milter configuration file, there is a line which says... > > Reject - Reject the message, return SMFIS_REJECT*

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Jim Reid
> On 10 Mar 2017, at 16:48, Linda Pagillo wrote: > > Also, is SMFIS_REJECT* even a file where I can configure a bounce message or > is it just a protocol which means "reject”. SMFIS_REJECT is a status/error code in the milter protocol. What some milter application does when SMFIS_REJECT gets

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Viktor Dukhovni
> On Mar 10, 2017, at 12:22 PM, Jim Reid wrote: > > >> On 10 Mar 2017, at 16:48, Linda Pagillo wrote: >> >> Also, is SMFIS_REJECT* even a file where I can configure a bounce message or >> is it just a protocol which means "reject”. > > SMFIS_REJECT is a status/error code in the milter proto

Re: Where are bounce messages for milters configured?

2017-03-10 Thread Linda Pagillo
Thank you guys for all of your responses. The milter I'm using is the Arm Research Message Sniffer milter called SNFMilter. At this time, I don't think there is a way to configure this milter to return a specific bounce message. On Fri, Mar 10, 2017 at 12:21 PM, Viktor Dukhovni < postfix-us...@duk