smtp-relay: PB to deploy Postfix SMTP relay
The `smtp-relay.yml` playbook configures Postfix on the managed node as an SMTP relay.
This commit is contained in:
8
group_vars/smtp-relay.yml
Normal file
8
group_vars/smtp-relay.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
smtp:
|
||||
mode: relay
|
||||
host: mail.pyrocufflink.net
|
||||
port: 587
|
||||
auth: plain
|
||||
username: '{{ smtp_username }}'
|
||||
password: '{{ smtp_password }}'
|
||||
security: starttls
|
||||
Reference in New Issue
Block a user