This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Set MAILNAME env variable to FQDN hostname for matrix-mailer.
pull/61/head
Hardy Erlinger
7 years ago
parent
87b5f0a4d4
commit
2fc0f5f3cf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-server/templates/env/env-mailer.j2
+ 1
- 1
roles/matrix-server/templates/env/env-mailer.j2
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save