FYI <snip> >>>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
Finaly I have a working system: in /etc/postfix/master.cf flags= user=cyrus argv=/usr/cyrus/bin/deliver -r ${sender} -m ${extension} ${user} and additionally I added to /etc/imapd.conf postmaster: postmaster sievedir: /usr/sieve sendmail: /usr/sbin/sendmail sieve_maxscriptsize: 32 sieve_maxscripts: 5 Which of these additions made it work - I dont know ( I guess it was the sendmail line) Thanks a lot for your help :-) rgds Luc PS: its also the answer for the question I posted to the list on 2002-04-06 Subject "problems with sieve" for which I did not got any answer