-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of pod Sent: Friday, April 20, 2007 10:44 AM To: dovecot@dovecot.org Subject: Re: [Dovecot] Dovecot 1.0.0 and Seive 1.0.1 on FreeBSD
"ed" == Ed Lucero edlucero@internetcrusade.com writes:
ed> It creates two binaries sievec and sieved. [...]
- sievec is a standalone bytecode compiler
- sieved is a standalone bytecode de-compiler
You can use them to verify that .dovecot.sieve and .dovecot.sievec are being updated correctly by the cmusieve plugin. The dovecot-sieve tarball bundles CMU libsieve, from which they originate, and they get installed 'for free'.
Im not finding cmusieve unless its just a library
Here is my find on user local for sieve
/usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.la /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.a /usr/local/libdata/ldconfig/dovecot-sieve /usr/local/libexec/dovecot/sievec /usr/local/libexec/dovecot/sieved
Ed