-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|