Re: [HACKERS] postgresql authentification for popper

From: The Hermit Hacker <scrappy(at)hub(dot)org>
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:37:35
Message-ID: Pine.BSF.4.21.9912031434360.18029-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


If you use Cyrus IMAPd (I use it on all my servers), you can use a PAM
module for authenticating...one server I'm just getting ready to put
online does /etc/passwd first, falls over to radiusd second and then
NT/smb third (need to cover alot of bases)...

Cyrus is also designed so that you don't need to have any users in your
/etc/passwd file...it was basically designed to be an ultra-secure, yet
feature-rich, mail server...

The newest version implements Sieve, for mail filter, which one of the
guyson the mailing list did up a great filter front-end too, so that you
can setup vacation/filters, again, without ever needing to have a user in
your /etc/passwd file ...

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.
>
> Regards to you all
> --
> Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
> Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
> 31190 AUTERIVE +33-6-07-63-80-64 (GSM)
> FRANCE Email: ohp(at)pyrenet(dot)fr
> ------------------------------------------------------------------------------
> Make your life a dream, make your dream a reality. (St Exupery)
>
> ************
>

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message kaiq 1999-12-03 19:43:06 Re: Datetime operators (was: Re: [SQL] Another Date question)
Previous Message Vince Vielhaber 1999-12-03 18:31:41 Re: [HACKERS] postgresql authentification for popper