On Thursday 05 February 2009 22.17.32 Timo Sirainen wrote:
> On Thu, 2009-02-05 at 13:08 -0800, Jack Stewart wrote:
> > Anyone have pro/con experience with dovecot on the inotify/kqueue
> > question when using NFS storage?
>
> Inotify is for Linux, kqueue is for BSDs. Right? So I'd think there are
On Friday 09 January 2009 19.18.57 Timo Sirainen wrote:
> On Fri, 2008-12-19 at 20:22 +0100, LÉVAI Dániel wrote:
> > Error: dict: db_env: Unable to allocate memory for transaction
> > detail Error: dict: Failed to initialize dictionary 'expire'
>
> This should help
Timo Sirainen wrote:
On Dec 22, 2008, at 3:10 AM, LÉVAI Dániel wrote:
I've configured dovecot, and created the db/table/trigger according to
http://wiki.dovecot.org/Quota/Dict.
Look into http://wiki.dovecot.org/Plugins/Expire instead. Although I
just had to fix that page too.
Right
Timo Sirainen wrote:
On Dec 22, 2008, at 3:10 AM, LÉVAI Dániel wrote:
I've configured dovecot, and created the db/table/trigger according to
http://wiki.dovecot.org/Quota/Dict.
Look into http://wiki.dovecot.org/Plugins/Expire instead. Although I
just had to fix that page too.
Yes, I
Hi!
I've configured dovecot, and created the db/table/trigger according to
http://wiki.dovecot.org/Quota/Dict. I'm using dovecot-1.1.7 and pgsql.
When moving a message inside the "monitored" directory, the expires
table won't get updated because of an error:
statement: INSERT INTO expires (exp
On Friday 19 December 2008 20.22.37 LÉVAI Dániel wrote:
> Hi!
>
> Using dovecot-1.1.17, and BDB-4.6.21.
> I'm having this error in every two weeks or so. I've running this in
> a crontab:
> /usr/local/sbin/dovecot --exec-mail \
> ext /usr/local/libexec/dovecot/ex
On Friday 19 December 2008 20.22.37 LÉVAI Dániel wrote:
> Hi!
>
> Using dovecot-1.1.17, and BDB-4.6.21.
That is 1.1.7 :)
--
LEVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
Hi!
Using dovecot-1.1.17, and BDB-4.6.21.
I'm having this error in every two weeks or so. I've running this in a
crontab:
/usr/local/sbin/dovecot --exec-mail \
ext /usr/local/libexec/dovecot/expire-tool
The expire plugin and tool is working fine, the configuration is ok, and
I'm using the BDB
Hi!
I'm using dovecot-1.1.7, Horde-3.3.2 and IMP-4.3.2.
The left-side folder list has some folders, whos names contains
localized (non-ascii) characters. This is displayed correctly when I
select the "English (American)" language entry on the login page from
the dropdown menu. But when I choo
On Thursday 27 November 2008 20.15.21 Jakob Curdes wrote:
> > Maybe you'll find this thread useful:
> >
> > http://dovecot.org/list/dovecot/2008-October/034747.html
>
> I already saw this. Unfortunately I do not understand the complete
> reasoning.
> If I'm right the thread basically says
>
> - dov
On Wednesday 26 November 2008 20.57.10 Jakob Curdes wrote:
> I myself wrote:
> > Hi, I try to get expire working, with the BDB backend and mbox
> > mailboxes. (...)
> > [EMAIL PROTECTED] ~]# /usr/local/sbin/dovecot --exec-mail ext
> > /usr/local/libexec/dovecot/expire-tool --test
> > Error: read(/v
On Monday 24 November 2008 23.14.55 Timo Sirainen wrote:
> On Nov 25, 2008, at 12:05 AM, Mike Abbott wrote:
> > dovecot: Nov 24 12:49:06 Panic: IMAP(user): file ioloop-notify-
> > kqueue.c: line 66 (event_callback): assertion failed: (io->refcount
> > == 1)
>
> ..
>
> > 8 imap0x00010006a3
On Thursday 30 October 2008 16.42.16 Timo Sirainen wrote:
> On Thu, 2008-10-30 at 16:28 +0100, LÉVAI Dániel wrote:
> > I've got bitten by this:
> > The wiki[1] reads:
> >
> > [...]
> > - "%" works by matching any number of characters, but it sto
On Monday 27 October 2008 14.26.50 LÉVAI Dániel wrote:
> Hi!
>
> I'm using dovecot-1.1.5 and trying to make the expire plugin work.
> What I've configured in dovecot.conf is the following:
>
> protocol imap,pop3,lda {
> mail_plugins = [...] expire
> }
&
On Wednesday 29 October 2008 15.53.24 you wrote:
> On Wed, 2008-10-29 at 15:25 +0100, LÉVAI Dániel wrote:
> > >> That is, if I want to expire the emails under the
> > >> spamassassin/SPAM directory, after 1 day. Is this correct? I'm
> > >> asking this b
e-frog wrote:
Anybody has this working?
Yes.
Great! Then all hope is not lost :)
plugin {
expire = spamassassin/SPAM 1
expire_dict = proxy::expire
}
For me it works by using '.' as hierarchy separator. So in your case
expire = spamassassin.SPAM 1 should work. This could be dif
conf, and setup, so I can diff it against mine? Or
maybe just a little tossing in the right direction would be enough.
Thanks in advance!
Daniel
LÉVAI Dániel wrote:
Hi!
I'm using dovecot-1.1.5 and trying to make the expire plugin work.
What I've configured in dovecot.conf is the followin
Hi!
I'm using dovecot-1.1.5 and trying to make the expire plugin work.
What I've configured in dovecot.conf is the following:
protocol imap,pop3,lda {
mail_plugins = [...] expire
}
dict {
expire = db:/var/dovecot/expire/expire.db
}
plugin {
expire = spamassassin/SPAM 2 spama
On Saturday 25 October 2008 14.59.00 Timo Sirainen wrote:
> On Sat, 2008-10-25 at 09:22 +0200, LÉVAI Dániel wrote:
> > Hi!
> >
> > I'm trying to use dovecot-1.1.5 with Berkley DB 4.6.21 on OpenBSD.
>
> It compiles fine on Debian with bdb 4.7.25.2, but I think
Hi!
I'm trying to use dovecot-1.1.5 with Berkley DB 4.6.21 on OpenBSD.
While compiling I get this:
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql \
-DPKG_RUNDIR=\""/var/run/dovecot"\"-I/usr/local/include -std=gnu99\
-g -O2 -Wall -W -Wmissing-prototypes -Wmissing-decla
On Sunday 05 October 2008 21.07.40 Timo Sirainen wrote:
> On Sun, 2008-10-05 at 20:44 +0200, LÉVAI Dániel wrote:
> > istream-raw-mbox.c:86: error: `EBADMSG' undeclared (first use in
> > this function)
>
> Hmh. EBADMSG is supposed to be part of POSIX.1. Why doesn't Op
On Sunday 05 October 2008 19.14.30 Timo Sirainen wrote:
> http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz
Compiling on OpenBSD 4.3, gives this error:
Making all in mbox
gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/lib
-I../../../../src/lib-mail -I../../../../src/lib-imap
-I..
On 2008. May 30. 08:12:39 Geert Hendrickx wrote:
> On Thu, May 29, 2008 at 11:16:55PM -0400, webbie wrote:
> > I got a compile error with rc6, rc5 works fine.
>
> Exactly the same on NetBSD:
>
>
> mail-index-write.c: In function `mail_index_write':
> mail-index-write.c:179: error: structure has no
23 matches
Mail list logo