Change default sender domain to @services.data.coop so as not to cause issues with our @data.coop emails

This commit is contained in:
Jesper Hess 2021-10-10 18:03:09 +02:00
parent a5a2d38b0c
commit c0bd431d3c
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
networks:
- name: postfix
env:
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"
ALLOWED_SENDER_DOMAINS: "services.{{ base_domain }}"