From e146e947c52ac4adbe426b3f893faff1e46ed5f8 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 19 Apr 2016 15:24:25 +0100 Subject: Use GNU stow for dotfiles management --- msmtp/.msmtprc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 msmtp/.msmtprc (limited to 'msmtp') 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 -- cgit v1.2.3