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
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
|||
networks:
|
||||
- name: postfix
|
||||
env:
|
||||
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"
|
||||
ALLOWED_SENDER_DOMAINS: "services.{{ base_domain }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue