Re: [Dovecot] Unknown dict module: db with expire plugin

2009-01-28 Thread Nicolas Letellier
On Wed, 28 Jan 2009 09:56:47 +0100 Michael Lechtermann wrote: > Hi, > > Nicolas Letellier schrieb: > > And in my logs: > > Jan 28 09:24:36 dovecot: dict: Unknown dict module: db > > Jan 28 09:24:36 dovecot: dict: Failed to initialize dictionary > > 'expire' > > > > > > I do

Re: [Dovecot] Unknown dict module: db with expire plugin

2009-01-28 Thread Michael Lechtermann
Hi, Nicolas Letellier schrieb: > And in my logs: > Jan 28 09:24:36 dovecot: dict: Unknown dict module: db > Jan 28 09:24:36 dovecot: dict: Failed to initialize dictionary > 'expire' > > > I do not understand the problem. I made instructions on the wiki page. Is > anybody coul

[Dovecot] Unknown dict module: db with expire plugin

2009-01-28 Thread Nicolas Letellier
Hello. I use dovecot 1.1.8 in a FreeBSD 6.3 Today, I want to active expire plugin. But it does not work. I made instructions described in http://wiki.dovecot.org/Plugins/Expire for a bdb database. See my dovecot -n: # 1.1.8: /usr/local/etc/dovecot.conf # OS: FreeBSD 6.3-RELEASE-p4 i386 ufs sys

Re: [Dovecot] Unknown dict module: db with expire plugin

2008-07-12 Thread Timo Sirainen
On Thu, 2008-07-10 at 11:40 +0200, Nicolas Letellier wrote: > Hello. > > I upgraded my dovecot to 1.1. I use the FreeBSD port. > However, I can't use the expire plugin. See the error: > > > Unknown dict module: db > expire plugin: dict_init() failed > > > I see on the mailing list another mail

[Dovecot] Unknown dict module: db with expire plugin

2008-07-10 Thread Nicolas Letellier
Hello. I upgraded my dovecot to 1.1. I use the FreeBSD port. However, I can't use the expire plugin. See the error: Unknown dict module: db expire plugin: dict_init() failed I see on the mailing list another mail like this problem. And the problem is the imap library is not linked to libdb. I

Re: [Dovecot] Unknown dict module: db

2007-09-24 Thread Lars Stavholm
Timo Sirainen wrote: > On Mon, 2007-09-24 at 15:55 +0200, Lars Stavholm wrote: >> Using dovecot-1.1beta1 I get "Unknown dict module: db" >> when starting up dovecot. In dovecot.conf I've got the >> "expire_dict = db:/var/lib/dovecot/expire.db" statement >> in the plugin{} section. Aparently require

Re: [Dovecot] Unknown dict module: db

2007-09-24 Thread Timo Sirainen
On Mon, 2007-09-24 at 15:55 +0200, Lars Stavholm wrote: > Using dovecot-1.1beta1 I get "Unknown dict module: db" > when starting up dovecot. In dovecot.conf I've got the > "expire_dict = db:/var/lib/dovecot/expire.db" statement > in the plugin{} section. Aparently required when the > "expire" plugi

[Dovecot] Unknown dict module: db

2007-09-24 Thread Lars Stavholm
Using dovecot-1.1beta1 I get "Unknown dict module: db" when starting up dovecot. In dovecot.conf I've got the "expire_dict = db:/var/lib/dovecot/expire.db" statement in the plugin{} section. Aparently required when the "expire" plugin is enabled. dovecot is built with "--with-db" and db-devel is pr