[Dovecot-de] dovecot - Probleme mit Abbonement geteilter Ordner

Gregor Burck gregor at aeppelbroe.de
Do Mär 21 11:51:57 CET 2013


Moin,

dovecot-n:
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.8-0.towo.1-siduction-amd64 x86_64 Debian 7.0 ext4
mail_debug = yes
mail_gid = vmail
mail_location = maildir:/home/vmail/%d/%n
mail_plugins = quota acl
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
namespace {
 list = children
 location = maildir:/home/vmail/%%d/%%n:INDEX=/home/vmail/%d/%n/shared/%%d/%%n
 prefix = shared/%%d/%%n/
 separator = /
 type = shared
}
namespace inbox {
 inbox = yes
 list = yes
 location = 
 prefix = 
 separator = /
 subscriptions = yes
 type = private
}
passdb {
 args = /etc/dovecot/dovecot-sql.conf.ext
 driver = sql
}
plugin {
 acl = vfile
 acl_shared_dict = file:/home/vmail/shared-mailboxes
 quota = maildir:User quota
 quota_rule = *:storage=200M
 quota_rule2 = Trash:storage=+100M
 quota_warning = storage=95%% quota-warning 95 %u
 quota_warning2 = storage=80%% quota-warning 80 %u
}
protocols = " imap sieve pop3"
service auth {
 unix_listener /var/spool/postfix/private/auth {
 group = vmail
 mode = 0770
 user = postfix
 }
 unix_listener auth-client {
 group = vmail
 mode = 0660
 user = postfix
 }
 unix_listener auth-login {
 group = 
 mode = 0600
 user = $default_internal_user
 }
 unix_listener auth-master {
 group = 
 mode = 0600
 user = 
 }
}
service managesieve-login {
 inet_listener sieve {
 port = 4190
 }
}
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem
userdb {
 args = /etc/dovecot/dovecot-sql.conf.ext
 driver = sql
}
protocol lda {
 mail_plugins = sieve quota
 postmaster_address = sysadmin at dialog-gmbh.com 
}
protocol imap {
 mail_plugins = acl imap_acl quota imap_quota
}
protocol pop3 {
 mail_plugins = quota acl quota
}

Grüße

Gregor
-- 





Mehr Informationen über die Mailingliste Dovecot