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.
16 lines
442 B
YAML
16 lines
442 B
YAML
---
|
|
|
|
postfix_smtpd_public: false
|
|
postfix_server: false
|
|
postfix_patchwork_enabled: false
|
|
postfix_patchwork_user: "patchwork"
|
|
postfix_patchwork_mail_handler: "/usr/local/bin/patchwork-parsemail-wrapper.sh"
|
|
|
|
mail_domain: "mail.archlinux.org"
|
|
|
|
postfix_relayhost: ""
|
|
|
|
postfix_wiki_bounce_mail_handler: "/usr/local/bin/wiki-bouncehandler.pl"
|
|
postfix_wiki_bounce_user: "wiki_bouncehandler"
|
|
postfix_wiki_bounce_config: "/etc/wiki-bouncehandler.conf"
|