1

I'm building a demo computer for presentation. The demos require to send / receive emails for some demo users (3 or 4).

What is the simplest, free way, to have a local mail server (pop or imap and smtp) ?

As it's a demo computer, I don't care about security, performance, advanced features, etc. The only requirement is that the solution must be light as I'll run a lots of apps on the single computer.

FYI, the demo computer won't have internet connection, and is running Windows 2008 R2 x64. The target client is Outlook 2010 X64.

Steve B
  • 2,252

2 Answers2

2

You could try MDaemon. A google search shows a lot of other free Windows compatible mail servers too.

Nils Magne Lunde
  • 2,672
  • 1
  • 18
  • 14
2

i also found hmail to be a nice solution, it also allows you to authenticate directly against active directory which is a nice side effect in a windows domain

http://www.hmailserver.com/index.php?page=welcome

Ingo
  • 296