# {{ ansible_managed }} defaults auth on tls on tls_trust_file /etc/pki/tls/certs/ca-bundle.crt logfile /var/log/msmtp.log account home host {{ system_smtp_host | default('mail.b.hostedemail.com') }} port {{ system_smtp_port | default(465) }} # Port 465 is implicit TLS (SMTPS), not STARTTLS. tls_starttls off from {{ system_smtp_from | default('home@bdebyl.net') }} user {{ system_smtp_user | default('home@bdebyl.net') }} password {{ home_smtp }} account default : home