Browse Source

Update offlineimap_profile

Removed "sslcacerfile = /etc/ssl/cets/ca-certificates.crt" on line 10 - it was pointing to non-existant directory "cets" instead of "certs" - this setting is overwritten later with correct path therefore no errors would register.
tags/v3.1
ZethJack 6 years ago
committed by GitHub
parent
commit
fe85cb6835
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      autoconf/offlineimap_profile

+ 0
- 1
autoconf/offlineimap_profile View File

@@ -7,7 +7,6 @@ remoterepository = $title-remote
auth_mechanisms = LOGIN auth_mechanisms = LOGIN
type = $type type = $type
remoteuser = $login remoteuser = $login
sslcacerfile = /etc/ssl/cets/ca-certificates.crt
remotepasseval = mailpasswd("$title") remotepasseval = mailpasswd("$title")
remotehost = $imap remotehost = $imap
remoteport = $iport remoteport = $iport


Loading…
Cancel
Save