Re: [Dovecot] Sharing nested folders / maildir variations?

2007-06-04 Thread SeattleServer.com
On 3 Jun, 2007, at 17:03, Timo Sirainen wrote: Should be already possible with the development version (wonder what I should call it now that I can't call it CVS HEAD anymore .. development, 1.1.UNSTABLE, hg, ..?): mail_location = maildir:~/Maildir:LAYOUT=FS Sweet! It doesn't use dots

Re: [Dovecot] Client certificate verification/authentication

2007-06-04 Thread eizert
Timo Sirainen a écrit : On Tue, 2007-05-29 at 12:06 +0200, eizert wrote: Not in Dovecot... In my log, i've simply : dovecot: auth(default): Client didn't present valid SSL certificate Set verbose_ssl=yes and it should log more. It should then log either Invalid certificate or Valid

Re: [Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-04 Thread Gerard
On Sunday June 03, 2007 at 01:48:33 (PM) Dave McGuire wrote: On Jun 3, 2007, at 11:29 AM, Ross Burton wrote: I presume porting Dovecot to use the glib main loop abstraction (which is nice and lean, the object system is a separate library) is out of the question? Please don't.

Re: [Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-04 Thread Johannes Berg
On Sun, 2007-06-03 at 18:27 +0300, Timo Sirainen wrote: ..Or maybe just fix the basic timeout_*() API. Add a new timeout_reset() call == timeout_remove() + timeout_add(original values) and then make the implementation be fast with hundreds of timeouts. The timeouts are currently kept in

Re: [Dovecot] Dovecot waking every 50ms when doing nothing

2007-06-04 Thread Johannes Berg
On Sun, 2007-06-03 at 19:13 +0100, Ross Burton wrote: By pool do you mean memory regions which can be split into children, and freeing the parent region also frees the children? That isn't in Glib. That's the idea in dovecot, yes. Actually, no parent region/child region but just basically

Re: [Dovecot] dovecot-shared tries to fchown index+control files but fails

2007-06-04 Thread Timo Sirainen
On Sun, 2007-06-03 at 23:05 -0400, Adam McDougall wrote: On Mon, Jun 04, 2007 at 05:57:49AM +0300, Timo Sirainen wrote: On Thu, 2007-05-24 at 18:59 -0400, Adam McDougall wrote: May 24 18:45:35 hostname dovecot: IMAP(username):

Re: [Dovecot] Client certificate verification/authentication

2007-06-04 Thread Timo Sirainen
On Mon, 2007-06-04 at 11:39 +0200, eizert wrote: Timo Sirainen a écrit : On Tue, 2007-05-29 at 12:06 +0200, eizert wrote: Not in Dovecot... In my log, i've simply : dovecot: auth(default): Client didn't present valid SSL certificate Set verbose_ssl=yes and it should log

Re: [Dovecot] Sharing nested folders / maildir variations?

2007-06-04 Thread Timo Sirainen
On Sun, 2007-06-03 at 23:10 -0700, SeattleServer.com wrote: So it seems that removing the dot would break that unless cur/tmp/new/ subscriptions/dovecot* started with a dot and folders did not (thus reversing the usual convention). It doesn't break, but it does mean that you aren't able to

Re: [Dovecot] Client certificate verification/authentication

2007-06-04 Thread eizert
Sorry, but after my first message, i'm work to openssl. (newbie) And now, the certifate are valid, but authentication failed.

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-06-04 Thread Bernd Kuhls
Timo Sirainen wrote: Anyway, updated http://dovecot.org/patches/mbox-snarf-plugin.c Hi, thanks, this code seems to work with the original Debian package. It managed to copy the contents of a mbox from /var/mail/$user to /home/$user/.imap_mail/inbox, well done! I have yet to conduct more

Re: [Dovecot] Is there a connect acl ?

2007-06-04 Thread Oliver Schulze L.
Hi Gabriel, thanks for the suggestion. Will be researching about perdition, google should help. My idea is to open only IMAPS port to the internet, and then limit only a few users the check their email from home. Thanks Oliver Gabriel Millerd wrote: What sort of response would the imap

Re: [Dovecot] dovecot-shared tries to fchown index+control files but fails

2007-06-04 Thread Adam McDougall
On Mon, Jun 04, 2007 at 03:47:13PM +0300, Timo Sirainen wrote: On Sun, 2007-06-03 at 23:05 -0400, Adam McDougall wrote: On Mon, Jun 04, 2007 at 05:57:49AM +0300, Timo Sirainen wrote: On Thu, 2007-05-24 at 18:59 -0400, Adam McDougall wrote: May 24 18:45:35 hostname dovecot:

[Dovecot] tweaking performance

2007-06-04 Thread Paul A
Hi, I was wondering if anyone had some ideas on what I can tweak to gain more performance. We have tome timeouts reports on pop3 during heavy load periods. Using imap/pop3 with maildir with 7,000 users using mostly pop3. # /usr/local/etc/dovecot.conf protocols: imap pop3 ssl_disable: yes

Re: [Dovecot] tweaking performance

2007-06-04 Thread Adrian Ulrich
We have tome timeouts reports on pop3 during heavy load periods. Using imap/pop3 with maildir with 7,000 users using mostly pop3. It's hard to tweak something without knowing the problem. Run top / iostat / vmstat to get an idea why your system becomes slow: - CPU ? - Disk-IO ? Regards,

Re: [Dovecot] IMAP traffic logging

2007-06-04 Thread Charles Marcus
I wonder if it is possible to log the number of bytes send in response to IMAP commands. Unfortunately there seems to be no config option similar to pop3_logout_format. There's a patch for it. Someone already gave a link to it within last few weeks. I think it was originally posted some months

[Dovecot] Backing up mail?

2007-06-04 Thread Knute Johnson
My mail server is running on a Fedora FC5 box. I need to move the mail server to another computer and so I need to back up my user's mail and move it. I have found mail in /var/spoo/mail/[users] and in their home directories there is a 'mail' directory. All users have an 'Inbox' file that

Re: [Dovecot] Is there a connect acl ?

2007-06-04 Thread Oliver Schulze L.
I got the response from Timo, in the shell script i can use the variable $IP which holds the remote IP (rip from syslog) so, doing a grep with the $IP and the subnet will do the trick. Will update the wiki when its done. Thanks Oliver mouss wrote: Oliver Schulze L. wrote: Hi Gabriel,