rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | README | LICENSE

commit 91f8577f4198672c4d2e8520dc31bb997c1ee0bf
parent 8d823509436e8c8c02bad15ebecf2d7a2147ad5d
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue,  5 May 2026 19:36:28 +0200

Other sync ssh port.

Diffstat:
Mbin/rpsyncmail | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpsyncmail b/bin/rpsyncmail @@ -1,7 +1,7 @@ #!/bin/sh export DOVECOT_PRESERVE_ENVS="SSH_AGENT_PID SSH_AUTH_SOCK" -dsynccmd="-u chrissi ssh -p 443 -i /home/chrissi/.ssh/id_rsa chrissi@dovecot.r-36.net doveadm dsync-server -u chrissi" +dsynccmd="-u chrissi ssh -p 5680 -i /home/chrissi/.ssh/id_rsa chrissi@dovecot.r-36.net doveadm dsync-server -u chrissi" if [ "$1" = "mb" ] || [ $# -eq 0 ]; then