[Dovecot] Dovecot 2.0beta3: Crash with mail_log plugin enabled
Thomas Leuxner
tlx at leuxner.net
Wed Mar 17 00:19:35 EET 2010
Am 16.03.2010 um 23:03 schrieb Pascal Volk:
2 LIST "" *
[…]
* LIST (\Unmarked) "/" "INBOX"
* LIST (\Noselect \HasChildren) "/" "Public"
2 OK List completed.
3 SELECT INBOX
3 NO Mailbox doesn't exist: INBOX
# 2.0.beta3: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.4
auth_verbose = yes
mail_location = mdbox:~/mdbox
namespace {
hidden = no
inbox = yes
location =
prefix =
separator = /
type = private
}
namespace {
list = yes
location = maildir:/var/vmail/public:LAYOUT=fs:CONTROL=~/public:INDEX=~/public
prefix = Public/
separator = /
subscriptions = no
type = public
}
passdb {
args = username_format=%u /var/vmail/conf.d/%d/passwd
driver = passwd-file
}
plugin {
acl = vfile:/var/vmail/conf.d/%d/acls:cache_secs=300
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
quota = dict:user::file:%h/mdbox/dovecot-quota
quota_rule = *:storage=1GB
quota_rule2 = Trash:storage=10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
}
postmaster_address = postmaster at mydomain.tld
protocols = imap lmtp
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
ssl_cert = </etc/ssl/certs/xyz_net_2009.crt
ssl_key = </etc/ssl/private/xyz_net_2009.key
syslog_facility = local0
userdb {
args = username_format=%u /var/vmail/conf.d/%d/passwd
driver = passwd-file
}
verbose_proctitle = yes
protocol lmtp {
mail_plugins = quota sieve
}
protocol imap {
mail_plugins = acl quota imap_acl imap_quota
}
More information about the dovecot
mailing list