up vote 2 down vote favorite
4
share [g+] share [fb]

is there any open Source Mail Server ?

I want some mail server with open source on linux , so that i can modify myself for my application .

link|improve this question

2  
Lots. What's the requirement? – mas Jul 29 '09 at 14:45
1  
Development Language? Platform? Purpose of modification? – Diago Jul 29 '09 at 15:47
feedback

7 Answers

up vote 6 down vote accepted

There are several widely used free email servers of which the best known are:

Edit: Apparently DJB has relaxed the restrictions on modifying qmail. Props to tkadlubo for noting this.

link|improve this answer
1  
Qmail licensing terms changed in 2007. DJB released it into the public domain. You now can distribute modified versions. – Tadeusz A. Kadłubowski Jul 30 '09 at 8:34
feedback

Wikipedia has a big list of mail servers, but doesn't mention which ones are free.

For Linux there's postfix, exim and plenty more.

link|improve this answer
feedback

For windows hMailServer and Argosoft mailserver.net.

link|improve this answer
feedback

The most common mailserver of this type is "Sendmail" most unix systems either have it installed or can add it as a package. Sendmail will run in a Cygwin shell if you want to run it on a windows box or you can download a cross platform version.
Sendmail is tried, tested and a very mature program. You can do quite a bit with it!

Hope this helps you find a good starting point.

http://www.sendmail.org/

link|improve this answer
6  
Sendmail is also quite difficult to configure if you're not already used to it (I've tried). I happen to prefer Postfix for this reason, although admittedly Sendmail is more mature. – David Zaslavsky Jul 29 '09 at 16:20
Sendmail maybe more mature, but there is absolutely nothing wrong with Postfix. – innaM Jul 30 '09 at 8:13
feedback

There's also qmail but I like postfix more.

Also, you can try eBox Platform which integrates postfix. (disclosure: I work for eBox)

link|improve this answer
feedback

If you need to hack your mail server (why, oh, why?), maybe you should take a look at the LamsonProject.

link|improve this answer
feedback

If you are a beginner, postfix is the easiest to configure, and its quite fast and secure. I heard Exim is good, but i havn't used it.

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.