Skip to content

Failover or HA: Ideas? #638

Oct 8, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@0xD4 the failover and HA is indeed a bit overkill for a personal email server as email protocol is quite fault tolerant: if your server is down, a sender will retry later in the future.

Our self host doesn't support failover out of the box but you can run the same setup on another server and have another MX record pointing to it with a lower priority (i.e. higher priority value in the MX record and yeah this is counterintuitive) than the main server. Then you would need a shared database that SimpleLogin containers (sl-app and sl-email) can access from these 2 servers.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@0xD4
Comment options

Answer selected by 0xD4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants