Remove home/.msmtprc
This commit is contained in:
parent
3469e66455
commit
8f6fe43ab1
@ -1,22 +0,0 @@
|
|||||||
# Set default values for all following accounts.
|
|
||||||
defaults
|
|
||||||
auto_from on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
syslog on
|
|
||||||
# logfile /var/log/msmtp.log
|
|
||||||
|
|
||||||
{{ range $value := .mail }}
|
|
||||||
# {{ $value.comment }}
|
|
||||||
account {{ $value.account }}
|
|
||||||
host {{ $value.smtpsrv }}
|
|
||||||
port {{ $value.smtport }}
|
|
||||||
auth {{ $value.smtpaut }}
|
|
||||||
tls on
|
|
||||||
tls_starttls off
|
|
||||||
user {{ $value.usrname }}
|
|
||||||
passwordeval "echo $(pass {{ $value.smtpsrv }}/{{ $value.usrname }})"
|
|
||||||
auto_from {{ $value.autofro }}
|
|
||||||
from {{ $value.address }}
|
|
||||||
#
|
|
||||||
{{ end }}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user