secured Yandex account. fixed formatting for ansible lint.
This commit is contained in:
parent
4996f19549
commit
cdb7b27ab2
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
msmtp_accounts:
|
msmtp_accounts:
|
||||||
# Account 1 - a real account for testing (feel free to use it for this role)
|
# 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: yandex
|
- account: yandex
|
||||||
host: smtp.yandex.com
|
host: smtp.yandex.com
|
||||||
port: 587
|
port: 587
|
||||||
auth: "on"
|
auth: "on"
|
||||||
from: emailer-tests@yandex.com
|
from: emailer-tests@yandex.com
|
||||||
user: emailer-tests@yandex.com
|
user: emailer-tests@yandex.com
|
||||||
password : WHUXevzmwYGpwi+XTu3CeY
|
password: jhlrizltgkmnkkgm
|
||||||
#Account 2
|
#Account 2
|
||||||
- account: mysmtp
|
- account: mysmtp
|
||||||
host: smtp.example
|
host: smtp.example
|
||||||
|
@ -29,7 +30,7 @@ msmtp_alias_default : emailer.tests@yandex.com
|
||||||
msmtp_alias_root: emailer.tests@yandex.com
|
msmtp_alias_root: emailer.tests@yandex.com
|
||||||
msmtp_alias_cron: emailer.tests@yandex.com
|
msmtp_alias_cron: emailer.tests@yandex.com
|
||||||
|
|
||||||
## Enable, if the the smtp account is working
|
## Enable, if the the default smtp account is working
|
||||||
msmtp_send_test_mail: yes
|
msmtp_send_test_mail: yes
|
||||||
|
|
||||||
## This will remove most other mail transfer agents such as postfix, exim,...!
|
## This will remove most other mail transfer agents such as postfix, exim,...!
|
||||||
|
|
Loading…
Reference in a new issue