mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-17 17:42:45 +00:00
Merge pull request #61 from hardye/matrix-mailer-mailname
Set MAILNAME env variable to FQDN hostname for matrix-mailer
This commit is contained in:
commit
7e8d9d3fab
@ -1,4 +1,4 @@
|
|||||||
MAILNAME=matrix-mailer
|
MAILNAME={{ hostname_matrix }}
|
||||||
{% if matrix_mailer_relay_use %}
|
{% if matrix_mailer_relay_use %}
|
||||||
RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
|
RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user