diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:23:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-31 00:30:50 +0200 |
commit | 04f8e316d60bce0d9a53e9bbc86d2ee2f81e8415 (patch) | |
tree | d52f6f8647247e2bef0fe8d134d3ea8534cb3d93 /msmtprc | |
parent | fb2fe2957631440ceabe03cd8e4eaa6167b93f5b (diff) | |
download | dotfiles-04f8e316d60bce0d9a53e9bbc86d2ee2f81e8415.tar.xz |
Added msmtprc
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +account lucifer +host lucifer.kyriasis.com +protocol smtp +auth on +from johannes@kyriasis.com +user kyrias +tls on +tls_trust_file /etc/ssl/certs/startssl-inter-root.pem +tls_starttls off + +account theos +host theos.kyriasis.com +protocol smtp +port 587 +auth on +from johannes@kyriasis.com +user kyrias +passwordeval "pass show mail/johannes@kyriasis.com" +tls on +tls_trust_file /etc/ssl/certs/StartCom_Certification_Authority.pem +tls_starttls on + +account default : theos |