Explorar el Código

Set MAILNAME env variable to FQDN hostname for matrix-mailer.

pull/61/head
Hardy Erlinger hace 7 años
padre
commit
2fc0f5f3cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-server/templates/env/env-mailer.j2

+ 1
- 1
roles/matrix-server/templates/env/env-mailer.j2 Ver fichero

@@ -1,4 +1,4 @@
MAILNAME=matrix-mailer
MAILNAME={{ hostname_matrix }}
{% if matrix_mailer_relay_use %}
RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
{% endif %}


Cargando…
Cancelar
Guardar