Lent and Webserver Progress
Monday, March 6th, 2006I don’t think I’ve ever really given anything up for Lent in the past, but this year I decided to try it. I gave up my biggest vice World of Warcraft. It’s going fairly well, so far I’m down to breaking out in a cold sweat once a day.
j/k I’ve mainly been spending my extra time working on setting up my new VPS. I’m having quite a time getting everything going.
I decided to ditch the long-time standard UNIX mail server, Sendmail, for the newer hopefully better and easier to configure Qmail. I’m also using vpopmail to manage the domains and email address for Qmail per the how-to that I was following. I did end up deviating from the how-to in the way of the IMAP/POP3 server. The how -to had me use Courier-IMAP. But I couldn’t get it working for the life of me. So I switched to Dovecot. It seems to be working now. I also found out that a dovecot is a building for pigeons. I find this a very clever and witty name for an IMAP/POP3 server.
Problems that I still need to fix:
-Can’t send email to any of my new domains
-Not sure if can check email via IMAP
-Need to convert existing email accounts from mbox to Maildir
-Need to test SMTP.
Once the mail server is up and running, I will move unto Apache, the web server.