We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb4904 + 267172e commit 1c85e68Copy full SHA for 1c85e68
src/etc/dovecot/conf.d/90-replication.conf.optional
@@ -12,7 +12,7 @@ service replicator {
12
}
13
14
# Configure how and where to replicate
15
-dsync_remote_cmd = ssh -i/home/dsync/.ssh/id_rsa -l%{login} %{host} doveadm dsync-server -u%u
+dsync_remote_cmd = ssh -i/home/dsync/.ssh/id_rsa -l%{login} %{host} /usr/local/bin/doveadm dsync-server -u%u
16
plugin {
17
mail_replica = remote:dsync@hermes.example.com
18
0 commit comments