Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-22 Thread Shane Chrisp
On Fri, 2007-12-21 at 13:25 -0700, Remo Mattei wrote: yes I did any other suggestion? None unfortunately. Though I have done some testing by removing the quota of some users with the command vmoduser -q [EMAIL PROTECTED] and I have not been able to fault it. However if the quota is set to 0

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-21 Thread Remo Mattei
yes I did any other suggestion? Thanks Shane Chrisp wrote: I had to disable that since some of the people with no quota set were getting errors saying user is over quota and bounced messages. Any suggestions on that? remo Did you have this option set? plugin { quota = maildir }

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Christopher Chan
Ed McLain wrote: The answer is a bit of yes and no. The code is there but Dovecot doesn't by default set the TCPLOCALPORT setting which is what allows vpopmail to limit users to webmail, pop3, or imap access. I've written a patch to add that and it is attached to this email. As an FYI, my

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread office
Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. So far customers are not complaining :) I got some 60-70 domains and some 4k accounts. Just follow Dovecot Wiki :) !DSPAM:476a36ac310547217719149!

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Christopher Chan
[EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. That is good. So far customers are not complaining :) I got some 60-70 domains and some 4k accounts. What luck. Just

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread office
[EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. That is good. First advantage I noticed is that login failure take less time. With courier it took some 15-2- seconds

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Christopher Chan
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. That is good. First advantage I noticed is that login failure take less time. With courier it took

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Ed McLain
From: Christopher Chan [EMAIL PROTECTED] Reply-To: vchkpw@inter7.com Date: Thu, 20 Dec 2007 03:14:04 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Ed McLain wrote: The answer is a bit

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Thu, 2007-12-20 at 20:19 +0800, Christopher Chan wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. That is good. First advantage

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Christopher Chan
Shane Chrisp wrote: On Thu, 2007-12-20 at 20:19 +0800, Christopher Chan wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some 30 minutes and now it os waroking like a charm. That is good. First

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Jeff Koch
Shane - where do you set the IMAP server option? At 12:03 AM 12/21/2007, you wrote: On Thu, 2007-12-20 at 20:19 +0800, Christopher Chan wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, Inspired by you discussion I moved from Courier to Dovecot yesterday. All took some

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Fri, 2007-12-21 at 01:02 -0500, Jeff Koch wrote: Shane - where do you set the IMAP server option? Run the config/conf.pl and choose option 2 (Server Settings) then option 8 (server software). Also if you plan on moving to a native dovecot style system, you need to get rid of the fullstops

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
On Fri, 2007-12-21 at 15:08 +0900, Shane Chrisp wrote: Additionally if you want to run the check_quota plugin in squirrelmail you will need to have protocol imap { ... mail_plugins = imap_quota quota in your dovecot.conf Shane On Fri, 2007-12-21 at 01:02 -0500, Jeff Koch wrote: Shane -

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Remo Mattei
I had to disable that since some of the people with no quota set were getting errors saying user is over quota and bounced messages. Any suggestions on that? remo Shane Chrisp wrote: On Fri, 2007-12-21 at 15:08 +0900, Shane Chrisp wrote: Additionally if you want to run the check_quota plugin

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-20 Thread Shane Chrisp
I had to disable that since some of the people with no quota set were getting errors saying user is over quota and bounced messages. Any suggestions on that? remo Did you have this option set? plugin { quota = maildir } All of my users have a quota set so I will have to try taking a

[vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Tom Collins
Courier-IMAP seems to be putting a heavy load on my server when someone accesses a mailbox with a large number of messages in it. I recently scanned the mailboxes on my server, and sent some notices out to clients who had boxes with old, unread messages in them. I think that today some

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Rick Macdougall
Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when someone accesses a mailbox with a large number of messages in it. I recently scanned the mailboxes on my server, and sent some notices out to clients who had boxes with old, unread messages in them. I think

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread DAve
Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when someone accesses a mailbox with a large number of messages in it. I recently scanned the mailboxes on my server, and sent some notices out to clients who had boxes with old, unread messages in them. I think

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Rick Romero
On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when someone accesses a mailbox with a large number of messages in it. What's the preferred IMAP server for a machine that will have 100-200 connections (plan for growth...) but

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Ed McLain
Date: Wed, 19 Dec 2007 15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Remo Mattei
15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when someone accesses

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Jeff Koch
I'll ever change back. -- Ed McLain From: Rick Romero [EMAIL PROTECTED] Reply-To: vchkpw@inter7.com Date: Wed, 19 Dec 2007 15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Remo Mattei
.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: Courier-IMAP seems to be putting a heavy load on my server when someone accesses a mailbox with a large number

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Jeff Koch
. Don't think I'll ever change back. -- Ed McLain From: Rick Romero [EMAIL PROTECTED] Reply-To: vchkpw@inter7.com Date: Wed, 19 Dec 2007 15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Remo Mattei
[EMAIL PROTECTED] Reply-To: vchkpw@inter7.com Date: Wed, 19 Dec 2007 15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: Courier

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Jeff Koch
. -- Ed McLain From: Rick Romero [EMAIL PROTECTED] Reply-To: vchkpw@inter7.com Date: Wed, 19 Dec 2007 15:08:54 -0600 To: vchkpw@inter7.com Conversation: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Ed McLain
: Dovecot or Binc? Subject: Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc? So my question is this since I just moved over the new server to Dovecot as well and I like it.. but I did only IMAP should I then use the pop3 from Dovecot or just keep using pop3 from qmail? Does Dovecot update the roaming