Re: pop3 server and Postgresql

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To:
Cc: Steve Heaven <steve(at)thornet(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: pop3 server and Postgresql
Date: 2001-10-12 23:03:08
Message-ID: Pine.BSO.4.10.10110121900520.4806-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There are modules to do that for Cyrus. It would not be very complex to
implement postgresql access in pretty much any pop server that supports
pluggable authentication modules.

Of course, its another subject whether you _want_ to do this. Like it or
not, email requires 24/7 availability. Database itself will provide less
than that. I suggest you don't rely on database direct but extract data
every so often from it into a file.

-alex

On Fri, 12 Oct 2001, Marc SCHAEFER wrote:

> 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.
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-10-13 01:01:32 Re: Any Good Way To Do Sync DB's?
Previous Message Palle Girgensohn 2001-10-12 23:02:38 Re: pop3 server and Postgresql