View previous topic :: View next topic |
Author |
Message |
humbletech99 Veteran
Joined: 26 May 2005 Posts: 1229 Location: London
|
Posted: Tue Mar 07, 2006 2:14 pm Post subject: Mailserver, IMAP daemon and MySQL? |
|
|
Hi,
I've got an old mail server which is running Exim as MTA and imapd for the IMAP server.
I've noticed some appalling performance for a user who has a very large inbox and lots of mails in both inbox and folders.
The problem is that the mails are stored in a flat file structure which just doesn't scale and I want to replace this with a MySQL backend which should be very fast since MySQL is a nippy database.
I'd like some recommendations about how to do this and what server software I should run. I think Exim can do putting into the MySQL bit, but I'd still need an IMAP daemon to supply to client workstations... Or is there a better way?
All suggestions welcome... _________________ The Human Equation:
value(geeks) > value(mundanes) |
|
Back to top |
|
|
Ateo Advocate
Joined: 02 Jun 2003 Posts: 2022 Location: Vegas Baby!
|
Posted: Tue Mar 07, 2006 11:48 pm Post subject: |
|
|
Courier-IMAP is a fine specimen. It can perform DB lookups and probably share the same DB with your Exim setup. You would need to convert to .maildir mailbox style for Courier-IMAP however. |
|
Back to top |
|
|
indynet Tux's lil' helper
Joined: 07 Feb 2005 Posts: 108 Location: Prague - Czech Republic
|
Posted: Wed Mar 08, 2006 12:06 am Post subject: |
|
|
Ateo wrote: | You would need to convert to .maildir mailbox style for Courier-IMAP however. |
It not problem... There is a script for it http://www.gerg.ca/hacks/mb2md/ |
|
Back to top |
|
|
|