Wed 20 Sep 2006
I moved my web and mail server to a new provider, Jaguar PC. Nothing like building a server from scratch, it can be a real time sink. It took about a week just to get the mail server up. The server itself is using Virtuozzo to setup a virtual server. This is just like running a physical server and once you are on the box you really can’t tell that it is just a small part of a larger server.
The server runs Postfix for mail, Courier-IMAP for imap, MySQL for the database, and Apache for the web server. The biggest problem that I had was with building Courier-IMAP. I took me a long while to find the right rpms for this install. Since I needed mysql support, getting the right authlib files were the biggest problem. Another problem was with the famd support. I had to build that from scratch.
Once I got the mail server done, everything else just fell into place. I hope I don’t have to move this server for a while.