瀏覽代碼
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 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
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 %} |
|
|
|
|