diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-10-19 23:12:41 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-10-19 23:12:41 +0100 |
commit | 0c63b1b5df0735a9f551371f18cde12e5194f57a (patch) | |
tree | bf1e5088b6110160326c9a925f3cca8ba808424d | |
parent | 94fade2154ff4166bf8eec481d3ec05257903771 (diff) |
Switch to Gandi mail
-rw-r--r-- | mbsync/.mbsyncrc | 2 | ||||
-rw-r--r-- | msmtp/.msmtprc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc index eeba913..21195f4 100644 --- a/mbsync/.mbsyncrc +++ b/mbsync/.mbsyncrc @@ -11,7 +11,7 @@ SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal -Host box.bknguyen.org +Host mail.gandi.net User urbain@vaes.uk PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain@vaes.uk.gpg" SSLType IMAPS diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 0cdb91d..2e2e036 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -12,7 +12,7 @@ passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt port 587 account personal -host box.bknguyen.org +host mail.gandi.net from urbain@vaes.uk user urbain@vaes.uk passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/urbain@vaes.uk.gpg" |