summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-07-02 17:21:48 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-07-02 17:21:48 +0100
commit72d589ff1e75bbd7d72f6fc470c5f73e635396ff (patch)
treef9d8e2cf09c4dc6b551e3d27caf4b09bdf310912
parentRemove SMTP_* env var functionality from docker conf (diff)
downloadsynapse-anoa/remove_smtp_docker_functionality.tar.xz
-rw-r--r--changelog.d/5596.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5596.bugfix b/changelog.d/5596.bugfix
new file mode 100644
index 0000000000..da7ca1ed8c
--- /dev/null
+++ b/changelog.d/5596.bugfix
@@ -0,0 +1 @@
+Removed the `SYNAPSE_SMTP_*` docker container environment variables. Using these environment variables prevented the docker container from starting in Synapse v1.0, even though they didn't actually allow any functionality anyway. Users are advised to remove `SYNAPSE_SMTP_HOST`, `SYNAPSE_SMTP_PORT`, `SYNAPSE_SMTP_USER`, `SYNAPSE_SMTP_PASSWORD` and `SYNAPSE_SMTP_FROM` environment variables from their docker run commands.