Changed "port" to "remoteport" in [Repository $title-remote]

configuring offlinemap to get emails from Microsoft Exchange via Davmail I run into a problem, which could be fixed by changing "port" to "remoteport" in the remote-part of the config.
See also here:
https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf
# This option stands in the [Repository RemoteExample] section.
# Specify the port.  If not specified, use a default port.
#remoteport = 993
This commit is contained in:
praschdorff 2018-03-05 21:44:51 +01:00 committed by GitHub
parent 580cc963cb
commit 309a9102ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ remoteuser = $login
sslcacerfile = /etc/ssl/cets/ca-certificates.crt sslcacerfile = /etc/ssl/cets/ca-certificates.crt
remotepasseval = mailpasswd("$title") remotepasseval = mailpasswd("$title")
remotehost = $imap remotehost = $imap
port = $iport remoteport = $iport
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
sslcacertfile = /etc/ssl/certs/ca-certificates.crt sslcacertfile = /etc/ssl/certs/ca-certificates.crt