aboutsummaryrefslogtreecommitdiffstats
path: root/msmtp
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
commit877f25d80c30e03197df8ae24f20207a01bcf0de (patch)
tree0c65af5fce1442cbe1d9f7f8ae57d7fb95564997 /msmtp
parent47a594d626b2c3aaeb57b98dcc2ebf4da5d3924a (diff)
downloaddotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.tar.gz
dotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.zip
Update configuration using msmtp
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/config20
1 files changed, 20 insertions, 0 deletions
diff --git a/msmtp/config b/msmtp/config
new file mode 100644
index 0000000..a837836
--- /dev/null
+++ b/msmtp/config
@@ -0,0 +1,20 @@
+defaults
+auth on
+tls on
+logfile ~/.msmtp.log
+
+account mailbox
+host smtp.mailbox.org
+port 587
+from yann@yannherklotz.com
+user ymherklotz@mailbox.org
+passwordeval "pass show mailbox/ymherklotz@mailbox.org"
+
+account imperial
+host smtp.office365.com
+port 587
+from yann.herklotz15@imperial.ac.uk
+user ymh15@ic.ac.uk
+passwordeval "pass show imperial/ymh15"
+
+account default : mailbox