summaryrefslogtreecommitdiff
path: root/msmtp/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp/.msmtprc')
-rw-r--r--msmtp/.msmtprc21
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