Przeglądaj źródła
Merge pull request #3273 from etkecc/master
exim-relay: fix dkim permissions, fix sender address
pull/3274/head
Slavi Pantaleev
1 rok temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z
2 dodań i
2 usunięć
-
group_vars/matrix_servers
-
requirements.yml
|
|
|
@@ -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 }}" |
|
|
|
|
|
|
|
######################################################################## |
|
|
|
# # |
|
|
|
|
|
|
|
@@ -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 |
|
|
|
|