Re: Is there eny e-mail server that uses postgreSQL

Поиск
Список
Период
Сортировка
От Doug Fields
Тема Re: Is there eny e-mail server that uses postgreSQL
Дата
Msg-id 5.1.0.14.2.20020518123825.01e7b7f8@mail.pexicom.com
обсуждение исходный текст
Ответ на Re: Is there eny e-mail server that uses postgreSQL  (Serkan Bektaþ <sbektas@karincaint.com.tr>)
Список pgsql-general
>I looked at some patches, but I couldn't find enough description.
>
>I want to know ;
>* Can we use PostgreSQL to store user data and do authentication?

As I mentioned earlier, you can use Exim (www.exim.org) to do this. It has
a built in PostgreSQL connector, and you can use it's
super-ultra-mega-configurable configuration file to do almost anything you
want. For example, I use Exim to retrieve "virtual" user information (users
without /etc/password info) and then feed it into "maildir" compatible
formats for retrieval by IMAP server software.

>* Can we use PostgreSQL to store all e-mails (Inboxes & Sent Items)

You can do whatever you want, but chances are you will have to write your
own "local delivery" software if you want to do this - although someone
else had a suggestion.

Cheers,

Doug


В списке pgsql-general по дате отправления:

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: Loading Array
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: UTF-8 safe ascii() function