I have debian lenny and dovecot 1.2.4 and a problem with the plugin cmusieve. protocol lda { postmaster_address = postmaster at cablenet.com.pe mail_plugins = cmusieve quota log_path = /var/log/dovecot-deliver.log info_log_path = /var/log/dovecot-deliver.log } the log /var/log/dovecot-deliver.log shows me the following Fatal: Plugin cmusieve not found from directory /usr/lib/dovecot/modules/lda When I list the directory /usr/lib/dovecot/modules/lda, it was not found the cmusieve plugin. Where can i get it? # ls -l /usr/lib/dovecot/modules/lda lrwxrwxrwx 1 root root 22 nov 12 21:20 lib01_acl_plugin.so lrwxrwxrwx 1 root root 24 nov 12 21:20 lib10_quota_plugin.so lrwxrwxrwx 1 root root 24 nov 12 21:20 lib11_trash_plugin.so lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_autocreate_plugin.so lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_convert_plugin.so lrwxrwxrwx 1 root root 25 nov 12 21:20 lib20_expire_plugin.so lrwxrwxrwx 1 root root 22 nov 12 21:20 lib20_fts_plugin.so lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_listescape_plugin.so lrwxrwxrwx 1 root root 27 nov 12 21:20 lib20_mail_log_plugin.so lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_virtual_plugin.so lrwxrwxrwx 1 root root 28 nov 12 21:20 lib21_fts_squat_plugin.so -rw-r--r-- 1 root root 3663976 nov 15 23:04 lib90_sieve_plugin.a -rwxr-xr-x 1 root root 1029 nov 15 23:04 lib90_sieve_plugin.la -rwxr-xr-x 1 root root 1777465 nov 15 23:04 lib90_sieve_plugin.so
On 17.11.2009 18:41, juan carlos wrote:> I have debian lenny and dovecot 1.2.4 and a problem with the plugin cmusieve. > protocol lda { > postmaster_address = postmaster at cablenet.com.pe > mail_plugins = cmusieve quota > log_path = /var/log/dovecot-deliver.log > info_log_path = /var/log/dovecot-deliver.log > } > > the log /var/log/dovecot-deliver.log shows me the following > Fatal: Plugin cmusieve not found from directory /usr/lib/dovecot/modules/lda > > When I list the directory /usr/lib/dovecot/modules/lda, it was not found the > cmusieve plugin. Where can i get it? > > # ls -l /usr/lib/dovecot/modules/lda > lrwxrwxrwx 1 root root 22 nov 12 21:20 lib01_acl_plugin.so > lrwxrwxrwx 1 root root 24 nov 12 21:20 lib10_quota_plugin.so > lrwxrwxrwx 1 root root 24 nov 12 21:20 lib11_trash_plugin.so > lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_autocreate_plugin.so > lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_convert_plugin.so > lrwxrwxrwx 1 root root 25 nov 12 21:20 lib20_expire_plugin.so > lrwxrwxrwx 1 root root 22 nov 12 21:20 lib20_fts_plugin.so > lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_listescape_plugin.so > lrwxrwxrwx 1 root root 27 nov 12 21:20 lib20_mail_log_plugin.so > lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_virtual_plugin.so > lrwxrwxrwx 1 root root 28 nov 12 21:20 lib21_fts_squat_plugin.so > -rw-r--r-- 1 root root 3663976 nov 15 23:04 lib90_sieve_plugin.a > -rwxr-xr-x 1 root root 1029 nov 15 23:04 lib90_sieve_plugin.la > -rwxr-xr-x 1 root root 1777465 nov 15 23:04 lib90_sieve_plugin.so > >Version 1.2 and higher use new plugin named sieve http://wiki.dovecot.org/LDA/Sieve
juan carlos wrote:> # ls -l /usr/lib/dovecot/modules/lda > lrwxrwxrwx 1 root root 22 nov 12 21:20 lib01_acl_plugin.so > lrwxrwxrwx 1 root root 24 nov 12 21:20 lib10_quota_plugin.so > lrwxrwxrwx 1 root root 24 nov 12 21:20 lib11_trash_plugin.so > lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_autocreate_plugin.so > lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_convert_plugin.so > lrwxrwxrwx 1 root root 25 nov 12 21:20 lib20_expire_plugin.so > lrwxrwxrwx 1 root root 22 nov 12 21:20 lib20_fts_plugin.so > lrwxrwxrwx 1 root root 29 nov 12 21:20 lib20_listescape_plugin.so > lrwxrwxrwx 1 root root 27 nov 12 21:20 lib20_mail_log_plugin.so > lrwxrwxrwx 1 root root 26 nov 12 21:20 lib20_virtual_plugin.so > lrwxrwxrwx 1 root root 28 nov 12 21:20 lib21_fts_squat_plugin.so > -rw-r--r-- 1 root root 3663976 nov 15 23:04 lib90_sieve_plugin.a > -rwxr-xr-x 1 root root 1029 nov 15 23:04 lib90_sieve_plugin.la > -rwxr-xr-x 1 root root 1777465 nov 15 23:04 lib90_sieve_plugin.so >It's right there at the bottom of your list. ~Seth
On Tue, 2009-11-17 at 18:44 +0300, Nikolay Shopik wrote:> > > Version 1.2 and higher use new plugin named sieve > http://wiki.dovecot.org/LDA/Sievecmusieve works fine with 1.2 All he needs is http://www.dovecot.org/releases/sieve/dovecot-sieve-1.1.8.tar.gz , rebuild Dovecot with --enable-header-install, then build cmusieve and install it. but he appears to have currently installed, the normal sieve plugin, so the LDA section needs to be changed to reflect the correct plugin. -- Kind Regards, SSA Noel Butler L.C.P #251002 (http://counter.li.org) ________________________________________________________________________ This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyright protected under international law. You may not disseminate or reveal any part to anyone without the authors express written authority to do so. If you are not the intended recipient, please notify the sender and delete all relevance of this message including any attachments, immediately. Confidentiality, copyright, and legal privilege are not waived or lost by reason of the mistaken delivery of this message. Only PDF and ODF documents are accepted, do not send Microsoft proprietary formatted documents. ________________________________________________________________________