mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
docs: adds instructions for migrating control machines (#795)
* docs: update index reference * docs: adds control machine migration instructions * docs: rename index ref * docs: remove maddy-chatmail (404) * docs: consistent underlining in header text * docs: remove dedicated page reference * docs: remove dedicated page for control machine migration * docs: condense deployment machine migration into getting started per feedback * docs: correct link to madmail * docs: update verbiage based on feedback
This commit is contained in:
@@ -166,4 +166,23 @@ creating addresses, login with ssh and run:
|
|||||||
|
|
||||||
Chatmail address creation will be denied while this file is present.
|
Chatmail address creation will be denied while this file is present.
|
||||||
|
|
||||||
|
Migrating to a new deployment machine
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
To move or add a deployment machine, keep a copy of a working ``chatmail.ini``,
|
||||||
|
clone the relay repo on the new machine, and recreate ``chatmail.ini`` there.
|
||||||
|
Make sure ``rsync`` is installed, then initialize the environment:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
./scripts/initenv.sh
|
||||||
|
|
||||||
|
Run safety checks before a new deployment:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
./scripts/cmdeploy dns
|
||||||
|
./scripts/cmdeploy status
|
||||||
|
|
||||||
|
If you keep multiple deployment machines (ie laptop and desktop), keep ``chatmail.ini`` in sync between
|
||||||
|
them.
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ We know of three work-in-progress alternative implementation efforts:
|
|||||||
it to support all of the features and configuration settings required
|
it to support all of the features and configuration settings required
|
||||||
to operate as a chatmail relay.
|
to operate as a chatmail relay.
|
||||||
|
|
||||||
- `Maddy-Chatmail <https://github.com/sadraiiali/maddy_chatmail>`_: a
|
- `Madmail <https://github.com/omidz4t/madmail>`_: an
|
||||||
plugin for the `Maddy email server <https://maddy.email/>`_ which
|
experimental fork of Maddy Mail Server <https://maddy.email/>`_ optimized
|
||||||
aims to implement the chatmail relay features and configuration
|
for chatmail deployments. It provides a single binary solution
|
||||||
options.
|
for running a chatmail relay.
|
||||||
|
|
||||||
- `Chatmail Cookbook <https://github.com/feld/chatmail-cookbook>`_:
|
- `Chatmail Cookbook <https://github.com/feld/chatmail-cookbook>`_:
|
||||||
A Chef Cookbook implementing a relay server. The project follows the
|
A Chef Cookbook implementing a relay server. The project follows the
|
||||||
|
|||||||
Reference in New Issue
Block a user