[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sieve Dovecot Squeeze: help!



I'm trying to enable sieve plugin into dovecot con squeeze, but
something is deeply wrong.

I'm following this:
http://workaround.org/ispmail/lenny/server-side-sieve-filtering

Can someone help me? :-(

my dovecot.conf

first_valid_uid = 102 #postfix
protocols = imap imaps pop3 pop3s lda # lda is a shot, I tried without too
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_privileged_group = mail

protocol imap {}
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
protocol managesieve {}

protocol lda {
        log_path = /var/vmail/dovecot-deliver.log
        postmaster_address = info@****.com
        auth_socket_path = /var/run/dovecot/auth-master
        mail_plugins = sieve #or cmusieve
}

        plugin {
                sieve_global_path = /var/vmail/globalsieverc
                sieve_dir = ~/sieve
                sieve = ~/.dovecot.sieve
                sieve_global_dir = /var/vmail/sieve
                sieve_maxscriptsize = 128
        }

auth_verbose = no
auth_debug = yes
auth_debug_passwords = no

auth default {
        mechanisms = cram-md5 plain login
        userdb sql {
                args = /etc/dovecot/dovecot-mysql.conf
        }
        passdb sql {
                args = /etc/dovecot/dovecot-mysql.conf
        }
        socket listen {
            master {
                path = /var/run/dovecot/auth-master
                mode = 0600
                user = postfix
            }

            client {
                path = /var/spool/postfix/private/auth
                mode = 0660
                user = postfix
                group = postfix
            }
        }
}
dict {}
mail_location = maildir:/home/vmail/%d/%n


-- 
Openclose.it - Idee per il software libero
http://www.openclose.it


Reply to: