![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? |
#3
| |||
| |||
|
|
Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? Or maybe it's not a good idea to do that? I think there is some adavantages... |
| ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your message can get through to the mailing list cleanly |
#4
| |||
| |||
|
|
On Thu, 28 Oct 2004 04:14 am, Eric wrote: Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? Or maybe it's not a good idea to do that? I think there is some adavantages... also look at http://www.dbmail.org/ |
#5
| |||
| |||
|
|
Do you know anything else? dbmail seems too much mysql centric while at least providing access to postgresql which is a pro. The storage of mails in big chunks seems less then ideal and you need clever views to get local part and host seperately. Hello, |
|
Regards Tino ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |
#6
| |||
| |||
|
|
Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? Or maybe it's not a good idea to do that? I think there is some adavantages... |
|
Mail2DB -- Store incoming mail in a PostgreSQL database. Mail2DB is suitable for putting in a .qmail/.forward file and will archive e-mail to a SQL database. Currently, there is only the storage component. |
#7
| |||
| |||
|
|
Do you know anything else? dbmail seems too much mysql centric while at least providing access to postgresql which is a pro. The storage of mails in big chunks seems less then ideal and you need clever views to get local part and host seperately. Hello, We were able to put something together fairly easily in Perl which has excellent (if you like perl) facilities for dealing with multi-part mime etc... Sorry it was for a customer so we can't provide source. However I know it only took us about 3 days and it has been in place for 2 years without issue. |
#8
| |||
| |||
|
|
Am Sa, den 30.10.2004 schrieb Russell Smith um 8:02: On Thu, 28 Oct 2004 04:14 am, Eric wrote: Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? Or maybe it's not a good idea to do that? I think there is some adavantages... also look at http://www.dbmail.org/ Do you know anything else? dbmail seems too much mysql centric while at least providing access to postgresql which is a pro. The storage of mails in big chunks seems less then ideal and you need clever views to get local part and host seperately. |
#9
| |||
| |||
|
|
tino (AT) wildenhain (DOT) de (Tino Wildenhain) writes: Am Sa, den 30.10.2004 schrieb Russell Smith um 8:02: On Thu, 28 Oct 2004 04:14 am, Eric wrote: Is there something to interface postgreSQL with QMail to store mails in pgsql instead of using mbox or maildir? Or maybe it's not a good idea to do that? I think there is some adavantages... also look at http://www.dbmail.org/ Do you know anything else? dbmail seems too much mysql centric while at least providing access to postgresql which is a pro. The storage of mails in big chunks seems less then ideal and you need clever views to get local part and host seperately. I seriously question the merits of interfacing qmail with PostgreSQL; qmail is "merely" an MTA, and is basically where mail would get _queued_ until it is delivered to someone's 'mailbox.' qmail isn't a 'mailbox manager,' so using PG as the data store for qmail just doesn't seem sensible. |

|
What _would_ seem sensible would be to use PG for the data store for an IMAP server. |
|
The most relevant one would seem to be Decimail: http://decimail.org/ Decimail... * Is an IMAP / SMTP email server. * Uses a PostgreSQL database to store the messages. * Defines mailboxes using SQL queries. The way it handles mailboxes is very interesting... |
![]() |
| Thread Tools | |
| Display Modes | |
| |