ansible-msmtp-mailer/defaults/main.yml

30 lines
959 B
YAML
Executable File

---
msmtp_accounts:
# Account 1 - a real account for testing (feel free to use it for this role)
# Uses Yandex app password limited to POP3, SMTP and IMAP
- account: gmail
host: smtp.gmail.com
port: 587
auth: "on"
from: example@gmail.example
user: example@gmail.example
password: "some password"
msmtp_default_account: gmail
msmtp_domain: gmail.com
## Logging (Select A) "syslog" or B) "file" logging or C) "no" log
msmtp_log: file
msmtp_logfile: /var/log/msmtp.log
## Aliases mail account ( only msmtp_alias_default is required the rest is optional )
msmtp_alias_default: example@gmail.example
msmtp_alias_root: example@gmail.example
msmtp_alias_cron: example@gmail.example
## Enable, if the the default smtp account is working
msmtp_send_test_mail: no
## This will remove most other mail transfer agents such as postfix, exim,...!
msmtp_remove_mtas: no