From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 23:02:58 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 050BE16A41F for ; Thu, 15 Sep 2005 23:02:58 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from mail.sackofcheese.com (12-208-125-186.client.insightBB.com [12.208.125.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984B243D58 for ; Thu, 15 Sep 2005 23:02:57 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from [192.168.0.98] (alloy.sackofcheese.com [192.168.0.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sackofcheese.com (Postfix) with ESMTP id 88DF295851 for ; Thu, 15 Sep 2005 18:03:01 -0500 (EST) Message-ID: <4329FD92.9030102@purdue.edu> Date: Thu, 15 Sep 2005 18:02:42 -0500 From: Chris Petrovitch User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <38ae654e0509151303500da69d@mail.gmail.com> In-Reply-To: <38ae654e0509151303500da69d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Mail question 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: Thu, 15 Sep 2005 23:02:58 -0000 Alexander Bogdanov wrote: >Hello. >I'm student from Latvia. I'd like to ask you a question about Postfix >mail system under FreeBSD. >I have such problem: target is to allow user to change his mail >account's password by himself. For example, I set password for his >account, and maybe, user doesn't want me to know this password, so >he'd like to change it! >The question is: HOW? > >I'm looking forward to hearing from you. > > I'm in the same situation.... I used /etc/passwd for people with shell accounts, and /usr/local/etc/userdb (courier-imap) for virtual accounts.. any insight on this would be great!