Displaying 20 results from an estimated 400 matches similar to: "Quota again"
2006 Aug 21
2
Filesystem Quota Enhancement Patch
I have just updated my patch that provides enhanced support for 
filesystem-based quotas in Dovecot.  I provides 2 main features:
* Support for group quotas
* Number of messages quota for users of maildir
If both user and group quotas are enabled on the filesystem, the plugin 
will report the quota that is closer to the maximum independently for 
both storage space and message count.  The
2007 Jan 29
0
dovecot patch for filesystem quota
from a fellow pkgsrc-developer (who is not subscribed to this list)
	Geert
----- Forwarded message from Manuel Bouyer <Manuel.Bouyer at lip6.fr> -----
From: Manuel Bouyer <Manuel.Bouyer at lip6.fr>
Message-ID: <20070129115851.GA12360 at asim.lip6.fr>
Date: Mon, 29 Jan 2007 12:58:51 +0100
To: ghen at NetBSD.org
Subject: dovecot patch for filesystem quota
User-Agent: Mutt/1.5.13
2006 Feb 03
0
rquotad (NFS) quota plugin
The attached patch is an updated version of my quota-rquotad patch for the
quota plugin. Like quota-fs, it only does quota reporting, not enforcing or
changing. It also only works on FreeBSD, and possibly other *BSD's. It lacks
any and all configure-time tests to see if RPC is even supported, and
hardcodes the (Free)BSD way of getting at the NFS server of an NFS mount.
I'm mostly mailing
2007 Feb 18
1
Possible Bug in quota-fs.c
Hi,
I'm using filesystem quotas with dovecot 1.0rc22 on my Linux 2.4.27 box. The 
quota limit gets correctly reported in kilobytes to the client but the amount 
of used space is reported in megabytes.
In quota-fs.c I noticed that only the currently used space is divided by 1024:
Line 241:
		*value_r = dqblk.dqb_curblocks / 1024;
                *limit_r = dqblk.dqb_bsoftlimit;
After
2006 Jun 20
1
Group-based filesystem quota
Hello.  After using Dovecot for over a year, I have just started 
experimenting with the filesystem quotas, and I have a suggestion for 
improvement.  On my mail server, I use group-based quotas, and would 
like to have Dovecot be able to report these quotas.
It should be simple to implement, requiring only changes to the 
quota-fs.c file of the quota plugin.  Simply changing USRQUOTA to 
2010 Jun 29
1
NFS(4) IMAP Quota
Hi *,
We use nfs4 in combination with dovecot. Also (hard)quotas are used on
the exports.
Using the dovecot quota fs plugin things did not work at all. There were
a few issues we encountered:
1. Nfs4 is not recognized. The problem is that the mount type is only
checked for "nfs" and not nfs4. This was an easy fix.
2. The (fs)path for nfs4 that is relayed to rquotad has to be without
2008 Nov 06
2
Compilation of 1.1.6 fails on HP-UX 11.31
Hi,
$ uname -srv
HP-UX B.11.31 U
$ cc --version
cc: HP C/aC++ B3910B A.06.20 [May 13 2008]
Compilation fails, output of configure and make are given below. The
cause of this is almost certainly that this version of HP-UX does define
the QCMD macro in sys/quota.h (checked in the ifdef line 26
dovecot-1.1.6/src/plugins/quota/quota-fs.h) as well as the dqblk struct,
but the latter with different
2014 Oct 10
1
fixes for quota support on NetBSD
Hi!
dovecot-2.2.13 already has quota support for NetBSD, but it's buggy.
The attached patches by Manuel Bouyer <bouyer at NetBSD.org> fix the
issues.
There is one thing that's not nice in them: one include is now for
"/usr/include/quota.h" since dovecot comes with its own file "quota.h"
which is earlier in the search path. Perhaps dovecot's copy can be
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
W dniu 21.06.2017 o?17:46, Macka pisze:
> W dniu 20.06.2017 o?21:25, Timo Sirainen pisze:
>> On 20 Jun 2017, at 15.49, Macka<dovecot at macka.pl>  wrote:
>>> Hi,
>>>
>>> I have problem with quota storage information in dovecot-2.2.29 (and
>>> newer versions, too - 2.2.30.2).
>>> I use FS quota backend.
>> .
>>> After
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
W dniu 20.06.2017 o 21:25, Timo Sirainen pisze:
> On 20 Jun 2017, at 15.49, Macka <dovecot at macka.pl> wrote:
>> Hi,
>>
>> I have problem with quota storage information in dovecot-2.2.29 (and
>> newer versions, too - 2.2.30.2).
>> I use FS quota backend.
> .
>> After upgrade from 2.2.27 to 2.2.29 (newest 2.2.30.2 too), dovecot
>> returns
2016 Dec 06
0
Segmentation fault in imap_bodystructure_is_plain_7bit
Hi,
I have a lot of errors like this in my log:
Fatal: master: service(imap): child 26049 killed with signal 11 (core
dumped)
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
All the core files are similar:
$ gdb
2017 Jun 08
0
Segmentation fault in imap_bodystructure_is_plain_7bit
Hi,
I have a lot of errors like this in my log:
Fatal: master: service(imap): child 26049 killed with signal 11 (core
dumped)
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
All the core files are similar:
$ gdb
2006 Apr 13
1
Compile issues dovecot-1.0.beta7
Hi,
I haven't tried compiling 1.0 series since -test52, figured I'd give it
a shot.  There were a couple of minor problems.  This is building on
a fairly ancient BSD/OS box, so the issues may not be universal, but
I suspect these ones are.
====================
Building in src/lib-dict/dict.c :
loading the 'dict' program fails because it can't find various RAND and
other
2007 Jan 23
1
Maildir Quota backend
Hi,
I've noticed that in the maildir backend for the quota plugin the quota limit is being read 
in kilobytes. In the quota-maildir.c at maildir_quota_init() , line 550 (rc18)
if (strncmp(*args, "storage=", 8) == 0) {
   size = strtoull(*args + 8, NULL, 10) * 1024;
   if (size != 0)
    root->message_bytes_limit = size;
   root->master_message_limits = TRUE;
  }
