First, I've been lurking and using dovecot for a few years now and I've always liked it, great piece of software! :) I've finally decided to clean up my act here and get virutal users and get postfix (2.3), dovecot (1.0.0) and deliver to play nice, using postfixadmin. I have it 99% there, but one thing is left: When I receive mails, deliver finds my virtual home dir and then tries to compile the sieve script (converted from procmail with the script mentioned in the wiki), and then always bums out on this: sieve parse error: line 3: Unsupported features in require line and line 3 looks like this: require ["fileinto","regex","envelope","vacation"]; which should be fine? Then I googled around and found this thread from january: http://www.dovecot.org/list/dovecot/2007-January/018376.html Which made it sound like the sieve plugin 1.0.0 had a bug that got fixed in 1.0.1. I am doing all of this on Gentoo, so I decided to just redo the ebuild so that I got the dovecot 1.0.0 ebuild, but with the sieve plugin 1.0.1. Aparently I get the same error and now am at a loss here. Any pointers? -A
Alexander Hoogerhuis wrote:> I am doing all of this on Gentoo, so I decided to just redo the ebuild > so that I got the dovecot 1.0.0 ebuild, but with the sieve plugin > 1.0.1. Aparently I get the same error and now am at a loss here. Any > pointers?Well immediate idea would be to work out exactly which require is failing. Try each option on its own in the require to work it out. Regards James Turnbull -- James Turnbull <james at lovedthanlost.net> --- Author of Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) Hardening Linux (http://www.amazon.com/gp/product/1590594444/) --- PGP Key (http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x0C42DF40)
James Turnbull wrote:> Alexander Hoogerhuis wrote: >> I am doing all of this on Gentoo, so I decided to just redo the ebuild >> so that I got the dovecot 1.0.0 ebuild, but with the sieve plugin >> 1.0.1. Aparently I get the same error and now am at a loss here. Any >> pointers? > Well immediate idea would be to work out exactly which require is > failing. Try each option on its own in the require to work it out. >Bitten by the Gentoo. Aparently I stuffed it when rearranging the files and ebuilds. Recompiled correctly, all works. :)> Regards > > James Turnbull >mvh, A