6 May
2013
6 May
'13
5:40 p.m.
On 29.4.2013, at 12.48, Emmanuel Dreyfus manu@netbsd.org wrote:
I am trying replication over dsync/ssh, as explained there: http://wiki2.dovecot.org/Replication
I added the options below to dovecot.conf. It works, but it seems there is a new SSH connexion for each user, which is a bit overkill performance-wise. Since I sync as root, I guess there is a way of haing everything on the same SSH connexion?
Nope. Separate connection every time. Also IIRC dsync permanently drops to user privileges, so it couldn't even reuse it for another user with different UID. Use tcp/tcps for better performance.