From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 21:16:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0578E106566B for ; Fri, 18 Nov 2011 21:16:53 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id DA2478FC12 for ; Fri, 18 Nov 2011 21:16:52 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id pAILGptN042525 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 18 Nov 2011 13:16:52 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id pAILGpPW042524; Fri, 18 Nov 2011 13:16:51 -0800 (PST) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA06631; Fri, 18 Nov 11 13:11:03 PST Date: Fri, 18 Nov 2011 20:10:45 -0800 From: perryh@pluto.rain.com To: esayre@olemiss.edu Message-Id: <4ec72c45.hSiwNLKKW0mrpeHz%perryh@pluto.rain.com> References: In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Webmail for local system mail 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: Fri, 18 Nov 2011 21:16:53 -0000 Errol Sayre wrote: > Does anyone know of a webmail product that can provide access > to local system accounts? Even if it's just a script that runs > /usr/bin/mail on behalf of the user. > > I'd like a simple way to access local system emails without > having to forward them to an actual mailbox somewhere. Er, /var/mail/$USER _is_ "an actual mailbox". Depending on what mechanism the webmail client(s) use to access mailboxes, you might need to install a POP or IMAP server.