From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 05:42:17 2004 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 1711416A4CE for ; Mon, 23 Feb 2004 05:42:17 -0800 (PST) Received: from p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp (p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp [220.111.132.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663543D1F for ; Mon, 23 Feb 2004 05:42:16 -0800 (PST) (envelope-from lukek@meibin.net) Received: (qmail 54108 invoked by uid 89); 23 Feb 2004 13:42:15 -0000 Received: from unknown (HELO ?127.0.0.1?) (192.168.10.35) by 192.168.20.5 with SMTP; 23 Feb 2004 13:42:15 -0000 Date: Mon, 23 Feb 2004 22:37:45 +0900 From: Luke Kearney To: "somatic" In-Reply-To: <009401c3fa03$4c509060$790117ac@abc> References: <000901c3f998$7f29b1d0$0901a8c0@bloodlust> <009401c3fa03$4c509060$790117ac@abc> Message-Id: <20040223223243.3AD7.LUKEK@meibin.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.07.01 cc: FreeBSD-questions Subject: Re: Mail on FreeBSD 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, 23 Feb 2004 13:42:17 -0000 On Mon, 23 Feb 2004 17:20:56 +0530 "somatic" granted us these pearls of wisdom: > Hi, > I was wondering if there was a web based system to check mail on a freebsd > system.I wanted to setup a mail system for all users on the intranet.I have > successfully installed sendmail and can send and receive mail on the > system.(using pine).But how do i go about setting up a system for external > lan users without them telnetting into the system?.Would i need a pop3 > server? > > Thanks, > akshay. Hi, you have a number of options open to you, you can try a POP3 installation, you could get adventurous and go for IMAP. A Webmail setup is also one way to deal with your situation. You could even get really carried away and install all of the above. A quick check in the ports dir and qpopper is available as is solidpop3d and a number of others. I guess the trick is for you to work out which one suits your situation best. FWIW webmail can be a bit cumbersome at times your users might prefer POP3 or IMAP. Good Luck LK