Fix absolute paths in mail stack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user