BlueBlox Setup

Here is some miscellanous information about setting up MaxWiki and other stuff on BlueBox.

phpMyAdmin

  1. install phpMyAdmin: copy over default config, delete phpMyAdmin DB

Email Forwarding

  1. Directory: /etc/mail
  2. Add domain names to: local-host-names
  3. Add forwards to: virtusertable
    • Format:  
  4. Compile: sudo make
  5. For multiple distribution, add entry to above then do the rest of the steps
    • Format: alias1@localhost
  6. cd /etc
  7. Add entries to aliases
    • Format: alias1: ,
  8. Compile with: newaliases

Backing up MySQL

  1. sudo mysqldump -u root -p(password) maxwiki > /var/backup/maxwiki_data/maxwiki_`date --iso_8601`.sql