Looking for advice on my company's linux server
djmeph
Detroit Icrontian
Slicehost gives me the following choices of operating system images to use:
CentOS 5.4
Debian 5.0 (lenny)
Fedora 12 (constantine)
Ubuntu 9.10 (karmic)
Up until now I've been using Ubuntu Jaunty. I screwed it all up when I was trying to install the horde webmail system. I'm not opposed to sticking with Ubuntu. The reason I chose it was because I have the most experience with using Ubuntu Desktop. This time around I want to do things right and not have to start from scratch again for a long time. I'm using ispconfig 3 which is fairly rudimentary compared to Plesk and cPanel, but also free and sufficient enough to meet my needs. I know just enough about linux to be dangerous. Any advice would be great, thanks!
CentOS 5.4
Debian 5.0 (lenny)
Fedora 12 (constantine)
Ubuntu 9.10 (karmic)
Up until now I've been using Ubuntu Jaunty. I screwed it all up when I was trying to install the horde webmail system. I'm not opposed to sticking with Ubuntu. The reason I chose it was because I have the most experience with using Ubuntu Desktop. This time around I want to do things right and not have to start from scratch again for a long time. I'm using ispconfig 3 which is fairly rudimentary compared to Plesk and cPanel, but also free and sufficient enough to meet my needs. I know just enough about linux to be dangerous. Any advice would be great, thanks!
0
Comments
If you really want to switch to an RPM distribution, I'd say definitely go with CentOS instead of Fedora. Once again, Fedora is a decent desktop distribution but Cent is more geared toward servers. Given your background with Ubuntu though I'd strongly recommend not going with either of these options unless you really want to learn the RPM system as well as the Red Hat way of doing things. The differences are subtle but will trip you up especially if you are not a Linux veteran.
However if you really want to solid performance and stability RHEL wins. However migrating from the ease of apt-get to RPM can be a huge hurdle. Especially if you are responsible from building everything together from the ground up.
Just wondered if anyone else here has seen this before, or has successfully intalled courier-imap on CentOS.
Example:
./configure --bindir=/usr/local/bin --mandir=/usr/local/man
make
make check
sudo make install
sudo make install-configure
This worked, then I had to create the startup/shutdown script manually.