Updated wordpress

Thanks to popurls, I happend to see the exploit warning for wordpress. I just went and updated all my wordpress sites. Thank god for subversion!

Wordpress MU or Standalone?

We have been evaluating both Wordpress and Wordpress MU (multiuser). Wordpress MU allows us to setup a domain (or sub domian) and then provide users the ability to create their own blogs instantly. Using Apache wildcard virtualhosts in conjunction with DNS wildcards allows the system to provide users with instant sub-domain hosts of their own which is pretty cool. But is Wordpress MU the answer for a single point install for all blogs that we host? Short answer is not at this time.
Read more

Wordpress install and configuration

Downloading and configuring wordpress on fedora core 6 (FC6) is fairly straightforward. Some questions I had were: what is the best installation and configuration process for setting up multiple blogs, and how easy is it to back up and update each blog?
Read more

Postfix – rejects non-existing accounts

One of the biggest differences between Postfix and qmail is that Postfix comes out of the box (more readily) configured for anti-spam functionality. A big feature (for us) is that Postfix will immediately reject messages targeted at accounts that do not exist. It appears to immediately disconnect and short circuit the connection.
Read more

Hello to Postfix!

As part of our platform rebuilding we have decided to switch to to Postfix. This was a suggestion I have heard quite a bit. I also considered sendmail but was concerned with how daunting a task it would be to configure. The config files appear very cryptic. I realize this has become easier, but we really wanted to move to something as simple as possible to administrate.

Postfix is light years ahead of qmail. For starters, it’s ready to plug right into FC6 as a yum update. No need to download and compile a long chain of sources as in qmail. And there is even a handy little switcher in fedora that switches the system from sendmail to postfix ’system-switch-mail-nox’. This takes care of starting and stopping the process on startup and other stuff. Nice and easy.

The config file for postfix is easy enough. /etc/postfix/main.cf holds most of the config stuff. I also utilized the virtual alias domains and accounts features with two other files which are utilized as hash lookups.

Goodbye to qmail

We have been a qmail shop since 1997 and I for one am fed up with qmail. Good god it’s been stuck at 1.03 since I started using it and now has a myriad of patches. It can only be installed from source, and there are quite a few sources required. I had difficulty getting the patches I wanted to work. Support has always been poor and documentation weak (except for the excellent http://www.lifewithqmail.org/). When we began rebuilding our unix platform from the bottom up we decided to bail on our old friend qmail.

One interesting thing: In the last year or so we began to be targeted with massive amounts of spam being sent to nonexisitant accounts at all of our domains (we have about 10). My haunch is that the spammers were actually counting on the bounces that our server produced to send spam. I tried a few times to configure the validrcptto patch to stop this but was unable to get it to work. The amount of bounces went from almost zero to hundreds or thousands a day.

Good riddence to qmail!

Fedora Core 6 (FC6)

I have been working with the latest release of Fedora (core 6). The install is simple enough from one DVD. The system uses yum for updating which is a nice way for updates and installs. I had issues setting up my nvidia card with the latest nvidia driver, but fortunately I found a site called http://rpm.livna.org/ that had simple rpms that installed and ran without a hitch. Prior to finding these rpm’s I wasted a lot of time trying to compile the source code myself.

Welcome to my Blog

Welcome to Joe.Junkin.com. This blog will have updates of my progress in platform building for my consulting business: http://www.datafree.com. I work  with Open Source software exclusively including Linux (Fedora), Apache, Perl (Catalyst), MySQL and more. My focus now is building a web platform running the http://www.catalystframework.org/ integrated with Wordpress, googlemaps and heavy ajax technologies.