Re: [Dovecot] imap cores

2008-01-05 Thread Anil
Timo, Its not just imap, it seems deliver is dieing too. I created a brand new Maildir and I still see it crap out with the same error message: Jan 5 23:28:51 vds5 deliver([EMAIL PROTECTED]): [ID 480647 mail.crit] file index-mail.c: line 1042: assertion failed: (!mail->data.destroying_stream) Ja

[Dovecot] deliver fails - RFE

2008-01-05 Thread Anil
deliver has suid: -rwsr-xr-x 1 root root 1892044 Jan 5 19:21 deliver Jan 5 23:11:02 vds5 deliver([EMAIL PROTECTED]): [ID 702911 mail.error] stat(/var/mail/apps/domain.com/admin/Maildir/tmp) failed: Permission denied The above mentioned directory has these permissions: drwx--

Re: [Dovecot] Upgrading a live running dovecot - how?

2008-01-05 Thread Timo Sirainen
On Sun, 2008-01-06 at 01:05 +, Ed W wrote: > Daniel Watts wrote: > > Hi Guys, > > > > This has bitten us twice now. We're running Gentoo and emerge (ie > > compile) a new version of Dovecot thinking we can finish that then > > restart Dovecot in our own time. > > > > It seems that Dovecot imm

Re: [Dovecot] Upgrading a live running dovecot - how?

2008-01-05 Thread Ed W
Daniel Watts wrote: Hi Guys, This has bitten us twice now. We're running Gentoo and emerge (ie compile) a new version of Dovecot thinking we can finish that then restart Dovecot in our own time. It seems that Dovecot immediately starts to use the newly compiled Dovecot binary and we get ver

Re: [Dovecot] v1.1.beta13 released

2008-01-05 Thread Timo Sirainen
On Sat, 2008-01-05 at 16:08 -0500, Bruce Bodger wrote: > Since the upgrade dovecot insists on creating an inbox in the public > space even though the conf notes state, "There can be only one INBOX, > and this setting defines which namespace has it." Clearly the > private namespace has the in

Re: [Dovecot] running imap command line

2008-01-05 Thread Timo Sirainen
On Sat, 2008-01-05 at 09:39 -0800, Anil wrote: > I am trying to debug some core dump problems. I should be able to run > imap by itself right? How to fix? > > # ./imap > imap(root): Fatal: setgroups() failed: Too many extra groups > > I am using latest nightly code. Fixed: http://hg.dovecot.org/

Re: [Dovecot] v1.1.beta13 released

2008-01-05 Thread Bruce Bodger
On Dec 29, 2007, at 5:09 PM, Timo Sirainen wrote: http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sig Timo, This week I switched from v1.0.10 to v1.1.beta13. I'm using OS X 10.4.11. Had no compile or installati

[Dovecot] imap cores

2008-01-05 Thread Anil
Experts, (Now that I am able to run imap...) Here's what I am seeing with imap, it seems to die in the latest nightly. (tss, I am still trying to get dbx to work properly, maybe it won't, but I got some more details here.) ... 2 select "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) *

Re: [Dovecot] running imap command line

2008-01-05 Thread Anil
Ok, guilty as charged! #2 was it. I got cross eyed, and was wondering why they were saying the same thing twice! The getgroups() function will fail if: EINVAL The value of gidsetsize is non-zero and less than the number of supplementary group IDs

Re: [Dovecot] running imap command line

2008-01-05 Thread Bill Cole
At 11:53 AM -0800 1/5/08, Anil wrote: I don't think I am hitting the NGROUPS_MAX, my limits.h shows it to be 16. # groups root other bin sys adm uucp mail tty lp nuucp daemon Thats less than 16. I think the setgroups() used in Dovecot is failing because of this error: EINVAL The

[Dovecot] How to use deliver to deliver to virtual users

2008-01-05 Thread Andrew Falanga
Hi, Ok, here's my setup, each virtual user has a home directory as follows: /virtusers/ and per the INBOX directive in the dovecot.conf file I also have a file as follows: /var/mail/ Now, I've followed the directions as outlined here: http://wiki.dovecot.org/LDA/Sendmail But every time I se

Re: [Dovecot] running imap command line

2008-01-05 Thread Anil
I don't think I am hitting the NGROUPS_MAX, my limits.h shows it to be 16. # groups root other bin sys adm uucp mail tty lp nuucp daemon Thats less than 16. I think the setgroups() used in Dovecot is failing because of this error: EINVAL The value of gidsetsize is non-zero and les

[Dovecot] OT: ctimes

2008-01-05 Thread Jeff Grossman
I am going to convert my 32-bit Debian system to a 64-bit Debian system today. But, after I move my maildir files over to the new hard drive the ctimes are going to get modified to current time and mess up my automatic purge scripts for the Deleted Items folders. Is it possible for me to eith

Re: [Dovecot] running imap command line

2008-01-05 Thread Bill Cole
At 9:39 AM -0800 1/5/08, Anil wrote: I am trying to debug some core dump problems. I should be able to run imap by itself right? How to fix? # ./imap imap(root): Fatal: setgroups() failed: Too many extra groups I am using latest nightly code. That error indicates that the root account is a me

[Dovecot] running imap command line

2008-01-05 Thread Anil
I am trying to debug some core dump problems. I should be able to run imap by itself right? How to fix? # ./imap imap(root): Fatal: setgroups() failed: Too many extra groups I am using latest nightly code.

Re: [Dovecot] %d not recognized with LDAP

2008-01-05 Thread Iain Conochie
Anil wrote: LDAP will return whatever the LDAP schema is defined as (for the case), which is "uid". I took out the pass_attrs, but didn't appear to be working. I then added: pass_attrs = uid then, it was able to find the domain! http://wiki.dovecot.org/AuthDatabase/LDAP is a bit confusing in

Re: [Dovecot] randomly disconnected with imap, and latest hg

2008-01-05 Thread Daniel
On Sat, 5 Jan 2008 11:11:44 +0100 Daniel <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using latest hg from the 1.1 branch, and noticed that since > yesterday's updates, dovecot randomly disconnects clients when using > imap, with these message in the log: > > "Disconnected for inactivity in reading

[Dovecot] randomly disconnected with imap, and latest hg

2008-01-05 Thread Daniel
Hi! I'm using latest hg from the 1.1 branch, and noticed that since yesterday's updates, dovecot randomly disconnects clients when using imap, with these message in the log: "Disconnected for inactivity in reading our output bytes=153/41319" This happens randomly. Eg. I'm fetching messages, and