[Dovecot] namespace and list=children inconsistencies
Holger Mauermann
holger at mauermann.org
Thu Dec 16 15:59:12 EET 2010
Am 16.12.2010 13:39, schrieb Charles Marcus:
> On 2010-12-15 7:38 PM, Holger Mauermann wrote:
>> Here is the relevant doveconf -n output:
>> ...
>
> Please always include *full* doveconf -n output, not just what you
> *think* is relevant... its not that much more, and includes extra info
> that people sometimes forget - like dovecot version (and filesystem, etc)...
You're right, I forgot at least to include the dovecot version ;-)
Here is the full doveconf -n output:
# 2.0.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35-23-virtual x86_64 Ubuntu 10.10
auth_mechanisms = plain login digest-md5 cram-md5 apop
debug_log_path = /var/log/dovecot/debug.log
disable_plaintext_auth = no
info_log_path = /var/log/dovecot/info.log
lmtp_save_to_detail_mailbox = yes
log_path = /var/log/dovecot/error.log
mail_location = maildir:~/Maildir
mail_plugins = " quota acl listescape zlib lazy_expunge"
namespace {
hidden = yes
list = no
location = maildir:~/expunged
prefix = .EXPUNGED/
separator = /
type = private
}
namespace {
list = children
location = maildir:%%h/Maildir:INDEX=~/shared/%%u
prefix = Shared/%%u/
separator = /
subscriptions = no
type = shared
}
namespace {
list = no
location = cydir:/var/spool/imap/public:INDEX=~/public
prefix = Public/
separator = /
subscriptions = no
type = public
}
namespace {
inbox = yes
location =
prefix =
separator = /
type = private
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile
acl_shared_dict = file:/var/spool/imap/shared-mailboxes.dict
lazy_expunge = .EXPUNGED/
quota = dict:Mailbox::file:%h/Maildir/dovecot-quota
quota_rule = *:storage=1G
quota_rule2 = Trash:storage=+50M
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = imap pop3 sieve
service auth {
unix_listener auth-exim {
user = Debian-exim
}
unix_listener auth-userdb {
user = vmail
}
}
service lmtp {
inet_listener lmtp {
port = 24
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
inet_listener sieve_deprecated {
port = 2000
}
}
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = " quota acl listescape zlib lazy_expunge sieve"
}
protocol lda {
mail_plugins = " quota acl listescape zlib lazy_expunge sieve"
}
protocol imap {
mail_plugins = " quota acl listescape zlib lazy_expunge imap_quota
imap_acl imap_zlib"
}
More information about the dovecot
mailing list