add default alot config
This commit is contained in:
17
mail/.msmtprc
Normal file
17
mail/.msmtprc
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile /home/USER/msmtp.log
|
||||
|
||||
account [NAME]
|
||||
host smtp.[PROVIDER].com
|
||||
port 465
|
||||
from [MAIL]
|
||||
user [MAIL]
|
||||
tls_starttls off
|
||||
|
||||
passwordeval /usr/bin/pass mail/[MAIL]
|
||||
|
||||
Reference in New Issue
Block a user