From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 23:33:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C47516A4B3 for ; Sun, 5 Oct 2003 23:33:17 -0700 (PDT) Received: from mgw-x4.nokia.com (mgw-x4.nokia.com [131.228.20.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D240943FE5 for ; Sun, 5 Oct 2003 23:33:15 -0700 (PDT) (envelope-from mjj@isorauta.ntc.nokia.com) Received: from esvir04nok.ntc.nokia.com (esvir04nokt.ntc.nokia.com [172.21.143.36])h966XEt03334 for ; Mon, 6 Oct 2003 09:33:15 +0300 (EET DST) Received: from esebh001.NOE.Nokia.com (unverified) by esvir04nok.ntc.nokia.com for ; Mon, 6 Oct 2003 09:33:14 +0300 Received: from isorauta.ntc.nokia.com ([172.22.105.162]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6139); Mon, 6 Oct 2003 09:33:14 +0300 Received: (qmail 2226 invoked by uid 500); 6 Oct 2003 06:33:14 -0000 Date: Mon, 6 Oct 2003 09:33:14 +0300 From: Mike Jackson To: freebsd-questions@freebsd.org Message-ID: <20031006063314.GC2124@isorauta.ntc.nokia.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20031005164752.GA70549@telus.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-OriginalArrivalTime: 06 Oct 2003 06:33:14.0586 (UTC) FILETIME=[B879DBA0:01C38BD3] Subject: Re: adding webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 06:33:17 -0000 ext Timothy J. Luoma (luomat@peak.org) wrote: > > To paraphrase a Mutt slogan, "All Webmail sucks" so the key is finding one > that sucks less. Hi, I'm a mutt user myself :-) And as for a webmail software that sucks the least, it's Sqwebmail. Only caveat is that your mailboxes need to be in maildir format, e.g. you need to use Qmail or Postfix as your MTA. There are good utils available for converting mbox to maildir. And procmail works just fine with maildir. Maildir is really great in that your webmail cgi, etc, doesn't have to read a 100mb mbox file into memory before displaying a single message :-) -- mike