Explorar el Código

exim-relay: fix dkim permissions, fix sender address

pull/3273/head
Aine hace 2 años
padre
commit
858b300a5a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Ver fichero

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

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 Ver fichero

@@ -19,7 +19,7 @@
version: v2.0.1-2
name: etherpad
- 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
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
version: v10.4.2-0


Cargando…
Cancelar
Guardar