diff options
author | David Runge <dave@sleepmap.de> | 2016-02-26 16:44:25 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-02-26 16:44:25 +0100 |
commit | db9d6cab345a798562b5f73729f20958a68af693 (patch) | |
tree | b0f00f5261bd4dc7ce1ddabab70f872ef252c6fd | |
parent | 8a58a92d25ef3931a4c60bd4b99107fb07092163 (diff) | |
download | dotfiles-db9d6cab345a798562b5f73729f20958a68af693.tar.gz dotfiles-db9d6cab345a798562b5f73729f20958a68af693.tar.bz2 dotfiles-db9d6cab345a798562b5f73729f20958a68af693.tar.xz dotfiles-db9d6cab345a798562b5f73729f20958a68af693.zip |
.msmtprc: tls_trust_file becomes /etc/ssl/cert.pem in most cases due to letsencrypt or other CAs.
-rw-r--r-- | .msmtprc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ host mail.sleepmap.de from dave@sleepmap.de user dave@sleepmap.de passwordeval "pass2msmtp dave@sleepmap.de" -tls_trust_file ~/.certs/sleepmap.crt +tls_trust_file /etc/ssl/cert.pem # david.runge@campus.tu-berlin.de account tu-berlin.de @@ -20,7 +20,7 @@ host mail.tu-berlin.de from david.runge@campus.tu-berlin.de user davezerave passwordeval "pass2msmtp davezerave@mail.tu-berlin.de" -tls_trust_file ~/.certs/tu-berlin.crt +tls_trust_file /etc/ssl/cert.pem # dave@c-base.org account c-base.org |