From: Alex Dehnert Date: Sun, 10 May 2026 18:28:24 +0000 (+0000) Subject: Use a machine-agnostic hostname for replication X-Git-Url: https://www.dehnerts.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fchankillo;p=sysconfig%2Fdovecot.git 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. --- 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 {