Displaying 20 results from an estimated 900 matches similar to: "rquota RPC with netapp filer"
2009 Jul 06
1
Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Hi Timo,
dovecot 1.2.0 is great! Faster and more stable on mboxes that 1.1.x by
far... good job :-)
Today I stumbled over a strange problem when I tried to subscribe an
existing Mailbox (mbox), which doesn't work.
Thunderbird IMAP log
--------------------
9932[4124558]: 40f3498:imap.fh-trier.de:A:SendData:
11 subscribe "Mail/Archiv/1998"
9932[4124558]: ReadNextLine
2007 Mar 11
0
No subject
export LDFLAGS="bexpall bla bla"
Thanx and best regards.
2007/3/28, Ralf Becker <beckerr at fh-trier.de>:
>
> Hello funkypunky drunky,
>
> on AIX dovecot plugins (which are shared objects = .so) are a little bit
> problematic. It is not enough to activate run time linking by using
> -brtl and make the main program (dovecot) to be able to use shared
> objects.
2007 Jan 07
1
deliver rewrites envelop-sender
Hello,
we are currently using sendmail, procmail, uwimap and qpopper. We are
planing to replace uwimap and qpopper with dovecot. Which seems to be a
very good idea :-)
But: Sendmail and Procmail will not be replaced.
Now I've realized that deliver rewrites existing "From <....> ..."
header lines to ">From <...> ..." and adds it's own "From
2007 Jan 30
1
1.0rc19 with plugins on AIX 5.2
Hello,
has anyone out there successfully build dovecot on AIX with plugins
supported? I'm talking about an dlopen error when a plugin tries to
access global symbols, that are defined in the dovecot "parent" binary
For example:
# MAIL_PLUGINS=zlib /usr/local/libexec/dovecot/imap
imap(root): Error:
dlopen(/usr/local/lib/dovecot/imap/lib20_zlib_plugin.so) failed:
rtld: 0712-001
2009 Sep 15
0
1.2.5: quota.c + quota_fs.c crashs dovecot
Hi Timo,
"quota.c" calls "root->backend.v.init_limits(root)", but "quota_fs.c"
initializes this with NULL. On AIX e.g. this results in core dumping
imap with SIGILL. I've attached a (quick and dirty) patch.
Ralf
--
______________________________________________________________________
Dipl.-Inform. (FH) Ralf Becker Rechenzentrum (r/ft) der FH Trier
2007 Apr 26
0
AIXPluginsSupport and AIX FS qoutas
Hello Stewart,
Stewart Dean schrieb am 25.04.2007 21:26:
> I'm running AIXV5.3 at the latest level, compiling using the IBM C for
> AIX V6.0 compiler and building/running Dovecot at V1.0/mbox under test
> usage by our IT department right now. We have a legacy UWIMAP that is
> currently the production IMAP service.
The same here:
- AIX 5.2,
- xlC 6,
- uwimap and qpopper in
2008 Jul 05
1
AIX: mntctl implementation for NFS quota support
Hi Timo, Hello list,
I've played around with dovecot-1.1.1 on AIX to get quotas (especially
NFS quotas) to work. I've found that dovecot doesn't implement handling
of 'mntctl' and so it is unable to determine filesystem mountpoints on
AIX correctly.
Your'll find more information about 'mntctl' here:
2008 Jul 04
2
Different PROXY for IMAP and POP3 using LDAP-auth
Hello everybody!
I'm trying to configure dovecot 1.1.1 with different proxy hosts and/or
ports for different protocols (IMAP, POP3). I'm using LDAP for
authentication.
I've tried:
1) Variable in "auth default" configuration:
[dovecot.conf]
passdb ldap {
args = /usr/local/etc/dovecot-ldap-%Ls.conf
}
userdb ldap {
args =
2009 Dec 13
1
Different PROXY for IMAP and POP3 using LDAP-auth
--------------------------------------------------
For all non german speaking people:
Oliver asked:
In an old posting I've read something about different proxy hosts for
IMAP and POP3.
http://www.dovecot.org/list/dovecot/2008-July/031885.html
I've got the same problem and want to ask you, if there is a patch for
replacing [variable names in] pass_attrs.
2009 Jul 30
3
AIX and posix_fallocate
Hi,
AIX's implementation of posix_fallocate is a little bit, let me say,
peculiar. Attached is a patch to "fix" (=work around) this.
Without you'll see this in the logs:
Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr):
posix_fallocate() failed: File exists
Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr):
file_set_size() failed with mbox file
2008 Jul 08
2
Multiple quota roots with quota-fs backend
Today I've tried to configure multiple filesystem quotas, with some
strange results.
These are my two filesystems; both using quotas:
* /dev/mail mounted to /var/spool/mail
using AIX quotas for all users. Mailbox format is 'mbox' and
they are named '/var/spool/mail/<logname>'
* filer0:/vol/home mounted to /home/f0 via nfs
using netapp quotas for all
2009 Jul 07
1
[PATCH] Fix VPATH build of RQUOTA support
# HG changeset patch
# User Matthias Andree <matthias.andree at gmx.de>
# Date 1246993296 -7200
# Branch HEAD
# Node ID c884491cb1a61ef50e227fcf4bb77d2e449c1e3a
# Parent dff7312629a72f6ee90ab470ad0d50dfa68e6f71
Fix VPATH build of RQUOTA support.
Some rpcgen derive #include "..." paths from the infile argument.
This will be off for VPATH builds, as the generated rquota_xdr.c
code
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
2007 Aug 02
3
NFS rquota support
For v1.1, probably applies to v1.0 code pretty easily too:
http://hg.dovecot.org/dovecot/rev/078d9dde99c8
The other rquota patches had authunix_create_default() call. Is this
needed/useful?
The client is now always created+destroyed for each quota lookup. I'd
think it would be faster if it was created only once, but does it then
break something?
If the above isn't done, clnt_create()
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> It seems that a RPC call fails because rquotas are not supported on
> 'homesvr'. But dovecots quota-fs requires them for remote storage.
>
Yes, my homesvr does not support RPC rquotas. Acutally I really don't
want Dovecot to handle quota on my home directory, I only want Dovecot
to hand quota on /var/mail. That's why I put "noenforcing" in
configuration
2009 Dec 09
0
rquota in dovecot-1.2.8-0_103.el5.x86_64.rpm
Is rquota purposefully not present in the RPM at http://atrpms.net/dist/el5/dovecot/dovecot-1.2.8-0_103.el5.x86_64.rpm.html ?
On a test machine I decided to give dovecot 1.2 a go with that RPM and everything went great except I was getting the following error in the dovecot log (and quota was not working):
Dec 9 10:50:43 webmailtest2 dovecot: IMAP(auser) rip=127.0.0.1: quotactl(Q_GETQUOTA,
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 May 20
5
ZFS userquota groupquota test
I have been playing around with osol-nv-b114 version, and the ZFS user
and group quotas.
First of all, it is fantastic. Thank you all! (Sun, Ahrens and anyone
else involved).
I''m currently copying over one of the smaller user areas, and setting up
their quotas, so I have yet to start large scale testing. But the
initial work is very promising. (Just 90G data, 341694 accounts)
Using
2005 May 17
6
Samba compatibility with NetAPP filers.
We are running scripts using smbclient to get some data of NetAPP filer and we run into the output below. After doing some digging, I found that there
is a incompatibility between NetAPP Data ONTAP OS and samba. Is this still the case or there is a fix for it. We are running 3.0.10
Any ideas would be great
George
Client started (version 3.0.10).
Connecting to 169.177.18.109 at port 445
2015 Jan 22
0
smbclient using SMB2+ against NetApp OnTap 8.2 anyone ?
On Tue, Jan 20, 2015 at 03:40:48PM -0800, Jeremy Allison wrote:
> So I just spent a frustrating day trying to
> get smbclient from 4.2.x and master connecting
> to a NetApp 8.2 box using SMB2 or SMB3 with
> NTLM auth.
>
> Short answer - it doesn't work :-(. Longer
> answer - the NetApp is choking on something
> inside the SPNEGO NTLMSSP packets we're sending
>