-
Categories
-
Tags/Keywords
Apache bash blog blog.bigsmoke.us CLI CSS Debian design DNS Firefox Gentoo Google HTML HTTP Javascript Lenovo Linux MediaWiki mod_rewrite MySQL neustar Opschoot PHP plugin PostgreSQL Ruby samba Screen shell Sicirec SpamAssassin SSH Subversion svn T61 Ubuntu URL van der Molen VIM WordPress WWW www.sicirec.org X XTerm zimbra -
Recent Posts
-
Recent Comments
Index
First steps with Subversion’s new merge tracking
A while ago we succeeded in upgrading the Debian server where I keep many of my SVN repositories. (The server was running on “testing”, but we hadn't dared to upgrade it for a long time until it came time to make it “stable” again with Lenny.) On of the upgraded packages in Lenny is Subversion, now at 1.5.1, which means that I can finally start using subversions new merge tracking features. Read More »
HP LaserJet 6P under Ubuntu
Because Arnold Pilon is migrating his workplace to Apple, I could get his old PC and peripherals for free. Among its peripherals was an old HP LaserJet 6P, still perfectly working. Read More »
Configuring VPN server and client on Linux
Basically, there are two types of VPN's: IP route and ethernet bridge. I configured an IP route VPN, based on this document.
Read More »
Adding Microsoft docx and similar to Mailscanner whitelist
in /etc/MailScanner/filename.rules.conf:
allow \.docx$ - -
allow \.xlsx$ - -
allow \.x(ml)?\d{0,}\.rel$ - -
Read More »
Configuring Nagios to check a HTTP host
Nagios is an elaborate piece of software to monitor hosts and services. I will explain a bit how you can configure nagios to monitor an HTTP service. I'm assuming your nagios setup already has the default config files generic-host_nagios2.cfg and generic-service_nagios2.cfg, which tell nagios how to monitor hosts and services.
Read More »
Disable Zimbra’s duplicate mail detection
Zimbra can discard duplicates of incoming mail. This has certain advantages, but for us, where different people use the same account with different identities, this prevents a message from being delivered to multiple virtual inboxes.
Read More »
Lowering Bayes score for Zimbra’s Spamassassin config
The Spamassassin config in Zimbra has a very high default score for bayes matching of 99, 95, 90, etc, percent. A mail with subject and body "test" or "asdfaewf a" is often marked as 99% bayes, even though the spamfilter has seen no training mail. This is absurd.
Read More »
Configuring fetchmail to deliver to Zimbra with custom header added
I needed to fetch mail from a POP3 account and deliver it to a Zimbra account. Because I'm doing this for multiple POP3 accounts, I want to add a header which I can use in Zimbra to filter. This is what we made:
Read More »
Fixing spamassassin rule in Zimbra
Spamassassin has had a bug for a while, marking any mail from 2010 and later as spam because it's from "far into the future". This was very crudely done as this regexp: /20[1-9][0-9]/. Because of that, almost all mail from 2010 onward is marked as spam.
Read More »
