diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-08-08 18:09:15 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-08-08 18:09:15 +0200 |
commit | ea3daf6eddf1bcedb23e64bad36868b4bc35993b (patch) | |
tree | ef52edfe2f27f185d52582637ef17780c503b6a5 /mail/dot-mbsyncrc.personal | |
parent | f3a9fb6393cb38f4fc61076f9dab5c24fa483e11 (diff) | |
download | dotfiles-ea3daf6eddf1bcedb23e64bad36868b4bc35993b.tar.gz dotfiles-ea3daf6eddf1bcedb23e64bad36868b4bc35993b.tar.bz2 dotfiles-ea3daf6eddf1bcedb23e64bad36868b4bc35993b.zip |
isync new version renamed config type
Diffstat (limited to 'mail/dot-mbsyncrc.personal')
-rw-r--r-- | mail/dot-mbsyncrc.personal | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal index dce4bea..5a21887 100644 --- a/mail/dot-mbsyncrc.personal +++ b/mail/dot-mbsyncrc.personal @@ -8,7 +8,7 @@ User najera.oscar@gmail.com PassCmd "pass show google/googlemail.com/najera.oscar" AuthMechs LOGIN # Use SSL -SSLType IMAPS +TLSType IMAPS # The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. CertificateFile /etc/ssl/certs/ca-certificates.crt #CertificateFile ~/.cert/imap.gmail.com.pem @@ -43,7 +43,7 @@ Host mail.oscarnajera.com User hi@oscarnajera.com PassCmd "pass show Correos/mail.oscarnajera.com" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore hi_pers-remote @@ -69,7 +69,7 @@ Host mail.oscarnajera.com User kindle@oscarnajera.com PassCmd "pass show Correos/kindle@oscarnajera.com" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore kindle-remote @@ -95,7 +95,7 @@ Host mail.oscarnajera.com User oscar.najera@delightfuldying.com PassCmd "pass show WebSites/delightfuldying.com/mailbox/julie" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore dd-remote @@ -121,7 +121,7 @@ Host mail.oscarnajera.com User sarah@fallforward.space PassCmd "pass show WebSites/fallforward.space/mailbox/sarah" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore ff-remote @@ -147,7 +147,7 @@ Host mail.oscarnajera.com User hi@arsmagna.xyz PassCmd "pass show WebSites/arsmagna.xyz/mailbox/hello" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore am-remote @@ -176,7 +176,7 @@ User nuremberg.toastmasters@googlemail.com PassCmd "pass show orgs/NBG-TM/smtp.googlemail.com" AuthMechs LOGIN # Use SSL -SSLType IMAPS +TLSType IMAPS # The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. CertificateFile /etc/ssl/certs/ca-certificates.crt |