mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
|
# Set default values for all following accounts.
|
||
|
defaults
|
||
|
auth on
|
||
|
tls on
|
||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||
|
logfile ~/.msmtp.log
|
||
|
|
||
|
account system_email
|
||
|
host {{system_email_host}}
|
||
|
port 587
|
||
|
from {{system_email}}
|
||
|
user {{system_email_username}}
|
||
|
password {{system_email_password}}
|
||
|
|
||
|
account default : system_email
|