Compare commits
No commits in common. "499bd20ad1e7f7144e08d65cecc505de80da670b" and "04b3fb4baa796eed00754f6f2933d24442a26bd7" have entirely different histories.
499bd20ad1
...
04b3fb4baa
|
@ -99,9 +99,3 @@ ttrss:
|
|||
keycloak:
|
||||
domain: sso.{{ base_domain }}
|
||||
volume_folder: "{{ volume_root_folder }}/keycloak"
|
||||
|
||||
postfix:
|
||||
allowed_sender_domains:
|
||||
- "services.{{ base_domain }}"
|
||||
- "{{ passit.domain }}"
|
||||
- "{{ fider.domain }}"
|
||||
|
|
|
@ -15,6 +15,5 @@
|
|||
networks:
|
||||
- name: postfix
|
||||
env:
|
||||
ALLOWED_SENDER_DOMAINS: "{{ postfix.allowed_sender_domains|join(' ') }}"
|
||||
HOSTNAME: "mail.data.coop" # the name the smtp server will identify itself as
|
||||
ALLOWED_SENDER_DOMAINS: "services.{{ base_domain }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue