Sfoglia il codice sorgente

exim-relay: fix dkim permissions, fix sender address

pull/3273/head
Aine 1 anno fa
parent
commit
858b300a5a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 34969C908CCA2804
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Vedi File

@@ -3364,7 +3364,7 @@ exim_relay_container_image_self_build: "{{ matrix_architecture not in ['amd64',


exim_relay_hostname: "{{ matrix_server_fqn_matrix }}" exim_relay_hostname: "{{ matrix_server_fqn_matrix }}"


exim_relay_sender_address: "matrix@{{ matrix_domain }}"
exim_relay_sender_address: "matrix@{{ exim_relay_hostname }}"


######################################################################## ########################################################################
# # # #


+ 1
- 1
requirements.yml Vedi File

@@ -19,7 +19,7 @@
version: v2.0.1-2 version: v2.0.1-2
name: etherpad name: etherpad
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
version: v4.97.1-r0-0-1
version: v4.97.1-r0-0-2
name: exim_relay name: exim_relay
- src: git+https://gitlab.com/etke.cc/roles/grafana.git - src: git+https://gitlab.com/etke.cc/roles/grafana.git
version: v10.4.2-0 version: v10.4.2-0


Caricamento…
Annulla
Salva