infrastructure/group_vars/all/postfix.yml
Phillip Smith 5534a556b6 add relayhost option to postfix role
when deploying the postfix role, specify postfix_relayhost variable with the
hostname of the smtp smarthost to use for delivery. all outbound smtp mail
will be delivered via the specified host.
2019-10-29 17:59:26 +11:00

5 lines
242 B
YAML

# This is overridden for the actual mail server which uses mail.archlinux.org.
mail_domain: "{{inventory_hostname}}"
# password used by postfix for relaying to a central smtp server
postfix_relay_password: "{{vault_postfix_relay_password}}"