Displaying 1 result from an estimated 1 matches for "kaktus".
Did you mean:
baltus
2007 Sep 30
1
Maildir ignore
...query = SELECT maildir AS home, 901 AS uid, 901 AS gid,
CONCAT('maildir:storage=', floor(IF(quota!=0, quota,-1)/1000),
':ignore=Trash') AS quota FROM mailbox WHERE username = '%u' AND active
= '1'
Even Dovecot agrees it seems correct.
# cat /var/log/maillog | grep kaktus | grep quota\= | tail -n1
Sep 30 23:37:33 XXXXXX dovecot: auth(default): master out: USER
5 XXX at XXX.cz home=XXX uid=901 gid=901
quota=maildir:storage=1024:ignore=Trash
I hope this is the correct way.
Looking at IMAP communication with Wireshark, the server seems to
ignor...