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 /msmtp/.msmtprc | |
parent | 94fade2154ff4166bf8eec481d3ec05257903771 (diff) |
Switch to Gandi mail
Diffstat (limited to 'msmtp/.msmtprc')
-rw-r--r-- | msmtp/.msmtprc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |