aboutsummaryrefslogtreecommitdiffstats
path: root/msmtprc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-01-19 20:38:52 +0100
committerGravatar Tom Willemse2017-01-19 20:38:52 +0100
commitd7a957ac6f8db31f3b0a6ed1f108d7772fd0b406 (patch)
treee0a71c173bd470a4c91652f9cb72dc4498dc7c09 /msmtprc
parent8a3ee180ee8b32b49b41e15e80620caf06637fdd (diff)
downloadnew-dotfiles-d7a957ac6f8db31f3b0a6ed1f108d7772fd0b406.tar.gz
new-dotfiles-d7a957ac6f8db31f3b0a6ed1f108d7772fd0b406.zip
Add msmtprc config
Diffstat (limited to 'msmtprc')
-rw-r--r--msmtprc/.msmtprc56
1 files changed, 56 insertions, 0 deletions
diff --git a/msmtprc/.msmtprc b/msmtprc/.msmtprc
new file mode 100644
index 0000000..f1436fe
--- /dev/null
+++ b/msmtprc/.msmtprc
@@ -0,0 +1,56 @@
+## Defaults:
+
+defaults
+auth on
+tls on
+tls_certcheck off
+tls_starttls on
+
+## Ninthfloor:
+
+account ninthfloor
+host ninthfloor.org
+port 587
+from ryuslash@ninthfloor.org
+user ryuslash
+
+## Gmail:
+
+account gmail
+host smtp.gmail.com
+port 587
+from ryuslash@gmail.com
+user ryuslash@gmail.com
+
+## Aethon:
+
+# I don't actually use this account anymore.
+
+account aethon
+host smtp.gmail.com
+port 587
+from thomas@aethon.nl
+user thomas@aethon.nl
+
+## Ryuslash:
+
+account ryuslash
+host smtp.alwaysdata.com
+port 587
+from tom@ryuslash.org
+user tom@ryuslash.org
+
+## Picturefix:
+
+account picturefix
+host smtp.gmail.com
+port 587
+from tom@picturefix.nl
+user tom@picturefix.nl
+
+## Default account:
+
+# This creates a new account called default which inherits all its
+# settings from the ryuslash account.
+
+account default : ryuslash