Re: [Dovecot] quota fs: Support for hardlimit quotas (where softquota is unset)

2012-07-17 Thread Timo Sirainen
On Sun, 2012-07-08 at 09:42 +0200, Jan Friesse wrote: > Hi, > included is patch which adds support for calculating fs quota from hardlimit > where softlimit is unset. I'm usually not setting softlimit on my server > causing dovecot work incorrectly (not reporting quota at all). Committed to v2.2

[Dovecot] quota fs: Support for hardlimit quotas (where softquota is unset)

2012-07-08 Thread Jan Friesse
Hi, included is patch which adds support for calculating fs quota from hardlimit where softlimit is unset. I'm usually not setting softlimit on my server causing dovecot work incorrectly (not reporting quota at all). Regards, Jan Friesse dovecot-0001-Support-for-fs-hard-limit.patch Descripti

[Dovecot] Quota fs

2011-10-21 Thread nuno marques
Hi, I have the following error, any help? imap(user4): Error: quotactl(Q_GETQUOTA, /dev/mapper/VolGroup-lv_root) failed: Permission denied The system as a whole is composed of: dovecot-2.0.14-1_130.el6.x86_64 openldap-servers-2.4.19-15.el6_0.2.x86_64 postfix-2.6.6-2.1.el6_0.x86_64 mailscann

Re: [Dovecot] Quota fs (don't start script quota-warning.sh)

2011-09-13 Thread Timo Sirainen
On Tue, 2011-09-13 at 11:06 +0300, Peter Ignatov wrote: > Hi, > > # doveadm -Dv quota get -u pit > doveadm(pit): Debug: auth input: pit system_groups_user=pit uid=500 gid=500 > home=/home/pit > doveadm(pit): Debug: Effective uid=500, gid=500, home=/home/pit > doveadm(pit): Debug: Quota root: name

[Dovecot] Quota fs (ignore mount)

2011-09-09 Thread Peter Ignatov
> I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs > quota add storage dir = /home/pit/mail"... > Why ? Well .. I'm not entirely sure if the current behavior is good or not, but what you need to do to get it working is to add two quota roots. One for /home/pit/mail (

Re: [Dovecot] Quota fs (ignore mount)

2011-09-07 Thread Timo Sirainen
On 6.9.2011, at 15.11, Peter Ignatov wrote: > I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs > quota add storage dir = /home/pit/mail"... > Why ? Well .. I'm not entirely sure if the current behavior is good or not, but what you need to do to get it working is to a

Re: [Dovecot] quota-fs: get nfs GROUP quota (patch)

2009-04-02 Thread Timo Sirainen
On Tue, 2009-03-24 at 15:34 +0300, fando...@rol.ru wrote: > > There's a bit too much copy&pasted code. For example the i_info() calls > > are duplicated. And I think you could keep the clnt open when > > fallbacking to the non-ext lookup instead of having to recreate it in > > the middle. It would

Re: [Dovecot] quota-fs: get nfs GROUP quota (patch)

2009-03-24 Thread fando...@rol.ru
Timo Sirainen wrote: On Tue, 2009-02-17 at 11:14 +0300, fando...@rol.ru wrote: Hi all. Unfortunately, the existing quota-fs does not know how to get GROUP quota with NFS storage. But there is a tool for Linux quota-tools (http://slackware.rol.ru/slackware/slackware-12.2/source/a/quota/). Thi

Re: [Dovecot] quota-fs: get nfs GROUP quota (patch)

2009-02-26 Thread Timo Sirainen
On Tue, 2009-02-17 at 11:14 +0300, fando...@rol.ru wrote: > Hi all. Unfortunately, the existing quota-fs does not know how to get > GROUP quota with NFS storage. But there is a tool for Linux quota-tools > (http://slackware.rol.ru/slackware/slackware-12.2/source/a/quota/). This > patch is made o

[Dovecot] quota-fs: get nfs GROUP quota (patch)

2009-02-17 Thread fando...@rol.ru
Hi all. Unfortunately, the existing quota-fs does not know how to get GROUP quota with NFS storage. But there is a tool for Linux quota-tools (http://slackware.rol.ru/slackware/slackware-12.2/source/a/quota/). This patch is made on the basis quota-tools. The patch was successful alpha testing.