Browse Source

Merge pull request #61 from hardye/matrix-mailer-mailname

Set MAILNAME env variable to FQDN hostname for matrix-mailer
pull/66/head
Slavi Pantaleev 7 years ago
committed by GitHub
parent
commit
7e8d9d3fab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-server/templates/env/env-mailer.j2

+ 1
- 1
roles/matrix-server/templates/env/env-mailer.j2 View File

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


Loading…
Cancel
Save