The `smtp-relay.yml` playbook configures Postfix on the managed node as an SMTP relay.
9 lines
165 B
YAML
9 lines
165 B
YAML
smtp:
|
|
mode: relay
|
|
host: mail.pyrocufflink.net
|
|
port: 587
|
|
auth: plain
|
|
username: '{{ smtp_username }}'
|
|
password: '{{ smtp_password }}'
|
|
security: starttls
|