5

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?

Glen Solsberry
  • 1,536
  • 5
  • 28
  • 38

1 Answers1

11

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.

Michael Gorsuch
  • 2,378
  • 1
  • 21
  • 24
  • 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 09 '09 at 00:47