diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 21:31:02 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 21:31:02 +0200 |
commit | 2a7f8fa099ba3832845020e7c322079123cc52c2 (patch) | |
tree | 025220efe345101dc4b5306d544b4b46c3644a7a /msmtprc | |
parent | 94a3e259346c5e51755f6065e868dcc13585b793 (diff) | |
download | dotfiles-2a7f8fa099ba3832845020e7c322079123cc52c2.tar.xz |
msmtprc: Move somethings around, enable syslog logging
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -10,15 +10,16 @@ tls_starttls off account theos host theos.kyriasis.com -domain leeloo.kyriasis.com -protocol smtp port 587 +protocol smtp +tls on +tls_starttls on +tls_trust_file /etc/ssl/certs/StartCom_Certification_Authority.pem auth on +domain leeloo.kyriasis.com 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 +syslog on account default : theos |