瀏覽代碼

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

pull/61/head
Hardy Erlinger 7 年之前
父節點
當前提交
2fc0f5f3cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-server/templates/env/env-mailer.j2

+ 1
- 1
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 %}


Loading…
取消
儲存