[Dovecot] 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 anything => quotactl(Q_GETQUOTA, /users/group) failed: Operation not supported
Any idea ?
What did I forget ? What could I do to debug this ? (mail_debug = yes)
--
___________________________________________________________
/ Geoffroy DESVERNAY |
/\ Service info
| Tel: (+33|0)4 91 05 45 24 /
\/ Ecole Centrale de Marseille | Fax: (+33|0)4 91 05 45 98 \/
\ (ex-EGIM) | Mail: dgeo@ec-marseille.fr /
-----------------------------------------------------------
On Tue, 21 Nov 2006 12:26:38 +0100 Geoffroy Desvernay dgeo@ec-marseille.fr wrote:
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)
Very odd. I have a single folder with 45k which is fine. Setup is FreeBSD 5.5 local maildir. Total mailbox is about 300k spread over several folders. No problems.
=> Nov 21 12:11:42 host dovecot: child 7217 (imap) killed with signal 11
- No way to have quota plugin reporting anything => quotactl(Q_GETQUOTA, /users/group) failed: Operation not supported
Any idea ?
What did I forget ? What could I do to debug this ? (mail_debug = yes)
Dominic
Dominic Marks wrote:
On Tue, 21 Nov 2006 12:26:38 +0100 Geoffroy Desvernay dgeo@ec-marseille.fr wrote:
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)
Very odd. I have a single folder with 45k which is fine. Setup is FreeBSD 5.5 local maildir. Total mailbox is about 300k spread over several folders. No problems.
I tried with a local copy of my Maildir: nothing more...
=> Nov 21 12:11:42 host dovecot: child 7217 (imap) killed with signal 11
- No way to have quota plugin reporting anything => quotactl(Q_GETQUOTA, /users/group) failed: Operation not supported
Any idea ?
What did I forget ? What could I do to debug this ? (mail_debug = yes)
Dominic
--
___________________________________________________________
/ Geoffroy DESVERNAY |
/\ Service info
| Tel: (+33|0)4 91 05 45 24 /
\/ Ecole Centrale de Marseille | Fax: (+33|0)4 91 05 45 98 \/
\ (ex-EGIM) | Mail: dgeo@ec-marseille.fr /
-----------------------------------------------------------
On Tue, 2006-11-21 at 12:26 +0100, Geoffroy Desvernay wrote:
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
gdb backtrace of this would be really useful, see:
http://dovecot.org/bugreport.html
- No way to have quota plugin reporting anything => quotactl(Q_GETQUOTA, /users/group) failed: Operation not supported
Quota plugin doesn't support getting quotas for NFS mounts. Someone managed to kludge the code enough to make it work though, so if you really need it I could probably find the mail.
BTW. Since you're using NFS, have you also checked http://wiki.dovecot.org/NFS
participants (3)
-
Dominic Marks
-
Geoffroy Desvernay
-
Timo Sirainen