RSS Feed!

About Me

I’m a 30 something Irish guy that works in the IT business. Inside the trade I’m interested in Linux, Internet technologies and mobile hardware and services. Outside, I enjoy a good book, a nice beer and decent game of rugby……

P.S. This is a personal blog, and while I do have a professional involvement in a lot of the technical topics I mention in some of my posts, they do not reflect company policy or ethos.

View Gary Pigott's profile on LinkedIn

Reason #1 to like Debian

I just rebuilt my mail server and I originally built it without server-side email sorting. Filtering on the client side is fine if you’re pulling email to one PC. Outlook will do it perfectly. It kinda blows when I’m in the middle of nowhere and my Nokia e61 can only get a 14k GPRS connection and have to wade through all my mailing list chatter. Server side filtering is the way to go and Procmail is the tool for the job…

Installing it on Debian is a 2 liner if you read this page. “apt-get install procmail” and adding “mailbox_command = /usr/bin/procmail -a “$EXTENSION” DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir” to the postfix config file and it’s done! Now all I have to do is dump my old procmail configs back in and I’m in business.

By gary | 15. Jan 2007 | Internet, Linux, Software | No Comments »

Leave a Reply