Displaying 20 results from an estimated 1100 matches similar to: "Re: Problems compiling Samba 2.2.4 with quota under Debian stable"
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 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
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
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
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
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
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
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi,
below comes a new version of the series of patches implementing quota support
for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given
number of bytes instead of number of blocks. Besides that the series should be
the same.
Honza
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
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 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
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.
............................
# 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.68-1 x86_64
mail_plugins = quota
plugin {
quota = fs:User quota:mount=/poczta:user
quota2 = fs:Group quota:mount=/poczta:group
}
protocol imap {
2002 Aug 07
2
REPOST: Samba 2.2.5 under Debian 3.0 i386: Still frequent connections.tdb corruption
Hi there,
isn't there really anybody who can give hints about this problem?
Thanks,
Ralf
==================BEGIN FORWARDED MESSAGE==================
>From: "Ralf G. R. Bergs" <rabe@RWTH-Aachen.DE>
>To: "samba@lists.samba.org" <samba@lists.samba.org>
>Cc: "Eloy A. Paris" <peloy@debian.org>
>Date: Sat, 03 Aug 2002 12:19:24 +0200
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi,
I'm sending a series of patches implementing quota support into ocfs2-tools.
It's the same as the original huge patch I've sent but now it's split as Joel
asked. I've also realized that when disabling SPARSE feature, we should update
quota information. That piece of code is missing, I'll implement it soon.
Comments welcome.
Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi,
this is the next version of quota support for quota tools. I've addressed all
the comments of Tao, Joel and others. Sparse feature disabling also correctly
updates quota information now and the patch is merged into the tunefs support
patch.
Honza
2006 Apr 14
0
Quota again
Hi,
quota is now working well, except that both quota-fs and quota-maildir
is showing incorrect values. I have to use this patch to get correct
numbers. I _know_ it's totally wrong, and that the cause have to be
something else, I just want to know if this is something with my setup,
or what? With these changes the values are correct (Indeed the quota-fs
is correct, the quota-maildir is at
2005 Dec 17
1
Re: dovecot Digest, Vol 32, Issue 42
If its too hard for them to setup the pop3 catch all, we can probably
put some mapping in place to smtp froward mail to their server. This is
more complex on our part so would prefer not to do it that way, but its
an option and will require not setup on their part other than make sure
their server does not accept mail for anyone other than our server.
dovecot-request@dovecot.org wrote:
>
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at
1) building my binaries using the mods in AIXPluginsSupport
2) changing dovecot.conf and
3) putting the plugins in the library
But I'm getting this error message when I invoke dovecot:
Plugin imap_quota not found from directory /usr/local/lib/dovecot
Error: imap dump-capability process returned 89
It would seem that
a) I have
2003 Nov 03
9
IAX hardphones? anyone?
hi all
anyone that've heard of any working IAX hardphones yet?
roy
2006 Jun 24
6
1.0 RC1 status #2
I've done several fixes since my original RC1 status mail.
Most importantly I noticed that SEARCH command has been somewhat broken
for a long time if the search condition contained OR or NOT conditions.
Then again fixing that caused Dovecot to assert-crash for some searches.
That should be fixed now. Hopefully I didn't break the SEARCH in other
ways while doing this..
So, again, please
2005 Dec 22
1
dovecot -CVS and epoll and cvs not building
Hi,
After reviewing my dovecot ./configure options I thought I'd give
--with-ioloop=epoll a go again (as opposed to just using =poll) but I'm seeing
some errors appearing in the maillog that aren't there with standard poll:
Dec 23 02:34:47 tornado dovecot: imap-login: Login: user=<reuben>,
auth-method=plain, remote=220.237.24.149, TLS
Dec 23 02:34:48 tornado dovecot: