vote up 14 vote down star
7

Anyone have any experience with 3rd party SMTP server for windows (server 2003)? I would like to set one up so that the cruise control can send reports of nightly builds and svn check-ins.

I would like the server to be lightweight and free (this will only be used for sending email)

I know windows server 2003 has a SMTP server built in, but this machine is a virtual machine and I can't give it access to an install CD.

Thanks!

flag

54% accept rate

11 Answers

vote up 7 vote down check

xmailserver

link|flag
thanks, this is working for me. but it really needs an installer--manually copying files and creating registry keys isn't necessary these days! – Kip Aug 28 at 13:34
vote up 10 vote down

hMailServer http://www.hmailserver.com/ is a pretty solid (and FREE) SMTP server. It compares very well against non-free software.

link|flag
this has mysql embeded :( If it has to store mail then sure, but if it's just an outbound stmp server .. then this is an overkill IMO. – Pure.Krome Sep 11 at 6:11
i must say that it's really stable and works great, "mailRelay" by NetVicious on the other hand, does not. :/ and is not something i'd recommend anyone. – possan Sep 22 at 14:21
vote up 4 vote down

We use MailEnable to do this.

link|flag
Here is the web site for MailEnable: mailenable.com – Gabe Jul 5 at 22:32
vote up 2 vote down

I used GMail SMTP service for similar things. It's really good when one have to demo a mail sending application to potential customer and have to use their network (and can access the SMTP server "back home").

Here's how to call it from .NET.

link|flag
vote up 1 vote down

Can you copy an i386 folder from another (perhaps physical) install of of Server 2003?

link|flag
what has this to do with a simple smtp server? – Carl Hörberg Sep 23 at 15:37
@Carl: His problem is that he doesn't have access to the install CD to install the smtp server included with windows server. But he doesn't need that cd. All he needs is access to the i386 folder, which is sometimes installed already. – Joel Coehoorn Sep 23 at 15:44
vote up 0 vote down

I recommend migration from CC.NET to JetBrains TeamCity - I've done it at my work and it's incredible! :)

link|flag
vote up 0 vote down

mailenable has a free windows based server that works very well for this kind of stuff.

http://www.mailenable.com/

i have heard of the hmailserver as well, that might be worth it too.

link|flag
vote up 0 vote down

For strictly SMTP server, you can try to use PostCast Server. There is a free version at postcastserver.com.

link|flag
The free version only allows 10 messages a day - I just busted that in testing. – Rob Hunter Oct 22 at 15:54
vote up 0 vote down

If you don't know what the i386 folder is, it's best you don't mess with it. Trust me on this one.

link|flag
vote up -1 vote down

There's no i386 folder in the root of C:\?

link|flag
do you call that an answer? – Carl Hörberg Sep 23 at 15:38
vote up -1 vote down

@Boojiboy

Nope, I don't see an 1386 folder in c:\

link|flag
please use the comment feature.. – Carl Hörberg Sep 23 at 15:38

Your Answer

Get an OpenID
or

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