replaced nullmailer with postfix on george
[monkeysphere.git] / doc / george / changelog
index 1ed81d4b1256451e090ef0e2f027442c0aa333dd..34c03e4ebb3f97071b16af7bdf054a2aa8ecd6a9 100644 (file)
@@ -7,10 +7,67 @@
 *  changes to this system (first command at top, last at bottom)             *
 ******************************************************************************
 
+2009-01-30 - micah
+       * Replaced nullmailer with postfix, nullmailer doesn't handle aliases
+         and insisted either on constantly respooling mail when there was no
+         where to go. 
+       
+2009-01-24 - micah
+       * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins
+       * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work
+       * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs
+       * Rotated the giant logs out 
+       * aptitude update && aptitude full-upgrade
+       
+2008-10-29 - dkg
+       * aptitude update && aptitude full-upgrade
+       * brought monkeysphere up to 0.19-1
+       * removed tasksel
+       
+2008-10-25 - dkg
+       * aptitude update && aptitude full-upgrade
+       * brought monkeysphere up to 0.16-1
+       * repointed keyserver usage to pool.sks-keyservers.net
+       
+2008-09-04 - dkg
+       * added two mime-type declarations in /etc/mathopd.conf so .debs
+         and .tar.gz files come out reasonably; restarted mathopd for the
+         re-read.
+       * built monkeyshell (from src/monkeyshell) and installed as
+         /usr/local/bin/monkeyshell, added to /etc/shells.
+       * created new account "monkey" which has monkeyshell as the shell
+         for non-privileged test access.  To let someone test this out,
+         make sure they're well-connected to george's web of trust, and
+         then add their User ID to
+         ~monkey/.monkeysphere/authorized_user_ids
+       * more mime types for mathopd: image/png image/x-icon
+       
+2008-09-03 - micah
+       * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
+       agreed location: /home/*/.monkeysphere/authorized_user_ids and created
+       a symlink in the original location for transition purposes. Also,
+       did /root's as well. I used this hackish mechanism:
+       $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
+       | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
+       ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
+       ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
+       ${user}/.config/monkeysphere/authorized_user_ids; done
+
+          - dkg
+       * added the monkeysphere archive repository signing key
+       * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
+       * cleaned up /etc/skel to reflect correct location of the
+         monkeysphere config directory.
+       * micah moved all the existing config stuff over, and left
+         symlinks so people aren't disoriented.
+       
 2008-09-01 - dkg
        * set up http://dkg.monkeysphere.info so that i could play around
          with ikiwiki updates
        * moved apt repository over to http://archive.monkeysphere.info/
+       * aptitude update && aptitude dist-upgrade
+       * canonicalizing hostname for normal web access to
+         http://web.monkeysphere.info
        
 2008-08-26 - dkg
        * aptitude update && aptitude full-upgrade