Skip to content

Commit

Permalink
mbsync: use IMAPS
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Dec 14, 2024
1 parent 55ded70 commit d2d75f5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions home/private_readonly_dot_mbsyncrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,17 @@ IMAPAccount baptiste
# CertificateFile /etc/ssl/certs/ca-certificates.crt
Host mail.bapt.name
# XXX: On FreeBSD with pinentry-gnome3, the password is not taken from the gnome keyring
# PassCmd "rbw get /mail/[email protected]"
# secret-tool store --label=mail host mail.bapt.name service imaps user [email protected]
PassCMD "secret-tool lookup host mail.bapt.name service imaps user [email protected]"
PassCmd "secret-tool lookup host mail.bapt.name service imaps user [email protected]"
# PassCmd "rbw get /mail/[email protected]"
# Port 443
Port 993
{{- if eq .chezmoi.os "freebsd" }}
TLSType STARTTLS
# TLSType STARTTLS
TLSType IMAPS
{{- else }}
SSLType STARTTLS
# SSLType STARTTLS
SSLType IMAPS
{{- end }}
User [email protected]

Expand Down

0 comments on commit d2d75f5

Please sign in to comment.