Displaying 5 results from an estimated 5 matches for "limit_configuration".
2014 Nov 08
1
Help on dict with QUOTA / perms
Hi,
Ok managed to solve this with the permissions on the socket.
One related question, the quota units are only Kb,M,G ? not possible to
define it in bytes?
> -----Original Message-----
> From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Jorge
> Bastos
> Sent: s?bado, 8 de Novembro de 2014 14:22
> To: 'Dovecot Mailing List'
> Subject: Help on dict with
2017 Sep 10
0
Problems to configure IMAP Quota
...d
> field of the map. It works, but generate a lot of error lines in the
> dovecot log as it create a syntaxly incorrect MySQL uodate request...)
Using 'storage' instead of 'bytes' should provide limits as kilobytes.
See Wiki:
https://wiki2.dovecot.org/Quota/Configuration#Limit_configuration
--
Alex JOST
2011 Oct 19
0
Is '*:bytes=" quota specification the quota 'Value', or 'Limit'?
Docs for quota configuration
http://wiki2.dovecot.org/Quota/Configuration#Limit_configuration
state that the 'bytes=' specification defines the quota **LIMIT**
"bytes: Quota limit in bytes, 0 means unlimited"
as used in
plugin {
...
quota_rule = *:bytes=10000000
...
BUT, documentation for quota dict
http://wiki2.dovecot.org/Quota/Dict
states...
2014 Nov 08
3
Help on dict with QUOTA / perms
I'm setting up quota for my users, my users have a UID starting on >5000 and
GID = 5000, and when I query the quota, for example in IMAP, I get:
Nov 8 14:13:28 fastmail dovecot: imap-login: Login: user=<a at a.com>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=18660, secured,
session=<uByciFkH2gB/AAAB>
Nov 8 14:13:37 fastmail dovecot: imap(a at a.com): Error:
2017 Sep 08
3
Problems to configure IMAP Quota
Hello,
We manage a mail server using Dovecot under Debian.
Since a long time, we run nightly a script permitting to display the
storage usage of each user on the webmail, using internal calls. The
usage on each mailbox is stored in a Mysql database.
For several reasons, we would now want to use the IMAP quota feature,
not only to let users have the quota displayed from their Mail clients.
But