Re: [Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
2009/2/17 Timo Sirainen : > Could you do one more thing: Set auth_debug=yes and paste the logs what > happens before the crash. Also show what you have in password_query in > dovecot-sql.conf. Are you using mysql? These were sent offlist. One thing I really should have mentioned is that these err

Re: [Dovecot] assertion failed

2009-02-17 Thread Timo Sirainen
On Tue, 2009-02-17 at 19:32 +, Ian P. Christian wrote: > 2009/2/17 Timo Sirainen : > > dovecot -n output? Anyway, I remember fixing something related to this > > recently, so simply upgrading will probably fix it. > > Thanks for the quick reply. Unfortunately an upgrade to 1.1.11 hasn't > sor

Re: [Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
2009/2/17 Timo Sirainen : > dovecot -n output? Anyway, I remember fixing something related to this > recently, so simply upgrading will probably fix it. Thanks for the quick reply. Unfortunately an upgrade to 1.1.11 hasn't sorted it. Feb 17 19:25:34 proxy dovecot: Panic: auth(default): file pass

Re: [Dovecot] assertion failed

2009-02-17 Thread Timo Sirainen
On Tue, 2009-02-17 at 18:28 +, Ian P. Christian wrote: > Does anyone know what might cause this? > > # dovecot --version > 1.1.7 > > Feb 17 18:21:51 imap-proxy-temp dovecot: Panic: auth(default): file > passdb-cache.c: line 121 (passdb_cache_lookup_credentials): assertion > failed: (*scheme_r

[Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
Does anyone know what might cause this? # dovecot --version 1.1.7 Feb 17 18:21:51 imap-proxy-temp dovecot: Panic: auth(default): file passdb-cache.c: line 121 (passdb_cache_lookup_credentials): assertion failed: (*scheme_r != NULL || *password_r == NULL) Feb 17 18:21:51 imap-proxy-temp dovecot: a

Re: [Dovecot] Maildir hierarchy sep bug ?

2009-02-17 Thread Thomas Hummel
On Tue, Feb 17, 2009 at 10:54:10AM -0500, Timo Sirainen wrote: > That's a Thunderbird feature then. Trying to use '/' directly gives > just: > > x create foo/bar > x NO Invalid mailbox name: foo/bar Ok thanks. -- Thomas Hummel | Institut Pasteur | Pôle informatique - systèmes et résea

Re: [Dovecot] Maildir hierarchy sep bug ?

2009-02-17 Thread Timo Sirainen
On Feb 17, 2009, at 8:25 AM, Thomas Hummel wrote: What confused me is that, . with global setup (no namespace at all), both '/' and '.' works (from the client of the client), i.e. I can, in TB create a.b or a/b and it will shows up as subfolder b of folder a (and on the serv

Re: [Dovecot] Maildir hierarchy sep bug ?

2009-02-17 Thread Thomas Hummel
On Mon, Feb 16, 2009 at 01:28:40PM -0500, Timo Sirainen wrote: > > as I could with a global > > configuration with no namespace at all. > > Yes, because then the separator is '.' instead of '/'. I think there is a misunderstanding : What confused me is that, . with global setup (no namespace

Re: [Dovecot] Error: IMAP(user): nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy

2009-02-17 Thread Charles Marcus
On 2/16/2009 9:50 PM, Grandy Fu wrote: > I am running dovecot 1.1.10 and 1.1.11 on Solaris 10, mailboxes are in > mbox format and served by Solaris 10 NFSv3, the dovecot cache is on > local disk. > > Some of my users always had above nfs error and their mailbox usually > very big, over 100M, 400M,

Re: [Dovecot] dbox redesign

2009-02-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 12 Feb 2009, Allen Belletti wrote: I would add that having fewer, larger files should make backups much more feasible. There's a certain amount of overhead for each file That's true for full backups. I don't defend Maildir, esp. because i

[Dovecot] quota-fs: get nfs GROUP quota (patch)

2009-02-17 Thread fando...@rol.ru
Hi all. Unfortunately, the existing quota-fs does not know how to get GROUP quota with NFS storage. But there is a tool for Linux quota-tools (http://slackware.rol.ru/slackware/slackware-12.2/source/a/quota/). This patch is made on the basis quota-tools. The patch was successful alpha testing.