1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00
infrastructure/group_vars/all/postfix.yml
2022-05-12 08:09:52 +03:00

6 lines
246 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 }}"