Setting up a new shared mail server
The following steps should be taken to setup a new shared mail server:
- In ansible seed repo, edit
hosts.ymlto copy each line withmailstore002to your new name. - Execute
sower --live generate:mailstore --parent hostxxx.mayfirst.orgto generate a new mailstore yaml file. - Follow regular kvm guest setup steps
- Be sure you created the ssh key in the step above!
- Insert the server into the
red_servertable:INSERT INTO red_server SET server = 'mailstore00x.mayfirst.org', mountpoint = 'data0xxx', server_dedicated_mail = 1;