Initial
This commit is contained in:
18
configs/msmtprc
Normal file
18
configs/msmtprc
Normal file
@ -0,0 +1,18 @@
|
||||
# Set default values for all following accounts.
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
syslog on
|
||||
|
||||
# Gmail
|
||||
account themail
|
||||
host $SMTP_HOST
|
||||
port $SMTP_PORT
|
||||
from $SMTP_FROM
|
||||
user $SMTP_USER
|
||||
password $SMTP_PASSWORD
|
||||
|
||||
# Set a default account
|
||||
account default : themail
|
||||
aliases /etc/aliases
|
Reference in New Issue
Block a user