I'm looking for an extremely lightweight mail server to handle IMAP/POP3 connections. Maildir backend preferably, with multiple authentication modes (SQL, LDAP, etc).

Any suggestions?

link|improve this question

feedback

closed as not constructive by Chris S Jan 27 at 4:42

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 12 down vote accepted

If you are using *nix for your platform, dovecot is pretty much the standard. Nearly every unix distro has it available in its ports / package management system.

If you are on Windows, hmail may be a fair choice.

link|improve this answer
+1 for right on target. – David Collantes May 5 '09 at 18:41
+1 for the hMail recommendation. I've been using it for a while now and am completely satisfied. – Jordan S. Jones May 5 '09 at 20:33
I've been using dovecot for a couple years now, and it just keeps getting better. Speedy, resilient, and easy to diagnose. Great suggestion, +1. – Avery Payne May 9 '09 at 0:47
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.