Displaying 20 results from an estimated 1000 matches similar to: "Quota over NFS"
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 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
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
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 -
2008 Jun 03
1
FreeBSD port for 1.1, some bits more...
I did (re-)compile dovecot (1.1rc8) today, with managesieve (0.10.2) and
sieve-plugin (1.1.5).
I did modify the existing dovecot-devel port, adding managesieve patch
as an OPTION, and I added a 'dovecot-managesieve-devel' port, and a
'dovecot-sieve-devel' one to be complete...
Not sure everything is very complete, but at least it works for me=E2=84=A2=
, and
if it can help anybody
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
2009 Jun 07
7
Dovecot + FreeBSD-7.2 + ZFS ?
Hello
Anyons has tested this configuration with success ?
I'll test it in few days and I am wondering if I am alone :-)
Thanks
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 01
1
FreeBSD port: port's patch for 1.1rc3
For those who wants testing 1.1rc3 on FreeBSD, this is a simple patch
against /usr/ports/mail/dovecot.
To apply:
# cd /usr/ports/mail/dovecot
# patch -p1 < /tmp/patch_dovecot_1.0.13-1.1.rc3.diff
Hope I did not forget something important... This is an adaptation of
the existing port.
PS: for port's maintainer: Which way will take 1.0 vs 1.1 upgrade ? a
new mail/dovecot10 port or ?
Hope
2006 Nov 21
2
Freebsd: fs quota / big maildir
I'm testing dovecot as courier-imap replacement.
My setup:
FreeBSD 6.1
nfs homedirs on FreeBSD server
~/Maildir 's
LDAP auth - bind_auth=yes
Seems to work well in most cases, but:
- No way to read a maildir with 35000+ messages (a freebsd mailing-list
for some years)
=> Nov 21 12:11:42 host dovecot: child 7217 (imap) killed with signal 11
- No way to have quota plugin reporting
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
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
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
2007 Nov 02
2
Index corruption ?
Hi,
We are using dovecot for some times (a little before 1.0), for IMAP and
(a little for the moment) deliver.
We have ~20000 logins/day, Maildirs are over NFS (with indexes too, for
the moment...)
Up to 1.0.5, we sometime have this error in maillog:
________________________________________________________________________
Nov 1 13:55:41 tic dovecot: IMAP(login): file mail-index-view-sync.c:
2007 Jun 22
2
FreeBSD NFS file locking mechanism
Hi all,
I have some machines running FreeBSD and dovecot deployed. User's home
dir is on NFS mount and I've found that dovecot only works with
dotlock file locking mechanism, fcntl and flock failed. Now it causes
problem with thunderbird (thunderbird is cachine connections) waiting
forever and I noticed that dovecot is trying to acquire a lock but
unsuccessful since the lock file is in
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
2008 Feb 15
2
Dovecot imap bad quota report
Hello,
I have dovecot mail server on a Debian etch:
dovecot-common 1.0.10-1~bpo40+1
dovecot-imapd 1.0.10-1~bpo40+1
dovecot-pop3d 1.0.10-1~bpo40+1
It is configured with the quota plugins:
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle
}
plugin {
quota = fs
}
The problem is that I always get used space but not the limit, and the
limit is not
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,