PDA

View Full Version : Which linux distro for smtp/pop3/mysql?


johnnynine
19th August 2007, 22:44
I'm a linux newbie, coming from a Windows background.

My goal is to get a linux email server (SMTP and POP3) up and running with current (free) linux technology. I also may be needing a database server. These will all be used in a small business and are not intended for an ISP.

I followed the The Perfect Setup OpenSuSE 10.2 (http://www.howtoforge.com/perfect_setup_opensuse_10.2) how to but only installed Postfix, Courier and MySql. All of which seem to work (however it seems like Postfix may not require authentication to send internet over the internet?). - The tutorial was great, thanks!

I noticed there are several other server tutorials/how-tos here, the Fedora 7 Server (http://www.howtoforge.com/perfect_server_fedora7) how-to for instance is 6 months newer than the SuSE and uses DoveCot instead of Courier.

I'm looking for some direction on which linux distribution to use, and which smtp, pop3, and database servers to use.

I know this may be highly subjective and don't mean to strike a debate, I'm just looking for some friendly advice.

Thanks,
Johnny

johnnynine
20th August 2007, 12:02
Just to make a comparison I installed Ubuntu Server 6.06 because it seems to be popular now. Does it contain anything like SuSE's Yast I found configuration somewhat more difficult than SuSE. And I also found that although it installs the iptables firewall, it is left totally open and from what I can tell has to be manually configured and set to run on startup.

edit: typo

zoobuh
20th August 2007, 12:28
I would use Debian.

There is a nice how to on "Howto forge" that explains everything for you.

falko
20th August 2007, 19:59
I'd use Debian, too.
You can try this tutorial: http://www.howtoforge.com/perfect_setup_debian_etch
If you want to set up mail accounts manually, take a look here: http://www.howtoforge.com/forums/showthread.php?t=2

johnnynine
21st August 2007, 20:05
Does Debian have a easy to use admin interface similar to SuSE's Yast?

falko
22nd August 2007, 19:47
No, fortunately not (did I mention that I don't like SuSE?)...

But for installing packages, you can use apt-get which is far better than YaST or anything else.

johnnynine
24th August 2007, 07:21
Thank guys, I've gone with Debian, and I do like apt-get... it hasn't given me any problems unlike some of the others.