瀏覽代碼

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
tags/v3.1
praschdorff 6 年之前
committed by GitHub
父節點
當前提交
309a9102ce
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      autoconf/offlineimap_profile

+ 1
- 1
autoconf/offlineimap_profile 查看文件

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



Loading…
取消
儲存