From 68e0995ac4a7aedd6da6ad35d8d2efc8579af291 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 7 Nov 2015 15:03:46 +0100 Subject: .msmtprc: Making path to tls_trust_file work globally. --- .msmtprc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.msmtprc') diff --git a/.msmtprc b/.msmtprc index 7c6e72a..6ad5fd2 100644 --- a/.msmtprc +++ b/.msmtprc @@ -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 ~/.certs/sleepmap.crt # 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 ~/.certs/tu-berlin.crt # dave@c-base.org account c-base.org @@ -28,7 +28,7 @@ host c-mail.c-base.org from dave@c-base.org user dave passwordeval "pass2msmtp dave@c-base.org" -tls_trust_file .certs/c-base.crt +tls_trust_file ~/.certs/c-base.crt # Set a default account account default : sleepmap.de -- cgit v1.2.3-54-g00ecf