[Dovecot] strange quota error
Joseba Torre
joseba.torre at ehu.es
Thu Jun 5 13:21:14 EEST 2008
El Miércoles, 4 de Junio de 2008 a las 19:02, JOHN ROMAN escribió:
> [root at seshat ~]# dovecot --version
> 1.0.10
1.0 doesn't support fs quota for nfs mounted filesystems. You can get it
patching the sources. I do this this way (quick & dirt translation of my
spanish docs) -tested with 1.0.13-:
1. Get dovecot's sources
2. Get the following patches:
http://hg.dovecot.org/dovecot-1.1/raw-rev/078d9dde99c8
http://hg.dovecot.org/dovecot-1.1/raw-rev/abec53314897
http://hg.dovecot.org/dovecot-1.1/raw-rev/0dda1f746d63
(I save them as rquota{1,2,3}.diff)
In the last one, some changes are needed:
"In particular the final patch for src/plugins/quota/Makefile.am needs
to be changed from
if HAVE_RQUOTA
+quota-fs.c: rquota_xdr.c
+
rquota_xdr.c: Makefile
to
if HAVE_RQUOTA
+$(srcdir)/quota-fs.c: rquota_xdr.c
+
rquota_xdr.c: Makefile
"
and then:
$ tar zxvf dovecot-1.0.13.tar.gz
$ ln -s dovecot-1.0.13 a
$ patch -p0 < rquota1.diff
$ patch -p0 < rquota2.diff
$ patch -p0 < rquota3.diff
$ cd dovecot-1.0.13
$ export SED=/bin/sed
$ autoconf
$ autoheader
$ aclocal
$ automake
$ ./configure --with-ldap
$ make
HTH
Aaaaaaaaaaagur.
--
Joseba Torre. CIDIR Bizkaia.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://dovecot.org/pipermail/dovecot/attachments/20080605/43ce6342/attachment.bin
More information about the dovecot
mailing list