View Single Post
Old 14th April 2006   #9 (permalink)
Cameron Gray
Platinum Bad Boy
 
Join Date: Mar 2004
Age: 25
Posts: 544
Cameron Gray is on a distinguished road
Quote:
Originally Posted by BenM
Do you mean that Exim is actually storing your spool and/or mailboxes in the MySQL database?
In another MySQL database, yes.

Quote:
Originally Posted by BenM
I've not come across this feature before and don't seem to be able to find mention of it on Google or the Exim manual.
You won't have done, I wrote the transport for it.

Quote:
Originally Posted by BenM
Have you got any pointers to documentation? What are the advantages of doing this?
Learn how routers and transports work and what they are for. The advantage from my point of view is that I bridgehead the POP/IMAP connections which a MySQL mailstore so apart from multiple people accessing the same row (header, content or attachment) it scales rather well.

Also included some rudimentary attachment minimisation on storage, i.e. if the attachments MD5 matches one already stored, just include a pointer rather than store the whole attachment again.
__________________
Cameron Gray

[Any views expressed on this forum are my own, and may not represent the views of any employer or organisation that I am connected with.]
Cameron Gray is offline   Reply With Quote