RE: MySQL as Mailbox storage

2002-04-03 Thread Johnny Withers
esday, April 03, 2002 1:28 AM To: [EMAIL PROTECTED] Subject: MySQL as Mailbox storage Hi, I have a job to make a mail server that store mail data in mysql table. Currently we used a maildir based mail server, that store each mail data in one ordinary file. Therefore, I need some advise in choosing

Re: MySQL as Mailbox storage

2002-04-02 Thread Kristian Köhntopp
Haryana wrote: > I have a job to make a mail server that store mail > data in mysql table. I was under the impression that the MySQL API does not have a proper BLOB interface. Access to data in a BLOB is limited by the max_packet parameter and therefore a BLOB larger than that cannot be retrieve

MySQL as Mailbox storage

2002-04-02 Thread Haryana
Hi, I have a job to make a mail server that store mail data in mysql table. Currently we used a maildir based mail server, that store each mail data in one ordinary file. Therefore, I need some advise in choosing between storing the whole mail data in one big mysql table, or storing per user mail