I'm looking for a good open source Linux mailserver for a small (internet) company. Which is still updated frequently. I'm developing the website with PHP and MySQL if that's important. Anybody any idea(s)?
Thanks
I'm looking for a good open source Linux mailserver for a small (internet) company. Which is still updated frequently. I'm developing the website with PHP and MySQL if that's important. Anybody any idea(s)?
Thanks
Postfix. It's very reliable, still developed and used by many mail servers. Most Linux platforms support it. Works fine with php and mysql. If not postfix, then check qmail: same same but different.
you could use Dovecot IMAP Server.
If you need to integrate it with your website / intranet based on PHP/MySQL, you can use the class http://www.phpclasses.org/package/2351-PHP-Access-IMAP-mailboxes-without-PHP-IMAP-extension.html
Works with Postfix and EXIM, too.
hope this helps!
Postfix and Exim are the two most common mail servers for Linux. I use Exim without any problem ever, but I thing people using Postfix don't have problem either.
Other choices include qmail. Very famous too because of its origin. A little less common.