I'm currently running MailEnable as my email server, it's ok but lacking. I'm looking for a better alternative and am wondering about Open Source. I'm a huge fan of the Smarter Mail, and will pay if it's the best I can get... But I have been learning that there is some good stuff out there in the Open Source community (IE: I've started using PFSense and I love it).

OS doesn't matter, though I would prefer Windows.

Does anyone have any suggestions?

link|improve this question

77% accept rate
2  
Might be helpful to enumerate what features you're looking for. – Ignacio Vazquez-Abrams May 11 '10 at 22:25
4  
what platform? SMTP? IMAP? POP? More infos, please. – SvenW May 11 '10 at 22:25
feedback

5 Answers

up vote 2 down vote accepted

For my personal domain I use hMailserver on Windows plus RoundCube on a Linux box for webmail. I can't see any reason RoundCube can't be run on Windows as well, if that's what you prefer.

hMailserver isn't Open Source but it is free. It's simplicity itself to install and configure. It provides SMTP, POP3 and IMAP. It includes built-in spam filtering, although I don't use that and therefore can't tell you how effective it is.

link|improve this answer
feedback

I asked a similar question on Hacker News.

Open-source components (free):

Self-hosted solutions (full version is not free):

  • Atmail - (webmail, POP3/IMAP, SMTP)
  • Zimbra - another complete solution

3rd-party-hosted solutions (full version is not free):

link|improve this answer
Google Apps does have a free "standard edition" which works for small domains (up to 50 mailboxes I think) – David Zaslavsky May 11 '10 at 23:43
@David, The standard (free) edition allows 50 user accounts. Here's a comparison of standard vs premier: google.com/apps/intl/en/group/index.html – Bill Paetzke May 11 '10 at 23:45
feedback

Take a look at Zimbra Collaboration Suite. They have FOSS (Open Source) and Network edition. Great AJAX web client interface. Overall great complete e-mail server.

link|improve this answer
Yeah I looked at Zimbra. I know you cannot rebrand the Admin. Can you rebrand the Webmail? – Chase Florell May 11 '10 at 22:33
Yes with Network edition. – xeon May 11 '10 at 22:44
feedback

I'm not aware of many open source email server projects on Windows. There's the free hMailServer, but that seems a little spartan. Since you mentioned that you weren't afraid to pay for something, I'll mention a few closed-source offerings that rival Exchange in functionality and blow it away for price:

For Linux, you've got quite an array:

  • OpenXChange has a community edition that's free for non-commercial use.
  • There's the old and faithful Citadel project.
  • There's also the often overlooked Zarafa that has a hobbled community edition.
  • There was the promising Bongo Project that forked from Hula, but it's alpha and seems abandoned.
link|improve this answer
feedback

Just to have it in here, Postfix is quite popular in the Linux/UNIX world, but it only handles SMTP so it isn't a complete solution for what you want. Plus, as far as I know, there's no Windows version.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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