up vote 0 down vote favorite
share [g+] share [fb]

Is there a free email server that will run on Windows 2003 server with a Pickup direcotry like the built in SMTP server for IIS? I have an application that dumps mail into a pickup direcotry and the IIS SMTP server queues and distributes the mail. I need something that does the smae thing, but also functions as a pop3 and smtp server. Thanks

link|improve this question

62% accept rate
feedback

migrated from stackoverflow.com Jul 12 '10 at 0:54

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Windows Server 2003 you say? You want something that works like the SMTP server in IIS you say?

Why not use the SMTP server in IIS then? Why find something like it when you can use the one that's already available? If you need a POP server as well, you can install the Windows Server 2003 POP server component. Neither one requires any additional licensing.

link|improve this answer
I never knew there was a pop server for 2003. Nice! Thanks – DDiVita Jul 16 '10 at 1:35
Glad to help... – joeqwerty Jul 16 '10 at 1:38
feedback

Your Answer

 
or
required, but never shown

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