Ver a proveniência

Merge pull request #3273 from etkecc/master

exim-relay: fix dkim permissions, fix sender address
pull/3274/head
Slavi Pantaleev há 2 anos
committed by GitHub
ascendente
cometimento
f60e4a8241
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Ver ficheiro

@@ -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 ficheiro

@@ -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


Carregando…
Cancelar
Guardar