From 5803fb67ac1614e6926255bdf96f4fa3abc13679 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 10 May 2026 18:28:24 +0000 Subject: [PATCH] Use a machine-agnostic hostname for replication This allows salt to point at a specific machine in an ssh config file, so we can use the same repo on both ends of the replication link. --- conf.d/10-replication.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/10-replication.conf b/conf.d/10-replication.conf index 2bf410c..f84b297 100644 --- a/conf.d/10-replication.conf +++ b/conf.d/10-replication.conf @@ -9,7 +9,7 @@ service replicator { dsync_remote_cmd = ssh -l%{login} %{host} doveadm dsync-server -u%u plugin { - mail_replica = remote:dovecot-vmail@mail-pi.dehnerts.com + mail_replica = remote:dovecot-replicate-host } service aggregator { -- 2.34.1