diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-19 15:24:25 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-19 15:24:25 +0100 |
commit | e146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch) | |
tree | 1605bf4eb78cc619988c92632f3cee2a56143fd5 /msmtp | |
parent | 83bd503208d45fa837348441196dd07223b13e3e (diff) |
Use GNU stow for dotfiles management
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.msmtprc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc new file mode 100644 index 0000000..f056ee7 --- /dev/null +++ b/msmtp/.msmtprc @@ -0,0 +1,21 @@ +defaults +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile ~/.msmtp.log + +account imperial +host outlook.office365.com +from u.vaes13@imperial.ac.uk +user uv113@ic.ac.uk +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" +port 587 + +account personal +host box.bknguyen.org +from mail@urbainvaes.com +user mail@urbainvaes.com +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/mail@urbainvaes.com.gpg" +port 587 + +account default : personal |