diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:03:33 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:03:33 +0200 |
commit | cfa563381e70433007e42b9840835d649b2846d8 (patch) | |
tree | e62ee6fd253babed8a093fa977a3977cf5928445 | |
parent | ac9cac109267327ff634e4d4929f388f13136c44 (diff) |
isync: Switch from SSLType to TLSType
-rw-r--r-- | .config/isync/mbsyncrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index b5ee65d..4f123ed 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -8,7 +8,7 @@ IMAPStore default-remote Host imap.migadu.com User mail@thomasvoss.com PassCmd "vlt raw Email mail@thomasvoss.com" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore default-local @@ -27,7 +27,7 @@ IMAPStore eurocash-remote Host imap.migadu.com User mail@euro-cash.eu PassCmd "vlt raw Email mail@euro-cash.eu" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore eurocash-local @@ -47,7 +47,7 @@ Host outlook.office365.com User thomasvoss@live.com PassCmd "vlt raw Email thomasvoss@live.com" Port 993 -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore legacy-local @@ -85,7 +85,7 @@ IMAPStore humanwave-remote Host imap.gmail.com User thomas.voss@humanwave.nl PassCmd "vlt raw Miscellaneous 'Gmail App Password (thomas.voss@humanwave.nl)'" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore humanwave-local |