Displaying 20 results from an estimated 900 matches similar to: "Getting maildir++ quotas working"
2009 Sep 09
2
Odd/Incorrect Quota Reporting on Dovecot 1.2.4 & FreeBSD4
Hi,
Am seeing an odd problem on an old FreeBSD 4.11 box that I'm trying to
get courier off, and dovecot on. At the same time, I'm trying to put
some fairly simple quota support on, but getting very odd results.
I think it might be better described with the log below, but, the gist
of it is this:
I have set a 1GB quota, and I was getting intermittent reports on the
quota usage -
2006 Jul 14
2
maildir++ specification compliance.
Hi folks.
I was doing some testing this morning and realized Dovecot RC2 isn't fully
compliant with the maildir++ specification.
Most notably, it appears that Dovecot isn't creating a "maildirfolder"
file (0 byte length) in folders it creates.
>From http://www.inter7.com/courierimap/README.maildirquota.html
"Within each subdirectory there's an empty file,
2006 Jun 27
2
maildir quota not including INBOX
On Sun, June 11, 2006 1:52 pm, Timo Sirainen <tss at iki.fi> said:
> On Thu, 2006-04-20 at 20:02 -0400, Bill Boebel wrote:
>The maildir quota plugin doesn't appear to be including the INBOX in the quota
> calculation that is reported by GETQUOTAROOT.
>
>I took a look at the code and it appears that in this file
> "src/plugins/quota/quota-maildir.c", the
2012 May 20
1
GETQUOTAROOT under roundcube
Hi,
I'm struggling with the proper quota displaying under roundcube webmail.
I've tracked the problem to the different responses on GETQUOTAROOT command.
Roundcube aquire quota usage using IMAP command: GETQUOTAROOT INBOX
Example dump of the roundcube <-> dovecot communication:
> GETQUOTAROOT inbox
< QUOTAROOT "inbox" "User quota"
< QUOTA "User
2007 Sep 19
1
quota reporting and mail.app
Hi everyone.
I can't get mail.app to report back correct quota information using
mail.app and dovecot (though it works with courier-imap).
I am looking at migrating away from courier-imap to dovecot but this
issue is something I need to have resolved <somehow>.
Thunderbird is fine and reports back good info on either connection.
I am off to read RFCs (can't I just read the
2008 Apr 10
4
GETQUOTAROOT?
All over a sudden the getquota plugin in SquirrelMail doesn't work
anymore. I activated debugging an got:
IMAP command sent: a001 GETQUOTAROOT "INBOX"
IMAP response received:
Array
(
[0] => * QUOTAROOT "INBOX" ""
[1] => * QUOTA "" ()
)
A manual test results in:
. GETQUOTAROOT "INBOX"
* QUOTAROOT "INBOX"
2009 Jul 20
3
quota bug
Hello,
please find this log from dovecot server
* OK Dovecot ready.
1 login amrtest3 *********
1 OK Logged in.
1 getquotaroot inbox
* QUOTAROOT "inbox"
1 OK Getquotaroot completed.
1 logout
* BYE Logging out
1 OK Logout completed.
the user has unlimited quota, the back end authentication is mysql database,
here is the record from the database
account quota
amrtest3 0
2006 Apr 21
1
maildir quota not including INBOX
The maildir quota plugin doesn't appear to be including the INBOX in the quota calculation that is reported by GETQUOTAROOT.
I took a look at the code and it appears that in this file "src/plugins/quota/quota-maildir.c", the function "maildirsize_recalculate" relies on all of the folders being listed when "maildir_list_init" is called. However the INBOX is not
2009 Feb 11
1
Quota not reporting with getquotaroot
I'm running squirrelmail on top of dovecot, and noticed that some of
my users display the quota (using the squirrelmail plugin
check_quota) and some don't.
So I did some digging. For those that do not display the quota, their
account also doesn't provide any data with:
. getquotaroot inbox
* QUOTAROOT "inbox"
. OK Getquotaroot completed.
When I check the account
2006 Jun 20
1
"GETQUOTA" Working?
Using beta9, I've tried "quota = dirsize:storage=10240" and "quota =
maildir:storage=10240", but I can't seem to get the IMAP commands to
respond:
* OK Dovecot ready.
a LOGIN user pass
a OK Logged in.
b CAPABILITY
* CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS
b OK Capability completed.
c
2011 Nov 09
1
Quota BUG ?
Hello list,
I believe I found a bug with quota.
The dovecot quota replies with incorrect values when the mailbox is above 2GB.
du -ks returns 2005764bytes
dovecot IMAP on the same user/directory:
1 getquotaroot inbox
* QUOTAROOT "INBOX" "user"
* QUOTA "user" (STORAGE 1096 2000000)* QUOTAROOT "INBOX" "user"
* QUOTA "user" (STORAGE 1096
2017 Mar 28
1
UID Purge?
Ok, two answers:
You read compressed dovecot.rawlogs using doveadm:
# doveadm dump -t imapzlib 20170328-183150-8404.in
2 namespace
3 COMPRESS DEFLATE
4 ID ("name" "Thunderbird" "version" "38.7.2")
5 list (subscribed) "" "INBOX.*" return (special-use)
6 list "" "INBOX"
7 select "INBOX"
8 getquotaroot
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
I'm having problems getting dovecot to set imap quotas that are
defined as individual quotas for virtual users using mysql. I'm using
postfix/dovecot 1.1.3, just built from source about a week ago.
I've been testing using telnet and getquotaroot. when I define the
quota in dovecot.conf
quota = dirsize
quota_rule = *:storage=102400
I get the following response from Dovecot:
2010 Aug 02
3
quota not updated
Hi,
we're using quota with the maildir backend. When new mail arrives, the quota
gets updated. But when mail is expunged, quota stays the same (see imap dialog
below). We're using the latest version from hg ( 1.2.13 ). Any ideas?
###quota part from dovecot -n
plugin:
quota: maildir:User quota
quota_rule: *:storage=2000M
quota_warning: storage=95%% /usr/local/bin/quota-warning.sh
2009 May 06
7
Quota over NFS
Hey,
I've been strugling to get quota working on my enviroment.
I have one storage server that exports the 'home' dir.
My mail server mounts the exported 'home' server at '/home'
# dovecot --version
> 1.1.14
I'm also running Postfix and using Dovecot/LDA as MDA so that we can use the
Dovecot's Quota plugin.
The thing is that if the user has exceeded
2008 Oct 31
2
Separate quotas not displayed correctly
Hello all,
My system is set up to have quotas both on /var/mail, where emails are
received, and on /export/home, where users' homedirs are.
But the client (Thunderbird) shows the same /export/home values both for
the Inbox and for the folders in the homedir, so a user cannot know
where she stands on her /var/mail use.
This is Dovecot 1.1.5. As per the wiki, the dovecot.conf file contains
2008 Jul 08
2
Multiple quota roots with quota-fs backend
Today I've tried to configure multiple filesystem quotas, with some
strange results.
These are my two filesystems; both using quotas:
* /dev/mail mounted to /var/spool/mail
using AIX quotas for all users. Mailbox format is 'mbox' and
they are named '/var/spool/mail/<logname>'
* filer0:/vol/home mounted to /home/f0 via nfs
using netapp quotas for all
2008 Sep 26
2
imap-quota not working
Hello,
imap-quota plugin always returns empty quota:
a1 GETQUOTA ""
* QUOTA "" ()
a1 OK Getquota completed.
a2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX"
a2 OK Getquotaroot completed.
quota_rule and quota_rule2 for this user are defined in db as following:
'*:storage=5000000'
'*:messages=50000'
Quota for LDA is working OK.
I am using
2016 Dec 03
2
Simple way to get mailbox size by folder.
Is there a simple way to get each mailbox size using dovecot's IMAP
interface? The GETQUOTAROOT and GETQUOTA seems to work with the full
maildir size and not the individual folders.
I am finding a simple way for the webmail client to show usage of each
folder.
Thanks
Vijay
2008 Oct 22
1
Dovecot and quota enforcement - only reporting?
I'm currently setting up postfix and dovecot with virtual users
(mysql), imap, and quotas. I'm setting the quotas using mysql.
I have quotas working correctly, and I can telnet into the imap
server, and submit
. getquotaroot inbox
and get back valid quota information. I get a maildirsize file in the
Maildir directory. Very cool.
When I delete mail and expunge it, the quota updates.