forked from data.coop/ansible
Change default sender domain to @services.data.coop so as not to cause issues with our @data.coop emails
This commit is contained in:
parent
a5a2d38b0c
commit
c0bd431d3c
|
@ -15,5 +15,5 @@
|
||||||
networks:
|
networks:
|
||||||
- name: postfix
|
- name: postfix
|
||||||
env:
|
env:
|
||||||
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"
|
ALLOWED_SENDER_DOMAINS: "services.{{ base_domain }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue