Re: pop3 server and Postgresql

From: Marc SCHAEFER <schaefer(at)alphanet(dot)ch>
To: Steve Heaven <steve(at)thornet(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pop3 server and Postgresql
Date: 2001-10-12 20:17:19
Message-ID: Pine.LNX.3.96.1011011202657.1477C-100000@defian.alphanet.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10 Oct 2001, Steve Heaven wrote:

> Does anyone know of a POP3 server that can use a Postgresql DB to
> authenticate usernames & passwords ?

No.

Alternatives:

- extract the information from the PostgreSQL DB hourly/daily/whatever
and populate the POP server private authentification database

- if the POP server supports PAM, and if someone has written a
PG module for it, it should be possible.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dr. Evil 2001-10-12 20:30:02 JDBC question: Which class is returned?
Previous Message Lee Crampton 2001-10-12 20:14:11 Easy way of pruning pg_data?