Displaying 20 results from an estimated 600 matches similar to: "fs quota plugin and NFS"
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 Aug 07
1
quotactl failed with disk quotas and dovecot 2.0
Hi,
I have a machine running dovecot 2.0 rc4 and I can't seem to get the
imap_quota plugin working, every time I try to read the quotas, I get
the following in my log:
> Aug  7 11:58:43 talyn dovecot: imap(chutz): Error: quotactl(Q_GETQUOTA, rootfs) failed: No such file or directory
> Aug  7 11:59:53 talyn dovecot: imap(chutz): Error: quotactl(Q_GETQUOTA, rootfs) failed: No such file
2007 Feb 26
2
fs quota - what I am doing wrong?
Hi everyone,
on my server, i have quota set on /home partition (ext3). mount says:
root at zen:/var/log# mount |grep quo
/dev/sda8 on /home type ext3 (rw,noatime,usrquota)
/dev/sda7 on /tmp type ext3 (rw,noatime,usrquota,data=writeback)
System is debian/stable (distribution 2.6.8-3-686-smp kernel), quotas 
are working:
root at zen:/var/log# quota ax
Disk quotas for user ax (uid 506):
     
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
2019 Mar 14
5
Unable to set quota-fs plugin
Hi there,
Well.. I didn't find a way to strace imap. If I well understood, the faulty IMAP is launched by dovecot from or after a succesfull imap-login process. I have executed manually '/usr/libexec/dovecot/imap -u eric' and typed getquotaroot "INBOX" which didn't reproduce the error seen in the dovecot logs and reported the correct quota.
Any idea how to find the imap
2019 Mar 13
5
Unable to set quota-fs plugin
Hello There,
I am try desperatly to setup quota-fs plugin in Dovecot. I have the following configuration in place:
/etc/dovecot/conf.d/10-mail.conf:mail_plugins = $mail_plugins quota zlib
/etc/dovecot/conf.d/20-imap.conf: mail_plugins = $mail_plugins imap_quota
/etc/dovecot/conf.d/90-quota.conf:
plugin {
 #quota = dirsize:User quota
 #quota = maildir:User quota
 #quota = dict:User
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 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
2019 Mar 13
3
Unable to set quota-fs plugin
Thanks Aki,
Please find attached strace for imap and quota-status which report an error at the end.
Regards,
-
Eric Grammatico _/)
13 mars 2019 12:23 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit:
> The doveadm command seems to have worked. Can you retry with imap?
> 
> strace /usr/lib/dovecot/imap -u victim
> 
> Aki
> 
> On 13.3.2019 12.58, Eric
2019 Mar 13
4
Unable to set quota-fs plugin
Looks working.
[root at mail ~]# ls -lh /
total 72K
-rw-------    1 root root 8.0K Mar 13 09:56 aquota.group
-rw-------    1 root root 7.0K Mar 13 09:56 aquota.user
....
[root at mail ~]# repquota -a
*** Report for user quotas on device /dev/vda1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard 
2013 Nov 27
1
Enabling quota
Hello everybody.
Sorry if this has been answered before, I just could not find any info. 
Just point me if that is so.
Can somebody please explain why there is no option --with-quota (ot may 
be --with-fs-quota)
for the configure command?
As it stands now, at least for the fs back-end the only thing that tells 
us that
Dovecot does not do quotas is after the build/configuration we get
dovecot:
2003 May 01
1
Disc quotas bug
Hello,
         This HP specific bug report deals with the optional disc quota 
support.
Local Environment
=================
Machine Arch: HP-PA 
Machine OS: HP-UX OS Version: 11.0 
Kernel: patched up to and including PHKL_27553,PHNE_27393
Compiler: HP ANSI C compiler
Libc Version: PHCO_28425 (libc cumulative patch)
Samba Version: 2.2.8a
Network Layout (description): Medium size; well
2011 Mar 09
1
Dovecot 2.0 (2.0.11) na nfs quota
Good Morning!
I have problems with setup imap quota with mailboxes on nfs
I use dovecot 2.0.11, below dovecot.conf + extract from log:
# 2.0.9: /etc/dovecot.conf.rpmsave
# OS: Linux 2.6.35.11-83.fc14.x86_64 x86_64 Fedora release 14 (Laughlin)
mail_plugins = acl quota zlib trash
auth_cache_size = 8 k
dotlock_use_excl = yes
mail_location = maildir:~/Maildir:INBOX=/var/spool/mail/%u
mail_nfs_index
2006 May 12
1
problems with 1.0beta[78] on RHEL3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've been running 0.99.13 on RHEL 3 for over a year now and finally
decided to upgrade to the 1.0 series.
unfortunately, I only have one RHEL 3 machine which is my production
machine. So, while doing all my preliminary testing I was doing so on a
FC 3 machine.  I got everything to a stage where I felt comfortable
doing the upgrade but I'm
2014 Mar 03
1
Doubled Quotas on Ubuntu
Hi all,
I'm seeing doubled quotas on Windows 7 when connecting to Samba.  By 
doubled, I mean that if I set a 1GB group quota on Linux, I see a 2GB 
quota on Windows 7.  The quotas seem correct with Samba 3.6.19 running 
on a Linux 2.6.32 kernel on Mandriva; they are incorrect with Samba 
3.6.22 on a Linux 3.12 kernel on Ubuntu.  What could be wrong?
In more detail, I'm testing on both a
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
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
2019 Mar 15
1
Unable to set quota-fs plugin [fixed]
The issue was in the systemd service file. The option PrivateDevices was setted. It prevents the service to have access to physical devices. I removed this option and from there, quota is reported without errors.
Thanks for your support
Regards,
-
Eric Grammatico _/)
14 mars 2019 16:42 "Eric Grammatico" <e.grammatico at gmail.com> a ?crit:
> Sure !!
> 
> I got it ! I
2011 May 30
0
Quota Problem with Samba 3.5.8
Hello,
for some strange reason I can not get quota to work with Samba 3.5.8.
The quoata system itself works fine (using "repquota /mountpoint") and via
NFS, but Samba does not report the correct free space (df command in
smbclient).
Instead the real free space on the disk volume is shown to smb clients
(tested from Windows and smbclient).
The quotasystem in use is the new quota
2018 Jul 02
0
Samba 4.3.11 accessing disk every minute
The latest version that Western Digital has shipped with the My cloud devices accesses the disk
about twice a minute.  The access to /dev/sda2 is causing the system to keep the disk from going
 into standby mode.  I don't understand the call to quotactl every minute when no  one is trying to access the share.
An strace of one of the processes shows the following:
poll([{fd=13,