Tag Archives: debian

Made the switch to Fedora 15 from Kubuntu 10.10

Finally happened. I made the switch to Fedora. I’d been a Kubuntu user since 2006, but since the switch to Pulse Audio I have had serious problems with sound under Kubuntu in 10.10, 11.04, and 11.10 beta. I have no such trouble with Fedora 15.
I’ll likely be moving all systems I manage [...]

Chef and dbconfig-common: A world of hurt

In constructing a Chef cookbook for managing dspam, I happened upon dbconfig-common, a framework that allows a package to manage database backends somewhat transparently. However, it has no affinity for preseeding. Another approach is necessary for the libdspam7-drv-mysql package.
In the relevant section of the recipe below, the file created to cache relevant database [...]

Exim4 with DKIM and conditional greylisting

Exim4 in recent Debian GNU/Linux Lenny — Debian testing as of this writing — is quite easy to configure to use DKIM. The original implementation, DomainKeys, you’ve probably heard of. DKIM is the recent incarnation of DKIM and the one you’d want to implement today.
Building DKIM aware Exim4
First, you’ll want to build a [...]