The value
2018 Feb 07
0
dovecot-2.22.33.2, segfault on empty emails
Hello!
I'm using maildir format with zlib_save=bz2. Here is the way how I generate empty mails and this leads to segfault:
create empty message:
# echo -n "" | /usr/libexec/dovecot/dovecot-lda -d marcin at mejor.pl
this creates empy email in maildir (size 14B):
# ls -l 1518011524.M96165P15900.jowisz\,S\=0\,W\=0\:2\,
-rwxrw----+ 1 mail mail 14 Feb  7 14:52
2018 Jul 13
4
dsync panic
I think I get pretty much the same issue:
dsync(support): Panic: file mailbox-attribute.c: line 360
(mailbox_attribute_get_stream): assertion failed: (value_r->value != NULL
|| value_r->value_stream != NULL)
dsync(support): Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0xc9e06) [0x7fba8a348e06] ->
/usr/lib64/dovecot/libdovecot.so.0(default_fatal_handler+0x2a)
[0x7fba8a348e4a]
2006 Jun 11
1
Quotas and LDAP
Hi,
first of all, it is very nice that dovecot has quotas now! Thank you very 
much.
Now, I want to use quotas with LDAP requests, but I am having the following 
issues.
First, contrary to what is written in the Wiki about quota and LDAP ("# 
quotaStorage must be in the format mentioned above, # For example: 
dirsize:storage=10240"), it is possible to have an LDAP field with just a 
2013 Nov 05
1
Message parser loops on certain messages (e.g. with a trailing CR character)
Hi,
dovecot's message parser enters an endless loop when fed with certain
multipart messages with stray CR characters.
parse_next_body_to_boundary() assumes the '\r' might be the beginning
of a boundary line, reducing the block size by one:
src/lib-mail/message-parser.c:
404                  /* no linefeeds in this block. we can just skip it. */
405                  ret = 0;
406    
2002 May 28
2
Re: Problems compiling Samba 2.2.4 with quota under Debian stable
On Tue, May 28, 2002 at 12:59:33PM +0200, Ralf G. R. Bergs wrote:
> Hi there,
hey Ralf.
> sorry for being semi-off-topic, but since this has at least *soemthing* to do 
> with XFS I hope you forgive me. :-)
> 
> I'm trying to compile Samba 2.2.4 under Debian 2.2 (stable). I'm running a 
> kernel compiled from yesterday's XFS 2.4.18 kernel source (I'm mentioning
2005 Dec 16
2
Dovecot - struct dqblk' has no member named 'dqb_curblocks
On, Fedora4
This is against the latest cvs update
This was encountered during make, after doing
./autogen.sh
./configure --without-lda
make 
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib
-I../../../src/lib-dict -I../../../src/lib-mail
-I../../../src/lib-storage -I/usr/local/ssl/include -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith