Displaying 20 results from an estimated 2000 matches similar to: ""GETQUOTA" Working?"
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
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
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 Nov 18
1
MESSAGE Quota not RFC2087 compliant
Hi,
the configuration of my Dovecot 1.1.3 quota plugin looks like this:
quota_rule = *:storage=1G
quota_rule2 = *:messages=1337
this leads to the following GETQUOTAROOT response:
01 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" "mbraun quota"
* QUOTA "mbraun quota" (STORAGE 6553 1048576 MESSAGES 122 1337)
01 OK Getquotaroot completed.
RFC2087
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"
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
2016 Dec 05
4
Simple way to get mailbox size by folder.
On 12/3/2016 2:53 PM, Aki Tuomi wrote:
>
>> On December 3, 2016 at 11:16 PM Vijay Sarvepalli <vijay at ericavijay.net> wrote:
>>
>>
>> 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
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
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 -
2017 May 30
7
v2.2.30 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz.sig
* auth: Use timing safe comparisons for everything related to
passwords. It's unlikely that these could have been used for
practical attacks, especially because Dovecot delays and flushes all
failed authentications in 2 second intervals. Also it could have
worked only
2017 May 30
7
v2.2.30 released
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz.sig
* auth: Use timing safe comparisons for everything related to
passwords. It's unlikely that these could have been used for
practical attacks, especially because Dovecot delays and flushes all
failed authentications in 2 second intervals. Also it could have
worked only
2006 Mar 09
3
Getting maildir++ quotas working
Can somebody post details for how to get maildir++ quotas working in the
latest CVS?
I have tried but can't get the CAPABILITY string to show "QUOTA"; and the
GETQUOTAROOT command is recognized, but returns nothing...
2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" ""
* QUOTA "" ()
2 OK Getquotaroot completed.
These are the settings I have... am I
2008 Apr 09
1
Rare problem with Indexes?
We've been running 1.1 rc3 now for about a month, and overall it's been
very fast and stable.
There is however an Index-related problem that keeps cropping up which
prevents a user from accessing their mailbox until their Indexes are
manually removed.
Somehow, an Index becomes problematic, and Dovecot hangs forever when
the mailbox is accessed. It manifests when a user logs in and
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
Hi Timo,
What I did actually was change option (D) to the following below, or do I have to remove this one altogether?
plugin {
quota = maildir
}
Then added the attribute mailquota=10240 as I had defined in my dovecot schema
And when I did a tried to run getquota "" or getquotaroot inbox (via telnet localhost 143), it would return me a "no quota" message.
What I am able
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:
2008 Apr 01
0
Dovecot 1.1rc3 crashes with Dbox + imap_quota plugin
Version: Dovecot v1.1.rc3
OS: CentOS 5 running in OpenVZ
CPU: x86_64
Was running fine with maildir and decided to get dbox a try. Test user
created with a dbox mailstore backend and when a client logs in that tries
to run a getquotaroot imap command the process SIGSEGV's.
Have been able to narrow it down to dbox crashing against dict quota as
well as dirsize. Maildir works just fine.
2020 Mar 24
0
imapc quota support
Hi,
I use Dovecot 2.3.9.2 as IMAP proxy for other mail server and configure it
with imapc_host/imapc_port/imapc_user options. All works fine exclude quota
information.
Although my IMAP server supported quota Dovecot does not relay it to users.
As I read in docs/MailboxFormat.imapc.txt in Dovecot v2.2.30+ there is a
way to relay quota data to end users:
Quota
-----
Using the "imapc"
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
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