views:

839

answers:

7

I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server for this.

I currently use Devnull SMTP server for testing of sending emails, but this just logs and discards messages, it doesn't do IMAP for checking incoming emails/mailboxes.

I don't need/want a full-blown server, just something lightweight I can easily start/stop as required.

Multi-platform is preferred, but feel free to provide answer for specific platforms also.

(A POP3-based server would also be acceptable for development use, since I'll be supporting both in my code anyway.)

+2  A: 

Mercury Mail Server is a full featured mail server (minus webmail), however it is very light and should meet your need: Mercury Mail Server

Edit: Forgot to mention Windows/Netware only

Jimmie R. Houts
+6  A: 

Take a look at hMailServer.

Paul Alexander
I've used hMail on several of my domains for a few years now, very slick, lightweight server.
Neil N
I gave Mercury Mail Server and hMail server a whirl. hMail was much, much nicer to deal with. Easier to get installed and with a nice configurator. Very slick. (Of course, I was previously using sendmail built for SUA/Interix.)
Brian Reiter
I tried out loads for windows, you can't beat hmailserver there.
Razor
+2  A: 

Check out courier for unix-based machines. I've run it for quite some time on a linux machine, and it's very nice. You can easily enable/disable the features you want, including SMTP, POP, IMAP, SMTP Auth, SSL versions of protocols, etc.

Benson
+1  A: 

exim works nice even in windows via cygwin.

raticulin
A: 

Mail server alway sofasticated with users & Administration so i choice always (like offline on line webmail (limited with unlimited server with managing all requirements)

cause of not required to troubleshooting from client side mananging remotaly with user friendly.

(Exchange , lotus & groupwise always tuf to maintaning with monitering for each other)

linux unix base with private scriting creating with NAS is always good for user and administration.

Thank and regards

dhaval shah

dhaval shah
A: 

I would recommend hMailServer wich has certain integration with AfterLogic WebMail Pro that covers all your needs and more (multiple domains, mail folders and nested folders, private, shared and public calendar, Address Book (Contacts and Groups), etc.)

You may also take a look at AfterLogic MailSuite Pro for Linux and AfterLogic MailSuite Pro for Windows (SMTP/POP3/IMAP/SSL mail server with AJAX webmail and multiple domains).

AfterLogic
StackOverflow users are very sensitive to spam. I'd suggest [reading a few of these questions on meta](http://meta.stackoverflow.com/search?q=faq+self+promotion). If you aren't careful, you'll end up doing yourself and your company more harm than good.
Will
+1  A: 

I consider JAMES the best mail server for development. And its portable too. Fully written in Java.

Nithesh Chandra