GoMatrixHosting v0.5.5

This commit is contained in:
Michael-GMH
2021-07-15 12:46:38 +08:00
parent 245986c793
commit 03006eb5ab
256 changed files with 21 additions and 16480 deletions

View File

@@ -1,9 +0,0 @@
#jinja2: lstrip_blocks: "True"
{% if matrix_mailer_relay_use %}
SMARTHOST={{ matrix_mailer_relay_host_name }}::{{ matrix_mailer_relay_host_port }}
{% endif %}
{% if matrix_mailer_relay_auth %}
SMTP_USERNAME={{ matrix_mailer_relay_auth_username }}
SMTP_PASSWORD={{ matrix_mailer_relay_auth_password }}
{% endif %}
HOSTNAME={{ matrix_mailer_hostname }}