浏览代码

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


正在加载...
取消
保存