Re: [Dovecot] questions about compiling Sieve plugin

2009-05-04 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Apr 2009, MercuryShadow wrote: The installed version is 1.0.rc15-2etch4, installed from the Debian repositories. Uff, maybe you need "non-free" and "contrib" sections in sources.list. I tried on Etch myself with success. Anyway, you

Re: [Dovecot] login_max_processes_count and logs

2009-05-04 Thread Dominique Fournier
Timo Sirainen wrote: On Thu, 2009-04-30 at 11:32 +0200, Dominique Fournier wrote: Hello, Our server reach today the login_max_processes_count. Dovecot works well and don't accept any new connection. But it doesn't log anything about this problem : we are blind why the connection is refused fo

[Dovecot] New messages notification - (IMAP PUSH?)

2009-05-04 Thread Proskurin Kirill
Hello all. I have strange problem. As I understand IMAP use server2client command to tell what new email is arrived. So - all was good, but few weeks ago I notice what my thunderbird not show new messages. I think it was local problem(I switch distro what day) but soon my email clients what

[Dovecot] Can't connect to auth server

2009-05-04 Thread Phill Edwards
I'm trying to phase out procmail and move to dovecot-sieve instead. It ain't proving easy. I'll describe my setup: - Centos 5.2 box with dovecot 1.1.4 and dovecot-sieve 1.1.6 from ATrpms. - A single user account is used to store all our email (the account is called maildb). - Getmail is being us

Re: [Dovecot] Unexplainable problem with POP3 quotas

2009-05-04 Thread Marco Marongiu
2009/5/1 Timo Sirainen : > On Thu, 2009-04-30 at 17:36 +0200, Marco Marongiu wrote: >> * send a message slightly smaller than the number of bytes added at >> step 2 (e.g., 2000); we are still under the 80% limit >> * log in via POP to make dovecot update maildirsize > > This is the problem. Your MD

Re: [Dovecot] fts-solr plugin issue (Marked invalid)

