From d7a957ac6f8db31f3b0a6ed1f108d7772fd0b406 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Jan 2017 20:38:52 +0100 Subject: Add msmtprc config --- msmtprc/.msmtprc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 msmtprc/.msmtprc (limited to 'msmtprc') 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 -- cgit v1.2.3-54-g00ecf