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*"