On 10 Apr 2002, Hein Roehrig wrote:

> > This means the exaxt line in /etc/postfix/master.cf looks like this?
> >
> > cyrus     unix  -       n       n       -       -       pipe
> >   flags=R -r ${sender} user=cyrus argv=/usr/cyrus/bin/deliver -e -m
> > ${extension} ${user}
>
> cyrus   unix  -       n       n       -       -       pipe
>   user=cyrus argv=/usr/cyrus/bin/deliver -r ${sender} -m ${extension}
> ${user}
>
> -Hein
>
>

This ends up with:

test postfix/pipe[10454]: 458C5D9DA1: to=<[EMAIL PROTECTED]>,
relay=cyrus, delay=418, status=deferred (temporary failure)

this only occurs if sieve gets in action. i.e

require "reject";
if header :contains "subject" "blah" {
  reject "I dont accept blah";
}

If the sieve filter does not match, message is delivered without error..

rgds


Luc

Reply via email to