Fix absolute paths in mail stack

This commit is contained in:
2019-08-29 23:22:18 +02:00
parent 6e8ff759b0
commit 741a7f300b
5 changed files with 15 additions and 16 deletions

View File

@@ -2,8 +2,8 @@
defaults
auth on
tls on
tls_trust_file /usr/local/share/certs/ca-root-nss.crt
logfile ~/.msmtp.log
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /tmp/msmtp.log
# Accounts
account gmail
host smtp.gmail.com