Explorar el Código
Merge pull request #61 from hardye/matrix-mailer-mailname
Set MAILNAME env variable to FQDN hostname for matrix-mailer
pull/66/head
Slavi Pantaleev
hace 7 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/matrix-server/templates/env/env-mailer.j2
|
|
|
@@ -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 %} |
|
|
|
|