From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 05:12:16 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 0F81D16A41C for ; Wed, 6 Jul 2005 05:12:16 +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 90D5F43D45 for ; Wed, 6 Jul 2005 05:12:15 +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 j665DRb00660; Tue, 5 Jul 2005 22:13:27 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Matt Juszczak" , Date: Tue, 5 Jul 2005 22:12:12 -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: <20050705145350.W37501@neptune.atopia.net> Importance: Normal Cc: Subject: RE: Remote access to a user's mail spool 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: Wed, 06 Jul 2005 05:12:16 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Matt Juszczak >Sent: Tuesday, July 05, 2005 11:57 AM >To: freebsd-questions@freebsd.org >Subject: Remote access to a user's mail spool > > >Hi all, > >We're an ISP, and we are currently looking for a way for our >tech support >guys to access customer's email without having shell access to >the server, >or knowing the customer's password. > Matt, you need to load Webmin and try it out on one of your systems. Under System, Sendmail, there's an icon for User mailboxes that will allow this. You can lock webmin down so that your first level tech people can only do this and a few other administrative tasks, they cannot reboot the server, etc. >We'd like to install a custom webmail client on our private >internal LAN Already done, see webmin. Also unnecessary as webmin does SSL and has it's own webserver, no Apache needed. >webserver that would only show the user's inbox and the ability >to delete >the messages (couldn't read messages, etc.). The problem is >that we would >have to know the user's password in order for my PHP script to >go out and >fetch the mail. > No, not the case. The root user can do this. Webmin runs as root but has a complete internal security system setup. You add users and passwords into webmin that are just for webmin, not for the server. http://www.webmin.com Ted