On Mon, 2006-10-16 at 00:50 +0300, Timo Sirainen wrote:
On Mon, 2006-10-16 at 10:47 +1300, Fintec wrote:
Our server is an CentOS4.4 box and we use the atrpms built RPMs for installing dovecot. I am wanting to use the sieve plug-in so I've followed the dovecot wiki instructions, downloaded the files from CVS, but I'm not sure what configure options to use. When I try without any options I get:
dovecot-config not found from /usr/src/dovecot-sieve, use --with-dovecot=PATH to give path to compiled Dovecot sources
I tried using "./configure --with-dovecot=/usr/libexec/dovecot" but get the same problem.
You'll need to have Dovecot sources somewhere, and you must have run at least "configure" script for them. And preferrably you should also be running Dovecot installed from those sources, since if the binary package was built with different options the Sieve plugin might just crash..
Thanks for the quick reply Timo!
I thought this might be required but just thought I'd ask in case there was some clever way around it. I've successfully compiled and made the cmusieve plug-in - now I'm off to try it!
Will the cmusieve plug-in be included in the official 1.0 release and therefore the RPMs?
For future knowledge I took a look at the atrpms spec file and copied their configure options but I also had to run make in the dovecot sources before the required "dovecot-config" file was created.
Thanks, Gavin