Re: [Dovecot] 2.0.beta3 imapd running hot

2010-03-21 Thread Timo Sirainen
On Sun, 2010-03-21 at 01:20 +, Bernhard Schmidt wrote: > strace -p shows a repeating pattern of > > epoll_wait(8, {{EPOLLOUT, {u32=36560672, u64=36560672}}}, 5, 4872) = 1 > gettimeofday({1269133967, 495298}, NULL) = 0 > gettimeofday({1269133967, 495333}, NULL) = 0 > gettimeofday({1269133967,

[Dovecot] Dovecot 2.0beta3 and dovecot.conf

2010-03-21 Thread Axel Luttgens
Le 17 mars 2010 à 21:25:38, Timo Sirainen a écrit : > On Wed, 2010-03-17 at 21:21 +0100, Renaud Allard wrote: dovecot_delivery transport output: lda: Fatal: User lookup failed: net_connect_unix(/opt/dovecot/etc/dovecot/dovecot.conf) failed: No such file or directory >>> >>> Yeah, I

Re: [Dovecot] Dovecot 2.0beta3 and dovecot.conf

2010-03-21 Thread Scott Ellis
On 3/21/2010 7:22 AM, Axel Luttgens wrote: [snip] for those looking for a quick workaround until a beta4 or a rc1 gets issued, [snip] Seems like there's a ton of changes post Beta3. Timo, can you roll up a quick Beta4 (or Beta3.1? :-) ), so we can get folks out of the ick that is Beta3?

[Dovecot] userdb prefetch not compatible with ssl_require_client_cert

2010-03-21 Thread zhong ming wu
Dear List I looked into docs but couldn't see any where that says of this incompatibility. Anywhere this is confirmed in the doc? Thanks mr.wu

[Dovecot] Public Folder for mailinglist with deliver

2010-03-21 Thread Sebastian Heil
Hello Everybody, I'm looking for a nice way to implement the following: We are running a mail server for system users who are having their own mailbox. Now there's the idea to subscribe for a few mailinglists which are then available for the user per shared/public folder. So they can simply subscr

[Dovecot] Possible programming error in maildir_mail_get_save_date

2010-03-21 Thread Rainer Weikusat
The maildir_mail_gate_save_date routine (lib-storage/index/maildir/maildir-mail.c) returns the save date when that was determined by looking at the ctime of the corresponding file. This is different from all other get_save_date routines which either return -1 if the date could not be determined or

[Dovecot] Multiple SSL certificates

2010-03-21 Thread Martin Fuxa
Hi guys, with reference to http://wiki.dovecot.org/SSL/DovecotConfiguration Multiple SSL certificates (v2.0+) where I can type ? local imap.example.org { ssl_cert =

Re: [Dovecot] Multiple SSL certificates

2010-03-21 Thread Pascal Volk
On 03/21/2010 11:45 PM Martin Fuxa wrote: > Hi guys, > > with reference to > http://wiki.dovecot.org/SSL/DovecotConfiguration > Multiple SSL certificates (v2.0+) ^^^ > > where I can type ? > local imap.example.org { > ssl_cert =ssl_key = } > > at the end fi

[Dovecot] v2.0.beta4 released

2010-03-21 Thread Timo Sirainen
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz.sig I think this release is finally feature complete. There are still some bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1 should hopefully be out in

Re: [Dovecot] Possible programming error in maildir_mail_get_save_date

2010-03-21 Thread Timo Sirainen
On Sun, 2010-03-21 at 22:22 +0100, Rainer Weikusat wrote: > - return data->save_date; > + return 0; Thanks! I should have read this before releasing v2.0.beta4 just a few minutes ago. :) I guess this could explain (some of) the complaints about expire plugin not working right. signatur