From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 09:18:44 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 2F05016A41C for ; Tue, 28 Jun 2005 09:18:44 +0000 (GMT) (envelope-from freebsdlists@thingysrealm.myftp.org) Received: from thingysrealm.myftp.org (81-86-82-155.dsl.pipex.com [81.86.82.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 6177943D1F for ; Tue, 28 Jun 2005 09:18:43 +0000 (GMT) (envelope-from freebsdlists@thingysrealm.myftp.org) Received: (qmail 45062 invoked by uid 1011); 28 Jun 2005 09:18:39 -0000 Received: from 10.0.0.2 by rackmount.orbsrealm.com (envelope-from , uid 1010) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/781. perlscan: 1.25-st-qms. Clear:RC:0(10.0.0.2):. Processed in 0.25377 secs); 28 Jun 2005 09:18:39 -0000 X-Antivirus-Thingysrealm.myftp.org-Mail-From: freebsdlists@thingysrealm.myftp.org via rackmount.orbsrealm.com X-Antivirus-Thingysrealm.myftp.org: 1.25-st-qms (Clear:RC:0(10.0.0.2):. Processed in 0.25377 secs Process 45057) Received: from unknown (HELO anubis) (freebsdlists@thingysrealm.myftp.org@10.0.0.2) by thingysrealm.myftp.org with SMTP; 28 Jun 2005 09:18:37 -0000 Date: Tue, 28 Jun 2005 10:18:40 +0100 From: Grant To: Gary Kline Message-ID: <20050628101840.7dc4b283@anubis> In-Reply-To: <20050628010211.GA7047@thought.org> References: <20050628010211.GA7047@thought.org> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List 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 09:18:44 -0000 On Mon, 27 Jun 2005 18:02:11 -0700 Gary Kline wrote: > 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. > > thanks for a flashlight:-) > Hey, (http://ilohamail.org/main.php) ilohamail is able to do pop3 and imap, it will also allow you to use your sendmail for sending :) It is in ports under /usr/ports/mail/ilohamail so just a simple "make install clean" should get you setup and installed. Its very easy to configure, once its installed. There are really only two main files you need to change which are, conf.inc and login.inc both of these are well commented so should be pretty easy to change. Anyways have fun :) Bye. Grant.