11 Feb
2010
11 Feb
'10
6:16 p.m.
Frank Bonnet wrote:
Hello
I've installed managesieve on my mailhub FreeBSD from dovecot-managesieve ports to let roundcube users build email filters.
The filter are well created in the right directory but the filter seems inefficient ( it does not filter ;-) )
see below the result of the dovecot -n command
Sieve scripts are executed by the Dovecot LDA, which is called deliver. So, you must actually use deliver for local delivery (your MTA must call it) and you must enable the Sieve plugin by adding 'sieve' to the mail_plugins setting in the `protocol lda' section of the config file.
http://wiki.dovecot.org/LDA/Sieve/Dovecot#Basic_Configuration
Regards,
Stephan.