Re: [HACKERS] postgresql authentification for popper

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Olivier PRENANT <ohp(at)pyrenet(dot)fr>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] postgresql authentification for popper
Date: 1999-12-03 18:31:41
Message-ID: Pine.BSF.4.05.9912031328400.21316-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 3 Dec 1999, Olivier PRENANT wrote:

> Hi everyone,
>
> I working on a project that will handle around 50000 mailboxes at least.
>
> I have no problem with the system or sendmail. But I'm afraid that
> popper (either pop3 or imap) won't be able to authentificate users the
> standard way (/etc/passwd) does anyone knows if a version of imapd or
> ipop3d has been modified to allow postgresql authentification.
>
> If not, could you give me some pointers.

Earlier in the week I submitted patches to the qpopper folks for a very
similar purpose - although I didn't add any database stuff to it. It
reads a flat file of username:passwd:UID:GID:$HOME:shell and the UID/GID
can be the same. Since the routine that reads the alternate password
file (BTW, it reads /etc/passwd first then the alt file) is a standalone
it'd be trivial to modify to read from a PostgreSQL table.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com flame-mail: /dev/null
# include <std/disclaimers.h> Have you seen http://www.pop4.net?
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-12-03 18:37:35 Re: [HACKERS] postgresql authentification for popper
Previous Message Tom Lane 1999-12-03 18:04:03 Re: emacs question