On Mon, Oct 15, 2018 at 3:09 PM Wietse Venema <[email protected]> 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 another solution? All I'm trying to add is an
> > out-of-office message to one incoming address. However, this OOO message
> > must run 5pm-8am weekdays, and all day weekends. Apparently, Exchange
> > cannot do this ...
>
> Are your content filters pllugged into Postfix with SMTP? Filters
> can be put in series (Postfix->filter1->filter2->Postfix) but the
> details depend on whether the plumbing is done with SMTP or with
> pipes.
>
> Wietse
>
Is this what you're looking for?
filter unix - n n - 10 pipe
flags=Rq user=filter null_sender=
argv=/var/spool/filter/bin/filter.sh -f ${sender} -- ${recipient}
autoresponder unix - n n - - pipe
flags=Fq user=autoresponse argv=/usr/local/sbin/autoresponse -s ${sender}
-r ${recipient} -S ${sasl_username} -C ${client_address}
~ Mike