Displaying 20 results from an estimated 1000 matches similar to: "Reporting NFS quotas via IMAP"
2009 May 06
7
Quota over NFS
Hey,
I've been strugling to get quota working on my enviroment.
I have one storage server that exports the 'home' dir.
My mail server mounts the exported 'home' server at '/home'
# dovecot --version
> 1.1.14
I'm also running Postfix and using Dovecot/LDA as MDA so that we can use the
Dovecot's Quota plugin.
The thing is that if the user has exceeded
2008 Jul 10
3
fs quota check with server does not support rquotad
Hi,
Last time, I have got no reply, hope this time is better.
OS: Solaris 10
Dovecot version : 1.1.1
file system of /var/mail : NFS from Solaris
file system of /home : other NFS server that not support rquotad.
Here is my setting that works:
----------------------------
plugin {
quota = fs:INBOX:mount=/var/mail
quota2 = fs:home:noenforcing:mount=/home/h1
}
The above settings works. Dovecot
2009 Nov 26
5
rquota didnot show userquota (Solaris 10)
Hi,
we have a new fileserver running on X4275 hardware with Solaris 10U8.
On this fileserver we created one test dir with quota and mounted these
on another Solaris 10 system. Here the quota command didnot show the
used quota. Does this feature only work with OpenSolaris or is it
intended to work on Solaris 10?
Here what we did on the server:
# zfs create -o mountpoint=/export/home2
2009 Jan 22
3
disable rquotad and pop
Hi all,
I am trying to find out how to disable rquotad and pop (port 443)
for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running?
How do I disable it?
also what about pop?
Jerry
2010 Feb 18
3
NFS client firewall config?
Hi all,
Which ports do I need to have open on an NFS client's firewall to allow it
to connect to a remote NFS servers?
When I disable iptables (using ConfigServerFirewall), it connects fine, but
as soon as I enable it, NFS gives me this error:
root at saturn:[~]$ mount master1.mydomain.co.za:/saturn /bck
mount: mount to NFS server 'master1.mydomain.co.za' failed: RPC Error:
Unable to
2011 May 31
1
Unable to mount Centos 5.6 Server via nfs4 - Operation Not Permitted - MADNESS!
After getting a reasonably configured NFS4 setup working on my Scientific Linux server, I spent a majority of my evening trying to do the same with my Centos 5 box, with fruitless results. Most attempts to mount that server returns the following message:
[root at sl01 log]# mount -t nfs4 192.168.15.200:/opt/company_data /mnt
mount.nfs4: Operation not permitted
As nearest as I can tell, I was
2012 Oct 24
2
Why portmap is needed for NFSv4 in CentOS6
Hi all,
I have setup a CentOS6.3 x86_64 host to act as a nfs server.
According to RHEL6 docs, portmap is not needed when you use NFSv4, but
in my host I need to start rpcbind service to make NFSv4 works.
My /etc/sysconfig/nfs
#
# Define which protocol versions mountd
# will advertise. The values are "no" or "yes"
# with yes being the default
MOUNTD_NFS_V2="no"
2003 Oct 27
2
EXT3 deadlock in 2.4.22 and 2.4.23-pre7 - quota related?
Hi all, and particularly Andrew and Stephen,
I recently "upgraded' one of my NFS fileservers from (patched)2.4.18
to 2.4.23-pre7 (in order to resolve a HIMEM related memory pressure
problem).
Unfortunately I have experienced what appears to be a deadlock.
The one I will describe was experienced while running 2.4.23-pre7,
though I had a very similar problem in 2.4.22 (but
2007 Jul 11
1
NFS and Filesystem quota
Hi,
I've recently moved my mailboxes to a NFS share (on an emc Celerra), and, as
expected, the quota extensions no longer works.
However, I've read that adding http://dovecot.org/patches/quota-rquotad.c to
$DOVECOT/src/plugins/quota, adding a line to
$DOVECOT/src/plugins/quota/Makefile.am and rebuilding, it should work again.
Unfortunately, it doesn't compile in my RHEL 4.0:
2006 Feb 03
1
passwd-userdb with args
I'm not sure why the 'passwd' userdb didn't allow args, but it meant (for
instance) that the quota plugins weren't usable. I spent quite a bit of time
trying to get my new quota-rquotad plugin to work, only to find out that it
was my 'quota=rquotad:<filesystem list>' argument that wasn't being passed
to the imap child :)
The attached patch implements
2017 Apr 04
1
NFS Client with quota
Thank you very much.
Previously, when I examined rquotad, I did not work as I expected.
I will try to verify again.
Best regard.
koji
On Mon, 3 Apr 2017 11:31:24 +0200
Patrick Begou <Patrick.Begou at legi.grenoble-inp.fr> wrote:
> man rquotad:
>
> rquotad is an rpc(3) server which returns quotas for a user of a local
> filesystem which is mounted by a remote
2017 Apr 03
2
NFS Client with quota
Thanks Patrick.
For Solaris, quota can be set when mounting from NFS client.
There is a transition from Solaris to CentOS 6 this time.
Therefore, quota setting is required for NFS mounting
from CentOS 6 as with Solaris.
Is it still impossible for CentOS 6?
koji
On Sun, 2 Apr 2017 14:44:59 +0200
Patrick B??gou <Patrick.Begou at legi.grenoble-inp.fr> wrote:
> Quota are managed at the
2000 Jun 11
1
NFS Quotas and Samba 2.0.7
Hello everyone!
I am currently running Samba 2.0.7 on a RedHat Linux 6.1 box. My user home
directories on this box are NFS mounted from another server. Quotas have
been enabled on this server and rpc.rquotad is running.
On Linux, I can see the user's quotas via a quota -v <username> :-
testing:~# quota -v try
Disk quotas for user try (uid 1006):
Filesystem blocks quota
2008 Oct 31
2
Separate quotas not displayed correctly
Hello all,
My system is set up to have quotas both on /var/mail, where emails are
received, and on /export/home, where users' homedirs are.
But the client (Thunderbird) shows the same /export/home values both for
the Inbox and for the folders in the homedir, so a user cannot know
where she stands on her /var/mail use.
This is Dovecot 1.1.5. As per the wiki, the dovecot.conf file contains
2006 Mar 09
3
Getting maildir++ quotas working
Can somebody post details for how to get maildir++ quotas working in the
latest CVS?
I have tried but can't get the CAPABILITY string to show "QUOTA"; and the
GETQUOTAROOT command is recognized, but returns nothing...
2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" ""
* QUOTA "" ()
2 OK Getquotaroot completed.
These are the settings I have... am I
2009 Sep 09
2
Odd/Incorrect Quota Reporting on Dovecot 1.2.4 & FreeBSD4
Hi,
Am seeing an odd problem on an old FreeBSD 4.11 box that I'm trying to
get courier off, and dovecot on. At the same time, I'm trying to put
some fairly simple quota support on, but getting very odd results.
I think it might be better described with the log below, but, the gist
of it is this:
I have set a 1GB quota, and I was getting intermittent reports on the
quota usage -
2007 Sep 19
1
quota reporting and mail.app
Hi everyone.
I can't get mail.app to report back correct quota information using
mail.app and dovecot (though it works with courier-imap).
I am looking at migrating away from courier-imap to dovecot but this
issue is something I need to have resolved <somehow>.
Thunderbird is fine and reports back good info on either connection.
I am off to read RFCs (can't I just read the
2009 Feb 11
1
Quota not reporting with getquotaroot
I'm running squirrelmail on top of dovecot, and noticed that some of
my users display the quota (using the squirrelmail plugin
check_quota) and some don't.
So I did some digging. For those that do not display the quota, their
account also doesn't provide any data with:
. getquotaroot inbox
* QUOTAROOT "inbox"
. OK Getquotaroot completed.
When I check the account
2007 Jul 16
0
Getting quotas from an NFS-mounted filestore
Greetings -
I was just wondering what the state of play was with regard to
reading filestore-based quotas when the mailstore is NFS-mounted?
Timo mentioned a little while ago that he'd be including it:
http://www.dovecot.org/list/dovecot/2007-May/022594.html
However it isn't in 1.0.1 and isn't mentioned in the release notes
for 1.0.2. Is it going to be a 1.1 feature or
2001 Apr 25
0
2.2.0 panics with quotas and no rpc.rquotad on NFS server
Samba 2.2.0 on SPARC Solaris 8
Configured with:
./configure --with-pam --with-syslog --with-quotas --with-msdfs --with-acl-support
I am accessing the share \\server\mgerdts, which is itself an automounted
(NFS) directory. That is, /home/mgerdts on server really exists on
nfsserver. On nfsserver, rquotad is commented out of inetd.conf.
Using smbclient (2.0.7, yeah I know) I do:
smbclient