isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit d9c78b778707beb38b7174aeb58e59584f39b5d1
parent 639c84ea28004ea7e28e9a1e1a4f03a9575c84c9
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sat,  5 Jul 2014 22:53:19 +0200

clarify effect of Tunnel on Host and Port

Diffstat:
Msrc/mbsync.1 | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/mbsync.1 b/src/mbsync.1 @@ -237,11 +237,16 @@ Define the IMAP4 Account \fIname\fR, opening a section for its parameters. .TP \fBHost\fR \fIhost\fR Specify the DNS name or IP address of the IMAP server. +.br +If \fBTunnel\fR is used, this setting is used only for SSL host certificate +verification, if provided. .. .TP \fBPort\fR \fIport\fR Specify the TCP port number of the IMAP server. (Default: 143 for IMAP, 993 for IMAPS) +.br +If \fBTunnel\fR is used, this setting is ignored. .. .TP \fBUser\fR \fIusername\fR @@ -266,7 +271,6 @@ optional. Specify a command to run to establish a connection rather than opening a TCP socket. This allows you to run an IMAP session over an SSH tunnel, for example. -\fBHost\fR and \fBPort\fR are ignored when \fBTunnel\fR is set. .br If \fBUseIMAPS\fR is disabled and the tunnel opens a preauthenticated connection, \fBRequireSSL\fR also needs to be disabled.