When in doubt, test. January 14, 2008
Posted by Garrison in Case Study, Command Line, Debian, HowTo, Linux, Ubuntu.1 comment so far
Shortly after I last upgraded my mail server, one user reported that his mail client was failing to connect with the message:
"Unable to connect to your IMAP server. You may have exceeded the maximum number of connections to this server..."
He was the only one known to be having this issue, so after a cursory check of the server with no obvious problems, I suggested that this might be an error on his end, such as connecting to the secure IMAP port without using SSL/TLS. Occam’s Razor suggests that a server error is more likely than a client error which just happens to coincide with a server upgrade, so I eventually decided to dig up some infrequently used commands and perform a thorough analysis. (more…)
Multiple Recipient Delimiters in Postfix August 29, 2007
Posted by Garrison in Case Study, Command Line, Debian, HowTo, Linux, Ubuntu.4 comments
Some time ago I enabled recipient delimiters (e.g. user+foo@host.tld) as a convenient way to know if shady web forms are
contributing to my spam folder. The idea is that when House Depot requires me to have an account before I can see if they have loose screws in stock locally, I can sign up with garrison+housedepot@codefix.net instead of my usual e-mail. With recipient delimiters enabled, postfix will try to deliver any incoming mail to garrison+housedepot but when it finds no such user, it will try garrison and I get my mail. The problem arises when I discover that House Depot’s broken web form rejects any e-mail addresses with “+” in the user name as invalid. I’m already using garrison+foo style addresses elsewhere so I don’t want to change the recipient delimiter, but neither do I trust my real address to a company that can’t even create a proper web form. (more…)
Spam War Chronicles: SARE Ninjas July 17, 2007
Posted by Garrison in Case Study, Debian, Linux, Ubuntu.add a comment
S.A.R.E. Ninjas are the folks over at SpamAssassin Rules Emporium who act as sort of an arms dealer in the Spam War: they publish custom rules and plugins for SpamAssassin, the Open Source world’s powerful anti-spam software. This article is about an imminent software release that promises big trouble for spammers. (more…)
Dell Agress with Codefix June 7, 2007
Posted by Garrison in Debian, Linux, Ubuntu.add a comment
Dell didn’t ask but if they had I would have told them that Ubuntu Linux is a good choice. I have generally refrained from the usual histrionics whenever something Linux-ish makes the news, but I’d would like to voice a couple remarks regarding Dell’s Ubuntu announcement.
While I’m always happy to see Linux reaching a wider audience, Dell has been something of a fair weather friend to the open source crowd. (more…)
Good Advice, Bad Advice April 29, 2007
Posted by Garrison in Debian, Linux.add a comment
Earlier this month Debian 4.0 (codename ‘Etch’) was released; many web pages now sport instructions for upgrading, but not all of these are wholly correct and some aren’t even safe. Naturally the best source for all things Debian is the official Debian website, where one may find comprehensive upgrade notes, but quick and easy tends to be the order of the day. (more…)