On 5/18/2015 10:23 AM, Jiri Vitek wrote:
> Hello,
>
> is it possible to configure postfix to do content filtering on bounce
> messages?
No.
>
> i modified master.cf with next lines:
>
>
> bounce unix - - n - 0 bounce
> -o content_filter=bounce_filter:dummy
>
>
> bounce_filter unix n n - 10 pipe
> flags=Rq user=bounce_filter null_sender=
> argv=/opt/bounce_filter/bin/bounce_filter -f ${sender} -- ${recipient}
>
>
> as i found in postfix manual. But it never execute filter script. Is
> that configuration supported? Or have to go via advanced filters way?
I don't remember the content_filter parameter documented as working
with the bounce service.
-- Noel Jones