aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-05-06 14:00:29 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-05-06 14:19:48 +0200
commita5555bc3ce4a000fc590119bbc574b6a8b8bcb26 (patch)
treebdd6019e915e122bffeba75e80c04735907729e1
parent420116e83fba755b5d8e7b6f1645d6fac1fd209c (diff)
downloaddotfiles-a5555bc3ce4a000fc590119bbc574b6a8b8bcb26.tar.gz
dotfiles-a5555bc3ce4a000fc590119bbc574b6a8b8bcb26.tar.bz2
dotfiles-a5555bc3ce4a000fc590119bbc574b6a8b8bcb26.zip
mail endpoints host + ssl certificates
-rw-r--r--mail/dot-mbsyncrc.personal12
-rw-r--r--packages/mail.scm1
2 files changed, 9 insertions, 4 deletions
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal
index 1892863..721bed3 100644
--- a/mail/dot-mbsyncrc.personal
+++ b/mail/dot-mbsyncrc.personal
@@ -39,11 +39,12 @@ Expunge Both
###############################################################################
# Personal
IMAPAccount hi_pers
-Host git.oscarnajera.com
+Host mail.oscarnajera.com
User hi@oscarnajera.com
PassCmd "pass show Correos/mail.oscarnajera.com"
AuthMechs LOGIN
SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore hi_pers-remote
Account hi_pers
@@ -64,11 +65,12 @@ Expunge Both
###############################################################################
# AMZbooks
IMAPAccount kindle
-Host git.oscarnajera.com
+Host mail.oscarnajera.com
User kindle@oscarnajera.com
PassCmd "pass show Correos/kindle@oscarnajera.com"
AuthMechs LOGIN
SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore kindle-remote
Account kindle
@@ -89,11 +91,12 @@ Expunge Both
###############################################################################
# Startup
IMAPAccount delightfuldying
-Host git.oscarnajera.com
+Host mail.oscarnajera.com
User oscar.najera@delightfuldying.com
PassCmd "pass show WebSites/delightfuldying.com/mailbox/julie"
AuthMechs LOGIN
SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore dd-remote
Account delightfuldying
@@ -114,11 +117,12 @@ Expunge Both
###############################################################################
# Startup
IMAPAccount fallforward
-Host git.oscarnajera.com
+Host mail.oscarnajera.com
User sarah@fallforward.space
PassCmd "pass show WebSites/fallforward.space/mailbox/sarah"
AuthMechs LOGIN
SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore ff-remote
Account fallforward
diff --git a/packages/mail.scm b/packages/mail.scm
index 91b398e..e25f628 100644
--- a/packages/mail.scm
+++ b/packages/mail.scm
@@ -9,5 +9,6 @@
;; Email managing
"isync"
"notmuch"
+ "bogofilter"
"vdirsyncer"
"khard"))