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.
This commit is contained in:
parent
14c289ccb4
commit
fe85cb6835
@ -7,7 +7,6 @@ remoterepository = $title-remote
|
||||
auth_mechanisms = LOGIN
|
||||
type = $type
|
||||
remoteuser = $login
|
||||
sslcacerfile = /etc/ssl/cets/ca-certificates.crt
|
||||
remotepasseval = mailpasswd("$title")
|
||||
remotehost = $imap
|
||||
remoteport = $iport
|
||||
|
Loading…
Reference in New Issue
Block a user