[Dovecot] sieve on debian squeeze

Gary V mr88talent at gmail.com
Thu Jul 28 05:39:35 EEST 2011


On 7/27/11, Andrea Ganduglia wrote:
> Hi. I have a quite problem with dovecot and sieve on Debian Squeeze.
>
> I'm trying to enable sieve plugin into dovecot, but something is
> deeply wrong. I hope that this is the right place to give some help.
>
> There are no errors or warning messages, simply sieve don't works.
>
> For the big picture about my mail server you can follow this link
> http://www.linux-archive.org/debian-user/555576-postfix-virtual_transport-maildrop.html
>
> and here there is my specific request on Debian User List
> http://www.linux-archive.org/debian-user/557551-sieve-dovecot-squeeze-help.html
>
> here my dovecot -n output
>
> # 1.2.15: /etc/dovecot/dovecot.conf
> # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.1 ext3
> log_timestamp: %Y-%m-%d %H:%M:%S
> protocols: imap imaps pop3 pop3s lda
> disable_plaintext_auth: no
> login_dir: /var/run/dovecot/login
> login_executable(default): /usr/lib/dovecot/imap-login
> login_executable(imap): /usr/lib/dovecot/imap-login
> login_executable(pop3): /usr/lib/dovecot/pop3-login
> first_valid_uid: 102
> mail_privileged_group: mail
> mail_location: maildir:/home/vmail/%d/%n
> mbox_write_locks: fcntl dotlock
> mail_executable(default): /usr/lib/dovecot/imap
> mail_executable(imap): /usr/lib/dovecot/imap
> mail_executable(pop3): /usr/lib/dovecot/pop3
> mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
> mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
> mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
> lda:
>   log_path: /var/vmail/dovecot-deliver.log
>   postmaster_address: info@**********.it
>   auth_socket_path: /var/run/dovecot/auth-master
>   mail_plugins: cmusieve
> auth default:
>   mechanisms: cram-md5 plain login
>   debug: yes
>   passdb:
>     driver: sql
>     args: /etc/dovecot/dovecot-mysql.conf
>   userdb:
>     driver: sql
>     args: /etc/dovecot/dovecot-mysql.conf
>   socket:
>     type: listen
>     client:
>       path: /var/spool/postfix/private/auth
>       mode: 432
>       user: postfix
>       group: postfix
>     master:
>       path: /var/run/dovecot/auth-master
>       mode: 384
>       user: postfix
> plugin:
>   sieve_global_path: /var/vmail/globalsieverc
>   sieve_dir: ~/sieve
>   sieve: ~/.dovecot.sieve
>   sieve_global_dir: /var/vmail/sieve
>   sieve_maxscriptsize: 128
>
> Any suggestions? Thanks in advance!
>
> -Andrea
>

I think you need to change:
mail_plugins: cmusieve
to:
mail_plugins: sieve

-- 
Gary V


More information about the dovecot mailing list