From owner-freebsd-hackers Sat Jul 31 7:29:41 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp02.teb1.iconnet.net (smtp02.teb1.iconnet.net [209.3.218.43]) by hub.freebsd.org (Postfix) with ESMTP id 144B714CE0 for ; Sat, 31 Jul 1999 07:29:35 -0700 (PDT) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net (client-117-137.bellatlantic.net [151.198.117.137]) by smtp02.teb1.iconnet.net (8.9.1/8.9.1) with ESMTP id KAA24981; Sat, 31 Jul 1999 10:26:28 -0400 (EDT) Message-ID: <37A30852.20E5A7AF@bellatlantic.net> Date: Sat, 31 Jul 1999 10:29:38 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-980222-SNAP i386) MIME-Version: 1.0 To: tarkhil@asteroid.svib.ru Cc: hackers@FreeBSD.ORG Subject: Re: Solution for mail pseudo-users? References: <199907311359.RAA28820@shuttle.svib.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Povolotsky wrote: > > Hello! > > I'm going to implement a large mail-box, with several hundreds of mail-only > users. They should never access anything besides their POP3 mailboxes and > change password via (SSLed) web interface. > > So, I don't want to add all of them to /etc/passwd. > > I have a hack that requires to change libc to make getpwent access not only > /etc/master.passwd, but also some mySQL database, but it is hard-to-rebuild > and overall dirty hack. > > Any suggestions, anyone? Modify the POP daemon to use your mySQL database in addition to getpwent ? That seems to be the easiest way that should not break anything else. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message