From ea3daf6eddf1bcedb23e64bad36868b4bc35993b Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 8 Aug 2024 18:09:15 +0200 Subject: isync new version renamed config type --- mail/dot-mbsyncrc.byteplant | 6 +++--- mail/dot-mbsyncrc.personal | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mail/dot-mbsyncrc.byteplant b/mail/dot-mbsyncrc.byteplant index 16a2867..98374ed 100644 --- a/mail/dot-mbsyncrc.byteplant +++ b/mail/dot-mbsyncrc.byteplant @@ -5,7 +5,7 @@ Host imap.byteplant.com User oscar PassCmd "pass show byteplant.com/imap" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore oscar-remote @@ -31,7 +31,7 @@ Host imap.byteplant.com User admin PassCmd "pass show byteplant.com/admin-email" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore admin-remote @@ -59,7 +59,7 @@ Host imap.byteplant.com User support PassCmd "pass show byteplant.com/support-mail" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore support-remote 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 -- cgit v1.2.3