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 |
|||
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
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. |
|||||||
|
postfixis RHEL6 default now so it isn't going anywhere. That also means a lot of enterprise support. – Beaming Mel-Bin Mar 4 '12 at 21:27