From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 13:35:00 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 5DF1F16A41F for ; Fri, 16 Sep 2005 13:35:00 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA1E43D46 for ; Fri, 16 Sep 2005 13:34:59 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1EGGMi-000OIu-Ud; Fri, 16 Sep 2005 17:34:56 +0400 Message-ID: <432AC9FA.8060702@speechpro.com> Date: Fri, 16 Sep 2005 17:34:50 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: aleksandrs.bogdanovs@gmail.com, freebsd-questions@freebsd.org References: <38ae654e0509151303500da69d@mail.gmail.com> <4329FD92.9030102@purdue.edu> <443bo541g2.fsf@be-well.ilk.org> <38ae654e05091606215745f583@mail.gmail.com> In-Reply-To: <38ae654e05091606215745f583@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: 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: Fri, 16 Sep 2005 13:35:00 -0000 Alexander Bogdanov wrote: >Hello. >I can describe my problem: server will be located in school (school >web server). And i'd like to create mail accounts for pupils and >teachers, there's no problem. But...i'd like user to change his >password by himself, he is just user, and don't have shell account in >this server, only mail! > > 1) Postfix or any other SMTP server does not need passwords with default configuration 2) Passwords are used for _receiving_ mail from mail server (POP3 or IMAP) 3) Most current IMAP servers support "virtual users" 4) There are several ways to change passwords of these virtual users, which depend on your IMAP/POP3 server 5) If you use Samba or NT4/Win2000/XP domain, then you can install security/pam_smb port, and tell your IMAP server to use pam_smb for authentification, then users will be able to change their password from their NT/Win2K/XP workstation. 6) In school environment you may consider giving users shell access, so they can use gcc and other tools in education process, there are not very big security risk with shell users