Tales From The Geek Side

The geeky musings of Greg Rowe.

Archive for November, 2007

Debian Volatile

November 25th, 2007 by greg

I administer a couple of Debian based email servers all with similar setups. Each runs Exim, ClamAV, and Spamassassin. Around the time I upgraded the servers from sarge to etch I noticed that exim was logging to the panic log periodically. This hasn’t been a huge concern to me as it should result in a temporary delivery error and the sending email server should resend the failed message. Still any issue annoys me. I didn’t get very far tracking the problem down. As best I could tell ClamAV was taking longer than 3 minutes to reload virus definitions and was unresponsive to Exim during the reload period. Exim would then panic.

The log file contained entries that looked like this:

malware acl condition: clamd: unable to read from socket (Connection timed out)

Recently a friend who seemed to have a similar problem alerted me to the Debian Volatile project. This project is, essentially, a backport project for software that is “volatile.” This includes software such as ClamAV and Spamassassin. It can be critical to keep up to date with these packages if you are running a mail server. A few days ago I upgraded Spamassassin and ClamAV to the versions provided in etch/volatile. This seems to have corrected the ClamAV problem I was faced and now I have a more recent version of Spamassassin to better fight spam with.

The problem it seems was that freshclam, the tool that updates the virus definitions, wasn’t able to get new definitions because it was too old. Apparently freshclam sends along version information and the server rejects the request if the version is too old.

Category: Tips | No Comments »

ScribeFire

November 15th, 2007 by greg

I don’t update this blog often enough.  I should because it’s really not that hard to write a post (WordPress is excellent) but it still seems to be inconvenient enough that I don’t post when I have something worthwhile to say.  I’m not saying that I have something worthwhile to say very often (this sentence is proof of itself). 

This week I came across a post on digg showcasing a number of blog editors.  I had looked into off-line blog editors on Linux and Windows not too long ago but I was not very impressed with what I saw.  This time I saw ScribeFire which is a firefox add-on.

I’m not usually wild about software that is implemented as add-ons or plugins for other software but in this case I think I’m ok with it.  Blogging is web oriented so embedding a blog editor in firefox could be justified.  Still I think I’d prefer it to be a standalone app especially since ScribeFire has add-ons of its own as well as themes. 

Time will tell if I continue to use this software or not but it looks very promising.

Category: Software | No Comments »