From owner-freebsd-questions@FreeBSD.ORG Wed Dec 27 12:10:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F3ED16A403 for ; Wed, 27 Dec 2006 12:10:38 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.freebsd.org (Postfix) with ESMTP id 4046C13C474 for ; Wed, 27 Dec 2006 12:10:38 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GzXcD-0001Gy-PO for freebsd-questions@freebsd.org; Wed, 27 Dec 2006 07:10:37 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kBRCDKA6013562 for ; Wed, 27 Dec 2006 06:13:20 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kBRCDJRB013561 for freebsd-questions@freebsd.org; Wed, 27 Dec 2006 06:13:19 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Wed, 27 Dec 2006 06:13:18 -0600 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612270613.19452.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec7935b6b3e298f35cfde7bf348680c6e406350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: change password without shell access 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, 27 Dec 2006 12:10:38 -0000 On Wednesday 27 December 2006 02:42, Perttu Laine wrote: > Hello! > > I'm looking tool for freebsd that allows user to change their password > without access to server. If there are any? We're running mail server with > nologin account and would like to let users change their password. From www > would be preferred way. And possibly to change their .forward file too. So > are there any tools for this? There is /usr/ports/mail/poppwd which I've used from within neomail/openwebmail using https. I believe you could even integrate it with samba. lane