I didn't follow those instructions as I assumed that it would be installed with Dovecot from the Debian repositories. See output of commands below. And thanks again for the help!
# find /usr/lib/dovecot | grep sieve /usr/lib/dovecot/modules/lda/lib90_sieve_plugin.so /usr/lib/dovecot/modules/lda/lib90_sieve_plugin.la /usr/lib/dovecot/managesieve /usr/lib/dovecot/managesieve-login
# apt-cache policy dovecot-sieve N: Unable to locate package dovecot-sieve
# dpkg -l "dovecot*"
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version
Description
+++-============================-============================-========================================================================
un dovecot <none> (no
description available)
ii dovecot-common 1:1.2.15-7 secure
mail server that supports mbox and maildir mailboxes
ii dovecot-imapd 1:1.2.15-7 secure
IMAP server that supports mbox and maildir mailboxes
On 2012-10-30 20:45, Daniel Parthey wrote:
Cliff Dunn wrote:
In order to actually sort mails into folders, you need to add the "sieve" plugin to your mail_plugins list.
http://wiki.dovecot.org/LDA/Sieve/Dovecot
protocol lda { mail_plugins = sieve } Ok, so when I add the mail_plugins = sieve I get: sudo service dovecot restart Restarting IMAP/POP3 mail server: dovecotFPlugin sieve not found from directory /usr/lib/dovecot/modules/imap Error: imap dump-capability process returned 89 Fatal: Invalid configuration in /etc/dovecot/dovecot.conf failed
I am assuming something is missing here?
I guess you are missing the sieve plugin completely, did you install the dovecot-sieve plugin? Where did you get sieve from and how did you install it?
Did you follow all the compile instructions at http://wiki.dovecot.org/LDA/Sieve/Dovecot or did you install some package?
What do the following commands say?
# find /usr/lib/dovecot | grep sieve # apt-cache policy dovecot-sieve # dpkg -l "dovecot*"
Regards Daniel