Re: How to run 2 content filters in parrallel?

2018-10-15 Thread Mike Schleif
On Mon, Oct 15, 2018 at 3:09 PM Wietse Venema wrote: > Mike Schleif: > > All addresses INCLUDING the special address? - yes > > > > The special address is subject to ONLY this filter or BOTH filters? - > BOTH > > filters > > > > Perhaps, there is ano

Re: How to run 2 content filters in parrallel?

2018-10-15 Thread Mike Schleif
ema wrote: > Mike Schleif: > > CentOS Linux release 7.5.1804 (Core) > > mail_version = 2.10.1 > > > > Several years funning one content filter: > > 127.0.0.1:10025 inet n - n - - smtpd > > -o content_filter=filter:dummy > > ...

Re: How to run 2 content filters in parrallel?

2018-10-15 Thread Mike Schleif
m-8am weekdays, and all day weekends. Apparently, Exchange cannot do this ... ~ Mike On Mon, Oct 15, 2018 at 2:46 PM Wietse Venema wrote: > Mike Schleif: > > content_filter=filter:dummy > > This filter has been running for years, massaging all messages as we > > require, and m

Re: How to run 2 content filters in parrallel?

2018-10-15 Thread Mike Schleif
autoresponder message on off hours - in addition to delivering to Exchange users. ~ Mike On Mon, Oct 15, 2018 at 1:47 PM Wietse Venema wrote: > Mike Schleif: > > CentOS Linux release 7.5.1804 (Core) > > mail_version = 2.10.1 > > > > Several years funning one content filter

How to run 2 content filters in parrallel?

2018-10-15 Thread Mike Schleif
CentOS Linux release 7.5.1804 (Core) mail_version = 2.10.1 Several years funning one content filter: 127.0.0.1:10025 inet n - n - - smtpd -o content_filter=filter:dummy ... Now, we need an autoresponder for one incoming address. Trying to use this: https://www.howtofor

How to deliver mail to 1 user only from a list of senders?

2016-05-09 Thread Mike Schleif
Postfix: 2.10.1 One email address should receive email only from a known, finite list of senders. All other senders' messages should be quarantined; but, this may not be a deal breaker. Yes, we use amavisd and it does a good job with spam and virii. The problem is with the unsolicited solicitat

Re: Process sequence: Where are content filters?

2016-05-06 Thread Mike Schleif
On Fri, May 6, 2016 at 12:20 PM, Wietse Venema wrote: > Mike Schleif: > > Postfix: 2.10.1 > > > > Content filter according to: > > http://www.postfix.org/FILTER_README.html#simple_filter > > > > Where in the overall process does this content filtering tak

Process sequence: Where are content filters?

2016-05-06 Thread Mike Schleif
Postfix: 2.10.1 Content filter according to: http://www.postfix.org/FILTER_README.html#simple_filter Where in the overall process does this content filtering take place? Does this happen prior to querying the aliases and virtual tables? Where is this documented? Thank you. ~ Mike

Re: Creating a log line?

2016-03-30 Thread Mike Schleif
On Wed, Mar 30, 2016 at 9:40 AM, Viktor Dukhovni wrote: > On Wed, Mar 30, 2016 at 08:20:56AM -0500, Mike Schleif wrote: > > > > This form of output is much more useful than a single line on message > > > entry... > > > > This is very cool - but, it do

Re: Creating a log line?

2016-03-30 Thread Mike Schleif
On Tue, Mar 29, 2016 at 11:37 PM, Viktor Dukhovni < postfix-us...@dukhovni.org> wrote: > > You're missing the fact the collating messages as paragraphs makes it > easy to "grep" the logs for a complete message, provided one replaces > grep with: > > pgrep: > #! /usr/bin/perl >

How to configure multiple pipe-based content filters?

2016-03-02 Thread Mike Schleif
Centos: 7.2.1511 (Core) postfix: 2.10.1 This postfix server was designed to run as follows, which it has done for several months without incident: Original filter-only: master.cf: smtp inet n - n - - smtpd -o content_filter=filter:dummy filter unix - n n - 10 pipe flags=Rq use