Agile Tortoise

Greg Pierce’s blog

Archive for March, 2005

       Next Entries »

Plasma cutting table

The manufacturing shop at work just had a 200 amp High Definition Plasma Cutting Table installed (Not this one, but similar ). I was just out there watching it work, and it’s something else. It will cut up to an 8′ x 20′ sheet of steel in any thickness and cut it up [...]

Wednesday, March 2nd, 2005. Posted in Work | No Comments »>

Cyrus on Panther Server

Good things to know if you have to administrate Cyrus mail services on Mac OS X Server (Panther):

If Cyrus is acting funky, do the following:

sudo serveradmin stop mail
sudo mv /var/imap /var/imap.bak
sudo cp -Rp /var/spool/imap /var/spool/imap.bak
sudo /usr/bin/cyrus/tools/mkimap
chown -R cyrus:mail /var/imap
sudo -u cyrus /usr/bin/cyrus/bin/reconstruct -i
sudo serveradmin start mail

This will rebuild all mailboxes, and restore to original settings [...]

Wednesday, March 2nd, 2005. Posted in Mac OS X Server | 1 Comment »>

Mailman on Panther Server

Things that it’s good to know about Mailman running on Mac OS X Server (Panther), if you have to administrate it:

Mailman is installed at /usr/share/mailman
Mailman data is located at /var/mailman
The version supported by Apple, at least as of 10.3.8, has a bug that can cause it to peg the CPU at 100% if Postfix has [...]

Wednesday, March 2nd, 2005. Posted in Technology | No Comments »> Next Entries »