Replies: 2 comments 2 replies
|
There are some neat things going on with sqlite that may eventually be a replication solution: |
2 replies
|
as reference - I am running successfully with a Helm chart I created at https://github.com/angelnu/helm-charts/tree/main/charts/apps/maddy I use it together with a Zalando Postgres cluster for HA: https://github.com/angelnu/k8s-gitops/blob/main/core/maddy/release.yaml As my chart is based on a library chart that allows for defining the number of instances I tried to start 2 maddy replicas and it seems to work fine. So beyond some optimizations and the SMTP queue being local (which is fine in my case as I send via sendmail) it is possible to run some form of #279 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there any sort of FAQ on the recommended way to setup a spare MX with Maddy?
Imagine a user with Maddy installed on two servers,
mx1andmx2:mx1goes down and 3rd-party MTA delivers tomx2. How to keep these two in-sync?All reactions