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?
On 2012-10-30 19:37, Daniel Parthey wrote:
Hi Cliff,
Cliff Dunn wrote:
I have Roundcube webmail (v. 0.8.2) running with the managesieve plugin (v. 5.1). I am able to create sieve rules without any problems in Roundcube, but incoming mail is not being processed with the rule I specify.
managesieve is the service for managing your sieve rules, it does not process any emails.
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 { .. # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. mail_plugins = sieve # ... other plugins like quota }
Regards Daniel