Displaying 2 results from an estimated 2 matches for "dovecot_usage".
2012 May 13
2
Dovecot usage values differ from actual disk usage
...sername
2.6G /mail/dovecot/example.org/username
While the doveadm quota get says 7 Gigabytes for the same user:
mail01:~# doveadm -f tab quota get -u username at example.org
Quota name Type Value Limit %
User quota STORAGE 7065208 - 0
User quota MESSAGE 282024 - 0
mysql> select * from dovecot.dovecot_usage where username="username at example.org";
+----------------------+------------+----------+
| username | storage | messages |
+----------------------+------------+----------+
| username at example.org | 7234773131 | 282024 |
+----------------------+------------+----------+...
2012 Oct 19
4
still having difficulties with per-user quotas
Hello,
I am trying to get per-user quotas working. My thanks to all who have
helped so far.
To recap I am running Dovecot 2.1 and Mysql where I've got my virtual
users. All virtual users are under the system user vmail with a UID
and GID of 5000. Looking over the wiki docs I've added a quota table
and got the dict service working, I am not having problems with
permissions or the login