Enable test mail by default; disable on travis

This commit is contained in:
Unknown 2018-05-08 20:18:28 +08:00
parent 41fdeac58d
commit ea82369fd8
2 changed files with 4 additions and 3 deletions

View File

@ -29,8 +29,8 @@ msmtp_alias_default : emailer.tests@yandex.com
msmtp_alias_root : emailer.tests@yandex.com
msmtp_alias_cron : emailer.tests@yandex.com
## Only enable, if the smtp account is working
msmtp_send_test_mail: no
## Enable, if the the smtp account is working
msmtp_send_test_mail: yes
## This will remove most other mail transfer agents such as postfix, exim,...!
msmtp_remove_mtas: no

View File

@ -4,4 +4,5 @@
roles:
- role: role_under_test
msmtp_send_test_mail: yes
# test mail works in a local docker container, but not on travis
msmtp_send_test_mail: no