Am 08.06.2010 um 21:57 schrieb Timo Sirainen:
On ti, 2010-06-08 at 19:36 +0200, Thomas Leuxner wrote:
#0 quota_mailbox_transaction_commit (ctx=0x1d66660, changes_r=0x7fffec59fd80) at quota-storage.c:91 qbox = (struct quota_mailbox *) 0x1d5df50 qt = (struct quota_transaction_context *) 0x0
Well, qt=NULL just shouldn't be happening.. Try make clean and make install again? If that doesn't help, show your doveconf -n output.
Recompiling leads to the same result. Rolling back to Dovecot v2.0.beta5 (6f5d3e035652) restores functionality.
# 2.0.beta5 (6f5d3e035652): /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-3-amd64 x86_64 Debian 5.0.4 auth_verbose = yes mail_location = mdbox:~/mdbox mail_plugins = acl quota namespace { hidden = no inbox = yes location = prefix = separator = / type = private } namespace { list = yes location = maildir:/var/vmail/public:LAYOUT=fs:INDEX=~/public prefix = Public/ separator = / subscriptions = no type = public } passdb { args = username_format=%u /var/vmail/auth.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 } 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/myhost_domain_tld.crt ssl_key = </etc/ssl/private/myhost_domain_tld..key syslog_facility = local1 userdb { args = username_format=%u /var/vmail/auth.d/%d/passwd driver = passwd-file } verbose_proctitle = yes protocol imap { mail_plugins = $mail_plugins imap_acl imap_quota mail_log notify } protocol lmtp { mail_plugins = $mail_plugins sieve }