Re: [Dovecot] Fatal: write() failed to info log: Interrupted system call

2009-03-18 Thread Janos Dohanics
On Tuesday 17 March 2009 09:34:29 pm Timo Sirainen wrote: On Mar 17, 2009, at 11:06 AM, Janos Dohanics wrote: Last night Dovecot stopped, and the last message in the log was: Fatal: write() failed to info log: Interrupted system call Would you please advise? A signal got sent to

[Dovecot] Multiple DBs

2009-03-18 Thread Sebastian Chociwski
Welcome, I'm new one here . I've switch to dovecot in order to get mysql auth to recive emails. And I am not sure about one thing : may I configure dovecot to user more then one DB to authorize users ? I have suse 11.1/postfix/mysql system where the users exist in 2 separate DBs. Delivering

Re: [Dovecot] Multiple DBs

2009-03-18 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 18 Mar 2009, Sebastian Chociwski wrote: You can use any number of passdb and userdb databases. They are tried in order of configuration. First the user is authentificated using the passdb configurations, then the user data is retrieved

[Dovecot] IMAP ACLs not working

2009-03-18 Thread Seba
Hi, I've some problems to get folder ACLs working with Dovecot. I've defined some folders (like drafts, spam etc.) for every user and created a dovecot-acl file in every folder so that users can not delete or rename these folders but this does not work as expected. Config = Debian Lenny 5.0

Re: [Dovecot] IMAP ACLs not working

2009-03-18 Thread Charles Marcus
On 3/18/2009, Seba (free...@googlemail.com) wrote: I've some problems to get folder ACLs working with Dovecot. I've defined some folders (like drafts, spam etc.) for every user and created a dovecot-acl file in every folder so that users can not delete or rename these folders but this does not

[Dovecot] NFS-error with dovecot 1.1.12

2009-03-18 Thread Martin Preen
Hello, I'm testing version 1.1.12 and occasionally there is Mar 18 14:40:44 imap2 dovecot: [ID 107833 mail.error] IMAP(xyz): nfs_flush_file_handle_cache_dir: rmdir(/home/xyz) failed: Device busy It seems that it is related to a crash of the previous imap process of that user. And it doesn't

[Dovecot] panic in dovecot 1.1.12

2009-03-18 Thread Martin Preen
Hello, with some mbox folders I got this error: Mar 18 14:48:12 imap2 dovecot: [ID 107833 mail.crit] Panic: IMAP(xyz): file charset-iconv.c: line 122: unreached I assume that this is related to the folder contents (and not the configration). What does that mean to me ? Martin

Re: [Dovecot] Dovecot 1.2 beta1 in Solaris 10 for sparc, error reading maildir format?

2009-03-18 Thread Andrés Yacopino
I guess i have done well the debug, here it goes: -bash-3.00# gdb /usr/local/libexec/dovecot/imap ./core GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and

[Dovecot] dovecot1.2beta2( hg tags yields 8834:5284f45c249a) fetch error

2009-03-18 Thread Jonathan Siegle
Steps to reproduce 1 login testuser testpw 2 select inbox 3 fetch 1 body.peek[HEADER.FIELDS (date)] I get the error 3 BAD Error in IMAP command FETCH: Unknown FETCH modifier This is AIX 5.3 with mbox files. -Jonathan smime.p7s Description: S/MIME cryptographic signature

Re: [Dovecot] NFS-error with dovecot 1.1.12

2009-03-18 Thread Timo Sirainen
On Wed, 2009-03-18 at 16:42 +0100, Martin Preen wrote: Hello, I'm testing version 1.1.12 and occasionally there is Mar 18 14:40:44 imap2 dovecot: [ID 107833 mail.error] IMAP(xyz): nfs_flush_file_handle_cache_dir: rmdir(/home/xyz) failed: Device busy It seems that it is related to a

[Dovecot] mbox on NFS + automount, folder creation - mkdir_parents() failed

2009-03-18 Thread Sebastian Kayser
Hi, i am about to migrate some internal imapd mboxes to dovecot. Regular access is fine, just when i want to create a folder i get the following error message in the logs: Mar 18 17:36:57 pulsar dovecot: [ID 107833 mail.error] IMAP(skayser): mkdir_parents(/home/skayser) failed: Operation not

[Dovecot] Staged migration from mbox to maildir

2009-03-18 Thread Stewart Dean
So much changes in this migration that the ideal way to do it would be to begin with a few users or a department, then migrate the users affinity group by affinity group: first an institute or so, then the faculty, then the staff, then the students, moving to bigger and bigger groupings as the

Re: [Dovecot] mbox on NFS + automount, folder creation - mkdir_parents() failed

2009-03-18 Thread Timo Sirainen
On Wed, 2009-03-18 at 19:07 +0100, Sebastian Kayser wrote: Mar 18 17:36:57 pulsar dovecot: [ID 107833 mail.error] IMAP(skayser): mkdir_parents(/home/skayser) failed: Operation not applicable Looks like I broke this in v1.1.2. Fixed: http://hg.dovecot.org/dovecot-1.1/rev/c81c2506f824

