diff options
| author | 2014-11-05 01:08:28 +0100 | |
|---|---|---|
| committer | 2014-11-05 01:08:28 +0100 | |
| commit | ce5d11ec3724f1891e66ba5fc30e319cc6b0de35 (patch) | |
| tree | 19baf43373fcd369cdf4d4fda89902c1539d02af | |
| parent | 229db6fc6536f1cd9cdec8c433a0a79cdae34ade (diff) | |
| download | dotfiles-ce5d11ec3724f1891e66ba5fc30e319cc6b0de35.tar.gz dotfiles-ce5d11ec3724f1891e66ba5fc30e319cc6b0de35.zip | |
Add msmtp config
| -rw-r--r-- | msmtprc/.msmtprc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/msmtprc/.msmtprc b/msmtprc/.msmtprc new file mode 100644 index 0000000..bf6d3ba --- /dev/null +++ b/msmtprc/.msmtprc @@ -0,0 +1,38 @@ +defaults +auth on +tls on +tls_certcheck off +#tls_trust_file /usr/share/ca-certificates/mozilla/Thawte_Premium_Server_CA.crt +tls_starttls on + +account ninthfloor +host ninthfloor.org +port 587 +from ryuslash@ninthfloor.org +user ryuslash + +account gmail +host smtp.gmail.com +port 587 +from ryuslash@gmail.com +user ryuslash@gmail.com + +account aethon +host smtp.gmail.com +port 587 +from thomas@aethon.nl +user thomas@aethon.nl + +account ryuslash +host smtp.alwaysdata.com +port 587 +from tom@ryuslash.org +user tom@ryuslash.org + +account picturefix +host smtp.gmail.com +port 587 +from tom@picturefix.nl +user tom@picturefix.nl + +account default : ryuslash |
