Table of Contents

Work Party 2008 Q1

Another sysadmin work party!

Please sign up here if you want to attend.

Goals:

Prep work:

To be done at the work party

[[:Sat|Feb 23 13:17:26 2008]] [[:error]] VirtualHost *:80 -- mixing * ports and \
    non-* ports with a NameVirtualHost address is not supported, proceeding \
    with undefined results

after changing the apache2 config, and running apache2ctl -t to test the config, add another VirtualNameHost directive for the extra port that you're going to listen to. Also add :80 to the existing one(s).

VirtualNameHost *:443
cat spam | formail -10 -s | mail list@blah.blah.blah

We want to send spam to the mailing lists to determine if spamassassin is working or not and we thought we'd limit it to 10 at a time … instead of sending my whole archive of 8000 messages. We would probably want to adjust the above so that the message is sent using the original headers in the envelope, rather than creating a new envelope with my credentials …

more stuff we learned