Displaying 20 results from an estimated 1000 matches similar to: "Filesystem quota"
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
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
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
2005 Dec 31
1
Questions regarding quota
Hi,
I have some trouble trying to test the quota plugin.
First off all, it says in the wiki: "Dovecot 1.0 supports quota using a
quota plugin. It's currently discussed in Dovecot LDA page and it
supports only very simple quota calculation which is suitable only for
mboxes. Maildir++ quota support will come later."
Does that mean that it won't work at all with Maildir++, or
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
2006 Mar 14
1
Losing messages
Hi,
I have been running dovecot cvs happily for.. well.. very, very long
now. Don't remember when I switched from 0.99, but it was back in the
test-days, long before the alpha's. Anyway, it seems to have been
working very well all the time. But recently three of my clients have
claimed to have lost mail when moving from Thunderbird. I even
experienced it myself once. I'm using
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
2005 Oct 27
2
Problems with dual ldap auth
Hi,
I can't seem to figure this out. Is it impossible to use two different
ldap auth? It works if I use one ldap and one pam, but I do need to use
ldap for both. This is from my config:
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/ldap-virtual.conf
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args =
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):
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
2005 Dec 21
1
mailbox from ldap and indexes
Hi,
because of quota, I would like to have indexes on another filesystem
then user's maildir. This I can do with "default_mail_env= maildir:/%
h/Maildir:INDEX=/var/indexes/%u" or something. But when I get the users
mailbox location from ldap, there is no way to set the index? I guess I
can make the ldap entry contain the INDEX as well, but I would like to
use the ldap entry in the
2006 Jun 20
1
Question about acls
Hi,
Is it possible to have a maildir-folder with an acl letter "i", but not
"r"? I mean, the folder always seems empty for the user, but he can copy
mail there? (which of course might be readable for another user..)
Regards,
Stian
2009 Jul 25
1
Dovecot 1.2, quota and LDAP
Hi!
I'm in the progress of upgrading from Dovecot 1.0.15 to 1.2.1. This has
gone pretty smooth. I just have one question to check wether I have
understood the documentation right.
I have both system users and virtual users. That's easy to do when using
LDAP for userdb. The system users use filesystems quota, the virtual
users use maildir quota. I achieved this using the following in
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
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 Apr 19
1
fs quota plugin and NFS
Hi,
I'm trying to use the Dovecot v1 fs quota plugin. The server uses NFS
mounted volumes for INBOX and other maildir folders. The /usr/bin/quota
command is working seamlessly but I get errors with the quota plugin,
which gives the following logs:
Apr 19 17:46:15 rouge dovecot: IMAP(xyxyxyx): quotactl(Q_GETQUOTA,
nfs.xxx.yyy.org:/home) failed: No such file or directory
Apr 19 17:46:18 rouge
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
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
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
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