[Dovecot] dovecot 1.1.2, another assertion failure in index-mail.c: (!mail->data.destroying_stream)

2008-07-25 Thread Diego Liziero
Here is the log. --- dovecot: Jul 25 07:18:35 Panic: IMAP(user): file index-mail.c: line 1091 (index_mail_close): assertion failed: (!mail->data.destroying_stream) dovecot: Jul 25 07:18:35 Error: IMAP(user): Raw backtrace: /usr/libexec/dovecot/imap [0x80f5fd4] -> /usr/libexec/dovecot/imap [0x80f68

Re: [Dovecot] FTS/squat search indexes built when?

2008-07-25 Thread Patrick Nagel
Hi Jay, On Monday 14 July 2008, Jay Levitt wrote: > - If I wrote a script to log in and search for something, and ran it every > night through cron, would that achieve daily indexing? I would be interested in that script, too - are you working on it? Thanks, Patrick. -- STAR Software (Shanghai

Re: [Dovecot] FTS/squat search indexes built when?

2008-07-25 Thread Ed W
Patrick Nagel wrote: Hi Jay, On Monday 14 July 2008, Jay Levitt wrote: - If I wrote a script to log in and search for something, and ran it every night through cron, would that achieve daily indexing? I would be interested in that script, too - are you working on it? It appears t

[Dovecot] One LDAP attribute for many variables

2008-07-25 Thread Juan Asensio Sánchez
Hi Using Dovecot 1.1.2 with LDAP. If i have this: user_attrs = uid=home=/var/vmail/%$,mailuserquota=quota_rule=*:storage=%$,=mail=maildir:/var/vmail/%n/Maildir OK. But if i have this: user_attrs = uid=home=/var/vmail/%$,mailuserquota=quota_rule=*:storage=%$,uid=mail=maildir:/var/vmail/%$/Mail

[Dovecot] optionnal arguments to ntlm_auth helper

2008-07-25 Thread François LEGAL
Hello, I'm setting up (at least I try) to set up network services with single sign on. I could build and configure dovecat to use samba's ntlm_auth helper to achieve ntlm authentication of imap users. The point is, I wanted to restrict which users could actually authenticate through ntlm. The nt

Re: [Dovecot] quota vs. antispam issue

2008-07-25 Thread Anders
Johannes Berg wrote: > Ok, I've committed that, so it should work now. Somebody please test. I guess the extra semicolon (after save_init) is a typo? - return asbox->module_ctx.super.save_init(t, flags, keywords, received_date, + ret = asbox->module_ctx.super.save_init;(t, flags, k

Re: [Dovecot] quota vs. antispam issue

2008-07-25 Thread Juan Asensio Sánchez
Yes I didn't realise that error, so the plugin did not work correctly. After fixing it (remove the ;), recompile, the plugin looks to work fine. Thank you very much again. 2008/7/25 Anders <[EMAIL PROTECTED]>: > Johannes Berg wrote: > >> Ok, I've committed that, so it should work now. Somebody p

[Dovecot] Strange checkpassword issue

2008-07-25 Thread Andy Dills
I'm helping a friend setup a small mailserver using dovecot, and I'm finding a strange problem with checkpasswd that I haven't had on my servers. How is the following debug output even possible? Jul 25 12:12:20 company2 dovecot: auth(default): master out: USER 5 joe home=/v

[Dovecot] Recieving e-mail is not updating quota

2008-07-25 Thread M. Rodrigo Monteiro
Hello again. When I send e-mail locally from [EMAIL PROTECTED] to [EMAIL PROTECTED] the quota in [EMAIL PROTECTED] isn't updated with the new message, but the message arrives fine. It's not a userX problem, because it's equal if it's userY sending userX. When I save an message, the quota is update

Re: [Dovecot] Recieving e-mail is not updating quota

2008-07-25 Thread M. Rodrigo Monteiro
2008/7/25 M. Rodrigo Monteiro <[EMAIL PROTECTED]>: > Now I empty the mailbox of the userY, and the maildirsize is like this: > > 16777216S > 0 0 > 1151862 1 > 2837616 1 > 2838683 1 > 5674797 2 > -5674797 -2 > -5674797 -2 > 1151862 1 > -1151862 -1 > -1151862 -1 > > The user quota from ldap is 16MB.

Re: [Dovecot] how to store flags \Seen into read-only mailbox?

2008-07-25 Thread seriv
I've found workaround, installed dovecot-1.0.12, and now \Seen flags is storing. Rawlogs are attached. Recent versions of 1.0 and 1.1 branch are broken in this aspect, I have not tried branch 1.2 for this task. --- bash-3.00# cat 20080725-140729-13208.in [skip] 4 UID fetch 1:* (FLAGS) 5

[Dovecot] stopping dovecot

2008-07-25 Thread Arkadiusz Miskiewicz
This may be a silly question but how to correctly stop dovecot and be sure that it's possible to start it again? kill -TERM `cat /var/run/dovecot/master.pid` doesn't work well. I have imap-login processes staying arround and occupying port which leads to Fatal: listen(0.0.0.0, 993) failed: Add

Re: [Dovecot] Dovecot 1.1.2? plus addressing bug in dovecot 1.1.x?

2008-07-25 Thread Jon Fullmer
I saw the release notes to Dovecot-1.1.2. Some of the fixes imply that this plus addressing anomaly that I experienced with 1.1.0 (and 1.1.1) might have been resolved with 1.1.2. Has it been? - Jon On Jun 22, 2008, at 9:45 PM, Tim Sirainen wrote: The difference is that nowadays deliver sup

Re: [Dovecot] FTS/squat search indexes built when?

2008-07-25 Thread Patrick Nagel
Hi On Fri, 25 Jul 2008 12:00:05 +0100, Ed W <[EMAIL PROTECTED]> wrote: >> I would be interested in that script, too - are you working on it? > > It appears that you can run IMAP commands by piping them into the imap > process - look at some of Timo's previous posts for examples. I'm aware of 'd