Add option to change tls trust file

This commit is contained in:
Mike C 2014-06-24 01:43:16 -04:00
parent 5298cbaf93
commit 65fb55beb2
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
defaults
auth on
tls on
{% if msmtp_tls_trust_file is defined %}
tls_trust_file {{msmtp_tls_trust_file}}
{% else %}
tls_trust_file /etc/ssl/certs/ca-certificates.crt
{% endif %}
# Logging
{% if msmtp_log is defined %}