From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 07:41:51 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCD09106566C for ; Sun, 16 Mar 2008 07:41:51 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 98C448FC1B for ; Sun, 16 Mar 2008 07:41:51 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m2G7fnvl085142; Sun, 16 Mar 2008 00:41:50 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "David Banning" , Date: Sat, 15 Mar 2008 23:43:01 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080312204917.GA69118@skytracker.ca> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 16 Mar 2008 00:41:50 -0700 (PDT) Cc: Subject: RE: email pop3 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 07:41:51 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of David Banning > Sent: Wednesday, March 12, 2008 12:49 PM > To: questions@freebsd.org > Subject: email pop3 question > > > I am using dovecot email on my server - Users can connect via > IMAP or POP3. > > I have a user who is using pop3 but not removing the email from the > server - so the email stays on the server, -and- it is collecting on their > computer - as the emails build up, will there be a problem with this? > > For IMAP it stays on the server, so I assume the server will not > be presented > with any problem - but will the user suffer any problem eventually? It depends on a lot of variables. For example, I have a 64-bit mailserver running uw-imapd. I have a 500MB mailbox with around 16,000 e-mail messages in it. When I connect with Outlook, it takes about a minute for the server and client to sync with each other. Beyond that, it's not even noticable. However, some of the webmail clients do have a lot of problems with this large of a mailbox. With POP3 you start having problems with more than a couple hundred messages in the inbox. Ted