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.