You cannot legislate the poor into freedom by legislating the wealthy out of freedom... http://j.mp/9nqPjq
Saturday, April 03, 2004
web site
Of course, the web site needs to be redone.
A redirector has been setup that handles /go/ URLs. This needs to be database driven.
Get a Wiki setup for Matt.
A redirector has been setup that handles /go/ URLs. This needs to be database driven.
Get a Wiki setup for Matt.
monthly tasks
Automate the reporting of secondary DNS hosting (example):
(echo "From: User@Domain"
echo "to: Billing@Domain"
echo "subject: list of domains for CustomerDomain"
echo ""
ll | grep CustomerDomain | awk '{printf "%s\n", $9}'
) | /var/qmail/bin/qmail-inject -fUser@Domain
Automate the reporting of e-mail hosting counts.
(echo "From: User@Domain"
echo "to: Billing@Domain"
echo "subject: list of domains for CustomerDomain"
echo ""
ll | grep CustomerDomain | awk '{printf "%s\n", $9}'
) | /var/qmail/bin/qmail-inject -fUser@Domain
Automate the reporting of e-mail hosting counts.