Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-10 Thread Ralph Seichter
Timo Sirainen wrote: > > "No expiring in mailbox: Admin.Foo", just like before the modification. > > I don't understand this, because not using namespaces should mean literal > > string interpretation (or so I thought). > > Weird. Can you try what it logs with this patch? > http://hg.dovecot.org/d

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-10 Thread Timo Sirainen
On Fri, 2009-07-10 at 19:40 +0200, Ralph Seichter wrote: > Timo Sirainen wrote: > > > > I tried replacing '/' with '.', but it did me no good. > > > > What does it log then? > > "No expiring in mailbox: Admin.Foo", just like before the modification. > I don't understand this, because not using n

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-10 Thread Ralph Seichter
Timo Sirainen wrote: > > I tried replacing '/' with '.', but it did me no good. > > What does it log then? "No expiring in mailbox: Admin.Foo", just like before the modification. I don't understand this, because not using namespaces should mean literal string interpretation (or so I thought). -

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-10 Thread Timo Sirainen
On Fri, 2009-07-10 at 19:27 +0200, Ralph Seichter wrote: > mail_location: maildir:~/.maildir You have no namespaces configured and you're using maildir.. > expire: Trash 1 Trash/* 1 Admin/Foo 3 */Admin/Foo 3 News/Bar 3 */News/Bar > 3 */Foo 3 */Bar 3 .. > The log still does not give me much

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-10 Thread Ralph Seichter
Timo Sirainen wrote: > What does your namespace configuration look like? Does Dovecot log > anything related to expire plugin? I have switched to Dovecot 1.2.1 today: # 1.2.1: /usr/local/dovecot-1.2/etc/dovecot.conf # OS: Linux 2.6.30-gentoo-r2 i686 Gentoo Base System release 2.0.1 protoco

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-07 Thread Timo Sirainen
On Tue, 2009-07-07 at 23:21 -0400, Timo Sirainen wrote: > On Mon, 2009-06-22 at 14:48 +0200, Ralph Seichter wrote: > > expire = Trash 1 Trash/* 1 Admin/Foo 3 */Admin/Foo 3 News/Bar 3 > > */News/Bar 3 */Foo 3 */Bar 3 > > What does your namespace configuration look like? Does Dovecot log > anyt

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-07-07 Thread Timo Sirainen
On Mon, 2009-06-22 at 14:48 +0200, Ralph Seichter wrote: > expire = Trash 1 Trash/* 1 Admin/Foo 3 */Admin/Foo 3 News/Bar 3 > */News/Bar 3 */Foo 3 */Bar 3 What does your namespace configuration look like? Does Dovecot log anything related to expire plugin? signature.asc Description: This is

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-22 Thread Ralph Seichter
Timo Sirainen wrote: > The only thing it needs is a trigger similar to PostgreSQL has in > http://wiki.dovecot.org/Plugins/Expire. Well, at least SQLite knows CREATE TRIGGER, which might be a good omen. ;-) Speaking of DB backends for the expire plugin, I experimented with MySQL in combination wi

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-21 Thread Timo Sirainen
On Tue, 2009-06-16 at 20:42 +0200, Ralph Seichter wrote: > Timo Sirainen wrote: > > > I'm beginning to think it was a mistake to ever put Berkeley DB code to > > Dovecot. SQLite would work just as well (and without problems), right? > > You're probably right. Want to bite the bullet? The only th

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-16 Thread reg9009
Timo Sirainen schrieb: > On Thu, 2009-06-04 at 22:02 +0200, Ralph Seichter wrote: > >> Sorry for replying so late, the server running Dovecot succumbed to a >> hardware problem. Now that the machine is online again, I applied your >> patch. Running the expire tool now causes the following log me

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-16 Thread Ralph Seichter
Timo Sirainen wrote: > I'm beginning to think it was a mistake to ever put Berkeley DB code to > Dovecot. SQLite would work just as well (and without problems), right? You're probably right. Want to bite the bullet? -R

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-15 Thread Timo Sirainen
On Thu, 2009-06-04 at 22:02 +0200, Ralph Seichter wrote: > Sorry for replying so late, the server running Dovecot succumbed to a > hardware problem. Now that the machine is online again, I applied your > patch. Running the expire tool now causes the following log messages: > > dict: db(secondary

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-06-04 Thread Ralph Seichter
Timo Sirainen wrote: > Does the attached patch help? If not, increase the 1024*1024 to a larger > value. Sorry for replying so late, the server running Dovecot succumbed to a hardware problem. Now that the machine is online again, I applied your patch. Running the expire tool now causes the follo

Re: [Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-05-31 Thread Timo Sirainen
On Fri, 2009-05-29 at 17:26 +0200, Ralph Seichter wrote: > Timo Sirainen wrote: > > > Anyway it's not an error. It just means that all the rest of the > > mailboxes have future timestamps, and expire-tool has finished its work. > > I upgraded to Dovecot 1.1.15, but expire still gives me trouble.

[Dovecot] Expire-Plugin segmentation fault (Re: Can expire-tool skip folders with "expire time in future" errors?)

2009-05-29 Thread Ralph Seichter
Timo Sirainen wrote: > Anyway it's not an error. It just means that all the rest of the > mailboxes have future timestamps, and expire-tool has finished its work. I upgraded to Dovecot 1.1.15, but expire still gives me trouble. I keep seeing the following error repeatedly now: dict: db(seconda