Add option to change tls trust file
This commit is contained in:
parent
5298cbaf93
commit
65fb55beb2
|
@ -3,7 +3,11 @@
|
||||||
defaults
|
defaults
|
||||||
auth on
|
auth on
|
||||||
tls 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
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
{% if msmtp_log is defined %}
|
{% if msmtp_log is defined %}
|
||||||
|
|
Loading…
Reference in a new issue