[Dovecot] sieve on debian squeeze
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-ma...
and here there is my specific request on Debian User List http://www.linux-archive.org/debian-user/557551-sieve-dovecot-squeeze-help.h...
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
2011/7/27 Andrea Ganduglia nonews.org@gmail.com
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-ma...
and here there is my specific request on Debian User List
http://www.linux-archive.org/debian-user/557551-sieve-dovecot-squeeze-help.h...
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 use dovecot as the LDA if you want sieve filters to be applied.
Have you tried to replace virtual_tranport in the main.cf file? (ie. virtual_transport = dovecot)
Antoine
On Wed, Jul 27, 2011 at 4:33 PM, Antoine Nguyen ngu.antoine@gmail.com wrote:
2011/7/27 Andrea Ganduglia nonews.org@gmail.com
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.
I think you need to use dovecot as the LDA if you want sieve filters to be applied.
Have you tried to replace virtual_tranport in the main.cf file? (ie. virtual_transport = dovecot)
Antoine
If I set virtual_transoport it said relay=none (unknown mail transport error) the same error that I receive if I set maildrop http://www.linux-archive.org/debian-user/555576-postfix-virtual_transport-ma...
Maybe, the problem is here? ... :-(
-- Openclose.it - Idee per il software libero http://www.openclose.it
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-ma...
and here there is my specific request on Debian User List http://www.linux-archive.org/debian-user/557551-sieve-dovecot-squeeze-help.h...
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
participants (3)
-
Andrea Ganduglia
-
Antoine Nguyen
-
Gary V