2009-05-04 Thread Nikolai Derzhak
OK. Concentrating problem in one question. How to ignore "bad" message and index next one in indexing procedure (fts plugin) ?. Now, one "error 500" from solr and dovecot (# 1.1.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.21.7-2.fc8xen i686 Ubuntu 8.04.2 ext3 ) stop and each next search query re

Re: [Dovecot] fts-solr plugin issue (Marked invalid)

2009-05-04 Thread Timo Sirainen
On May 4, 2009, at 10:16 AM, Nikolai Derzhak wrote: OK. Concentrating problem in one question. How to ignore "bad" message and index next one in indexing procedure (fts plugin) ?. Now, one "error 500" from solr and dovecot (# 1.1.11: /etc/dovecot/ dovecot.conf # OS: Linux 2.6.21.7-2.fc8xen i

Re: [Dovecot] fts-solr plugin issue (Marked invalid)

2009-05-04 Thread Rui Carneiro
Citando Nikolai Derzhak : > But in sum: when dovecot try to index some mail's, that solr tokenizer not > eat (error 500, Marked invalid), > dovecot stop indexing of box and retry attempts in each next search with same > result. I think u might have a look on solr-connection.c and look to the func

Re: [Dovecot] fts-solr plugin issue (Marked invalid)

2009-05-04 Thread Nikolai Derzhak
On Mon, 05/04/2009 at 5:36pm, "Rui Carneiro" wrote: > I do not have sure if I understood your problem correctly. > > Are you trying to index attachments from messages? Or Dovecot is indexing > some "bad" parts and you just do not know why? > Read first post, please, with description. But in s

Re: [Dovecot] fts-solr plugin issue (Marked invalid)

2009-05-04 Thread Rui Carneiro
I do not have sure if I understood your problem correctly. Are you trying to index attachments from messages? Or Dovecot is indexing some "bad" parts and you just do not know why? Regards, Rui Carneiro -- Portugalmail, Comunicações S.A. www.portugalmail.net Citando Nikolai Derzhak : > OK. Con

[Dovecot] Problem with BODYSTRUCTURE (wrong charset)

2009-05-04 Thread Craig Craig
Hi, I've changed a program that fetches mail via IMAP from an Exchange Server to use our Dovecot machine. But now I'm experiencing strange problems with seem to be caused by a wrong BODYSTRUCTURE answer that causes wrong charset handling. When fetchting the BODYSTRUCTURE I see this: Dovecot: 8

Re: [Dovecot] Problem with BODYSTRUCTURE (wrong charset)

2009-05-04 Thread Timo Sirainen
On Mon, 2009-05-04 at 16:18 +0200, Craig Craig wrote: > Content-Type: multipart/mixed; > Message-ID:=; > boundary="000XMAIL000" The problem is the Message-ID parameter. It's not legal to have ':' before '='. I added a workaround to v1.2+, but v1.1's code is different and I'd rather not change

[Dovecot] mail_index_sync_map error on 1.1.14

2009-05-04 Thread Mike Abbott
Seen this error a few times from dovecot-1.1.14, Mac OS X, 64-bit Intel. NFS may have been used. Panic: IMAP(user): file mail-index-sync-update.c: line 843 (mail_index_sync_map): assertion failed: (map->hdr.indexid == index- >indexid || map->hdr.indexid == 0) Two different backtraces to t

[Dovecot] index_mailbox_set_recent_uid error on 1.1.14

2009-05-04 Thread Mike Abbott
Seen this error a few times from dovecot-1.1.14, Mac OS X, 64-bit Intel. Pretty sure NFS was not used. Panic: IMAP(user): file index-sync.c: line 39 (index_mailbox_set_recent_uid): assertion failed: seq_range_exists(&ibox->recent_flags, uid) The backtrace is: 0 libSystem.B.dylib

Re: [Dovecot] questions about compiling Sieve plugin

2009-05-04 Thread MercuryShadow
Here are the three lines in my sources.list: deb http://http.us.debian.org/debian/ etch main deb-src http://http.us.debian.org/debian/ etch main deb http://security.debian.org/ stable/updates main contrib non-free "contrib" and "non-free" appear to be present already. Steffen Kaiser-9 wrote:

Re: [Dovecot] mail_index_sync_map error on 1.1.14

2009-05-04 Thread Timo Sirainen
On Mon, 2009-05-04 at 12:21 -0500, Mike Abbott wrote: > Seen this error a few times from dovecot-1.1.14, Mac OS X, 64-bit > Intel. NFS may have been used. > > Panic: IMAP(user): file mail-index-sync-update.c: line 843 > (mail_index_sync_map): assertion failed: (map->hdr.indexid == index- >

Re: [Dovecot] index_mailbox_set_recent_uid error on 1.1.14

2009-05-04 Thread Timo Sirainen
On Mon, 2009-05-04 at 12:21 -0500, Mike Abbott wrote: > Seen this error a few times from dovecot-1.1.14, Mac OS X, 64-bit > Intel. Pretty sure NFS was not used. > > Panic: IMAP(user): file index-sync.c: line 39 > (index_mailbox_set_recent_uid): assertion failed: > seq_range_exists(&ibox->re

[Dovecot] Maildir bugs

2009-05-04 Thread Timo Sirainen
I just found out that when using deliver or saving mails with IMAP APPEND command there was all kinds of race condition bugs that could cause e.g.: dovecot-uidlist: Duplicate file entry at line 18: 1241457213.M690227P32531.host,W=3359:2,T (uid 170019 -> 170020) And who knows what else. If you'v

Re: [Dovecot] New messages notification - (IMAP PUSH?)

2009-05-04 Thread Curtis Maloney
Proskurin Kirill wrote: Hello all. I have strange problem. As I understand IMAP use server2client command to tell what new email is arrived. So - all was good, but few weeks ago I notice what my thunderbird not show new messages. I think it was local problem(I switch distro what day) but so

Re: [Dovecot] New messages notification - (IMAP PUSH?)

2009-05-04 Thread Proskurin Kirill
Curtis Maloney wrote: Proskurin Kirill wrote: Hello all. I have strange problem. As I understand IMAP use server2client command to tell what new email is arrived. So - all was good, but few weeks ago I notice what my thunderbird not show new messages. I think it was local problem(I switch d