From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 03:17:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E42CB16A41F for ; Tue, 28 Jun 2005 03:17:48 +0000 (GMT) (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 A0FD643D5D for ; Tue, 28 Jun 2005 03:17:48 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5S3Ifb56056; Mon, 27 Jun 2005 20:18:41 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Gary Kline" , "FreeBSD Mailing List" Date: Mon, 27 Jun 2005 20:17:33 -0700 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.1478 In-Reply-To: <20050628010211.GA7047@thought.org> Importance: Normal Cc: Subject: RE: web mail interface program. 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: Tue, 28 Jun 2005 03:17:49 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline >Sent: Monday, June 27, 2005 6:02 PM >To: FreeBSD Mailing List >Subject: web mail interface program. > > > > People, > > As an experiment I build squirrelmail on my laptop which is > on my internal net. I chose sendmail; but the ./configure > section also required that I use IMAP. Everything went well > until I tried to login. No joy. I admit that I'm pretty > clueless re POP3 or IMAP. Can anybody help me? > > If I install squirrelmail on my primary server would I be > rid of IMAP? Or is there a better mail program with a web > interface. > Just about all the webmail programs I've looked at require an imap server. Neomail is one that does not, and will use just a pop3 server. Ted