1) Removed tls certificates file, as it is not present on OpenWRT
2) Added a config option asking msmtp to not verify the identity of the SMTP server (CA certs missing)
This commit is contained in:
parent
ddaa9f4c4f
commit
a1d21983aa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
defaults
|
||||
auth |AUTH|
|
||||
tls_certcheck off
|
||||
tls |TLS|
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
|
|
Loading…
Reference in a new issue