On Mon, 2010-09-20 at 16:24 +0200, LEVAI Daniel wrote:
Set mail_debug=yes and show what it logs when logging in?
imap(username): Debug: Quota root: name=User quota backend=maildir args= imap(username): Debug: Quota rule: root=User quota mailbox=* bytes=104857600 messages=0 imap(username): Debug: Quota rule: root=User quota mailbox=Trash bytes=+52428800 messages=0
So those are the global defaults..
lda(username): Debug: Quota root: name=User quota backend=maildir args= lda(username): Debug: Quota rule: root=User quota mailbox=* bytes=0 messages=0 lda(username): Debug: Quota rule: root=User quota mailbox=Trash bytes=0 messages=0
The above I guess are the overridden values from SQL.
lda(username): Debug: maildir++: root=/homedir/Maildir, index=, control=, inbox=/homedir/Maildir lda(username): Debug: Quota root: name=User quota backend=maildir args= lda(username): Debug: Quota rule: root=User quota mailbox=* bytes=104857600 messages=0 lda(username): Debug: Quota rule: root=User quota mailbox=Trash bytes=+52428800 messages=0
Why are these defaults again here?..
I can see that lda and imap reports different quotas and even with lda there is two different quota values.
Yeah, that's weird. It's as if you have two quota roots with LDA.
I'm using sql userdb, and I'm returning this userdb_import field: quota_rule=*:storage=0 quota_rule2=Trash:storage=+0
What does it then log with auth_debug=yes?