8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier-Imap Prob...
FromSent OnAttachments
deb...@fantasymail.deOct 22, 2007 10:57 am 
Sergiy ZhukOct 22, 2007 3:31 pm 
Jerry AmundsonOct 22, 2007 6:13 pm 
Sergiy ZhukOct 22, 2007 7:31 pm 
Jay LeeOct 23, 2007 4:57 am 
Tim LythOct 23, 2007 7:11 am 
deb...@fantasymail.deOct 23, 2007 5:27 pm.imapd
Sam VarshavchikOct 23, 2007 5:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier-Imap Problem with Thunderbird?Actions...
From:Jay Lee (jl@pbu.edu)
Date:Oct 23, 2007 4:57:53 am
List:net.sourceforge.lists.courier-users

Sergiy Zhuk wrote:

hi

On Mon, 22 Oct 2007 deb@fantasymail.de wrote:

I set IMAP_ENHANCEDIDLE=1 in /etc/courier/imapd (i.e. imap server inform

Do you realize this is in *seconds* and not in minutes ? Essentially you're making courier check all folders for new messages every second. This should put a significant load on your server, filesystem specifically. Change it to 120 or at least 60, and should get better.

Do you realize this is a boolean not a integer? It's either true or false, enhanced idle doesn't poll at all, the kernel inotify or dnotify process watches for filesystem changes in the specified directory then notifies gamin/fam which notifies imapd of any changed files in the watched directory, thus very low resource usage.

The way I often describe it is the difference between the kids in the back seat of the car asking dad every minute "are we there yet?". It's of course much more efficient for Dad to just announce "we're 20 minutes away", "we're pulling into the driveway"..., etc.

Jay