Re: [Dovecot] Dovecot 1.2 beta1 in Solaris 10 for sparc, error reading maildir format?

2009-03-18 Thread Timo Sirainen
On Wed, 2009-03-18 at 13:38 -0300, Andrés Yacopino wrote: I guess i have done well the debug, here it goes: Almost. #0 0x000a0384 in mail_index_map () (gdb) bt full #0 0x000a0384 in mail_index_map () This gives some kind of an idea, but still there's a lot of code that makes it difficult

Re: [Dovecot] dovecot1.2beta2( hg tags yields 8834:5284f45c249a) fetch error

2009-03-18 Thread Jonathan Siegle
On Mar 18, 2009, at 2:00 PM, Timo Sirainen wrote: On Wed, 2009-03-18 at 13:06 -0400, Jonathan Siegle wrote: Steps to reproduce 1 login testuser testpw 2 select inbox 3 fetch 1 body.peek[HEADER.FIELDS (date)] I get the error 3 BAD Error in IMAP command FETCH: Unknown FETCH modifier So it

Re: [Dovecot] IMAP ACLs not working

2009-03-18 Thread Seba
Timo Sirainen wrote: On Wed, 2009-03-18 at 16:20 +0100, Seba wrote: dovecot.conf = dovecot -n is preferred to copypasting the actual config file. Anyway it looks like you're missing: plugin {  acl = vfile: } thanks Timo. I've added the above section and now it's OK. Seba

Re: [Dovecot] fchown() error with Public Folders

2009-03-18 Thread Stephen Carville
On Sun, Mar 15, 2009 at 11:34 PM, Timo Sirainen t...@iki.fi wrote: On Mar 16, 2009, at 2:06 AM, Stephen Carville wrote: Do you have dovecot-shared file in the .Incoming/ directory? Dovecot tries to use that file's group. If you don't want it to do that, you can chmod g+s dovecot-shared and

Re: [Dovecot] fchown() error with Public Folders

2009-03-18 Thread Timo Sirainen
On Wed, 2009-03-18 at 12:15 -0700, Stephen Carville wrote: Yes, if all your users are also system users. Another possibility would have been to set userdb_mail_access_groups=groupname. Or just change the primary gid to that group. I considered that but I cannot be sure that there will

[Dovecot] v1.1.13 and v1.2.beta3 released

2009-03-18 Thread Timo Sirainen
http://dovecot.org/releases/1.1/dovecot-1.1.13.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.13.tar.gz.sig http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta3.tar.gz http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta3.tar.gz.sig Looks like Friday the 13th isn't the best day to make

Re: [Dovecot] v1.1.13 and v1.2.beta3 released

2009-03-18 Thread Curtis Maloney
Timo Sirainen wrote: http://dovecot.org/releases/1.1/dovecot-1.1.13.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.13.tar.gz.sig http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta3.tar.gz http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta3.tar.gz.sig Looks like Friday the 13th isn't

[Dovecot] Enabling even more debug info for SSL/TLS handling during handshaking?

2009-03-18 Thread Johan Persson
Hi, I'm working with a an IMAP client for a S60 (Nokia) phone and we are having a small problem (not in Dovecot!) but somewhere deep in our own system which has to do with certificates that are self signed. Somehow in some circumstance if you accept a self-signed certificate as an exception

Re: [Dovecot] Staged migration from mbox to maildir

2009-03-18 Thread Jose Celestino
Words by Stewart Dean [Wed, Mar 18, 2009 at 02:10:53PM -0400]: So much changes in this migration that the ideal way to do it would be to begin with a few users or a department, then migrate the users affinity group by affinity group: first an institute or so, then the faculty, then the

Re: [Dovecot] Enabling even more debug info for SSL/TLS handling during handshaking?

2009-03-18 Thread Jose Celestino
Words by Johan Persson [Thu, Mar 19, 2009 at 12:37:25AM +0100]: Hi, I'm working with a an IMAP client for a S60 (Nokia) phone and we are having a small problem (not in Dovecot!) but somewhere deep in our own system which has to do with certificates that are self signed. Hmm, this must

Re: [Dovecot] Enabling even more debug info for SSL/TLS handling during handshaking?

2009-03-18 Thread Timo Sirainen
On Thu, 2009-03-19 at 00:37 +0100, Johan Persson wrote: I'm working with a an IMAP client for a S60 (Nokia) phone and we are having a small problem (not in Dovecot!) but somewhere deep in our own system which has to do with certificates that are self signed. Somehow in some circumstance

Re: [Dovecot] Staged migration from mbox to maildir

2009-03-18 Thread Sebastian Kayser
* Stewart Dean sd...@bard.edu wrote: So much changes in this migration that the ideal way to do it would be to begin with a few users or a department, then migrate the users affinity group by affinity group: first an institute or so, then the faculty, then the staff, then the students,