Useful Things
Cyrus IMAPd
Recently I came across a corrupted user.seen database, in which Cyrus IMAPd stores the message state. At http://oss.netfarm.it/python-cyrus.php I found a Python script with which one can dump the contents of a user.seen file to text format and convert it back to the Cyrus format.
Another useful site for Administrators of Cyrus IMAPd is the Cyrus Wiki.
Debian Packages
TinyCA
I provide packages of TinyCA for Debian: TinyCA's package page. I am grateful to Alexander Wirt who kindly sponsors the package.
This is a debianized version of Stephan Martin's TinyCA Certificate Authority management tool for Debian Sarge. However, Stephan Martin holds no responsibility for the packaging. All questions concerning the Debian package should be directed to the maintainer, Christoph Ulrich Scholler <scholler@fnb.tu-darmstadt.de> or entered into the Debian bugtracking system.
Recent changes to TinyCA can be found in the upstream-author's changelog. The most recent changes to the Debian package are documented in the file changelog.Debian.
Installation
You can either add the following line to your /etc/apt/sources.list:
deb http://www.scholler.net/debian ./
and install the packages using apt-get or download the package from here and install it with dpkg -i: http://www.scholler.net/debian/tinyca_0.7.5-2_all.deb
Package Source
If you are interested in generating the package yourself, you can get the sources by adding the following line to your /etc/apt/sources.list:
deb-src http://www.scholler.net/debian ./
and get the files using apt-get.