aboutsummaryrefslogtreecommitdiffstats
path: root/msmtp/config
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp/config')
-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