I’m trying to sync/backup mail from my current active [cpanel/whm] setup to the mailcow mailbox.
I’m trying something like this:
docker-compose exec dovecot-mailcow doveadm backup -D -u mc-user@abc.net ssh root@abc.net -p2200 doveadm dsync-server -u cp-user@abc.net
Where:
mc-user@abc.net is the MC mailbox/domain
cp-user@abc.net is the CPanel user/domain account
The SSH server of the remote system is running on port 2200.
However when I try this, I get:
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
dsync-local(user@abc.net)<v44NFyRWvF5efgAAb6OASA>: Error: read(remote) failed: EOF (version not received)
doveadm(user@abc.net): Fatal: execvp(ssh) failed: No such file or directory
Then it appears to hang, and a CTRL+C will break the hung process.
I’m not sure what’s going on.
Any suggestions?