aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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