Setting up a new shared mail server

The following steps should be taken to setup a new shared mail server:

  1. In ansible seed repo, edit hosts.yml to copy each line with mailstore002 to your new name.
  2. Execute sower --live generate:mailstore --parent hostxxx.mayfirst.org to generate a new mailstore yaml file.
  3. Follow regular kvm guest setup steps
  4. Be sure you created the ssh key in the step above!
  5. Insert the server into the red_server table: INSERT INTO red_server SET server = 'mailstore00x.mayfirst.org', mountpoint = 'data0xxx', server_dedicated_mail = 1;