mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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.
6 lines
242 B
YAML
6 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}}"
|