From: Magnus Bäck (no email)
Date: Wed Sep 01 2004 - 08:22:57 EDT
On Wednesday, September 01, 2004 at 14:15 CEST,
Mark Thomas <> wrote:
> Can anyone please tell me what format the master.cf file needs to be
> to enable all three of the subject to work together?
>
> The the moment mine looks like.....
>
> ##
> # ==========================================================================
> # service type private unpriv chroot wakeup maxproc command + args
> # (yes) (yes) (yes) (never) (100)
> # ==========================================================================
> smtp inet n - n - - smtpd
> -o content_filter=dummy:filter
> -o content_filter=spamassassin
No, this is not how multiple content filters are chained. Only the last
value of content_filter will prevail.
[...]
> filter unix - n n - - pipe
> flags=Rq user=vacation argv=/home/vacation/mail-filter -f ${sender}
> -- ${recipient}
> spamassassin unix - n n - - pipe
> user=nobody argv=/usr/bin/spamc -f -e
> /usr/sbin/sendmail -oi -f ${sender} ${recipient}
> -----------------------------------------------------------------------------
>
> Problem is that nothing seems to get sent to the vacation.pl script -
> I have tried all combinations of the above but vacation messages dont
> get sent.
Why use the vacation script as a content filter in the first place?
http://www.postfix.org/VIRTUAL_README.html#autoreplies
[...]
-- Magnus Bäck
|
|
|