summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorStas Vovk <stas@vovk.me>2015-10-13 13:27:34 +0300
committerStas Vovk <stas@vovk.me>2015-10-13 13:27:34 +0300
commit822881e51aa2edce1c4d7d2e11bc44c3886daf1e (patch)
tree86c0a80048eeb66e71a80170a9a06f5931349a09 /doc/install
parent450b56c1bd428115f66d6f0bf87691e50aaaaffa (diff)
parentf4f43357973c94cbb67a9bfe08d2f0b74885aefe (diff)
downloadchat-822881e51aa2edce1c4d7d2e11bc44c3886daf1e.tar.gz
chat-822881e51aa2edce1c4d7d2e11bc44c3886daf1e.tar.bz2
chat-822881e51aa2edce1c4d7d2e11bc44c3886daf1e.zip
Merge branch 'PLT-589' of github.com:stasvovk/platform into PLT-589
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/SMTP-Email-Setup.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/install/SMTP-Email-Setup.md b/doc/install/SMTP-Email-Setup.md
index 86e2bb20e..8700ac637 100644
--- a/doc/install/SMTP-Email-Setup.md
+++ b/doc/install/SMTP-Email-Setup.md
@@ -39,3 +39,17 @@ To enable email, turn this option off by setting `ByPassEmail=false` and configu
2. Kill the process `kill pid`
3. The service should restart automatically. Verify the Mattermost service is running with `ps -A`
4. Current logged in users will not be affected, but upon logging out or session expiration users will be required to verify their email address.
+
+### Troubleshooting SMTP
+
+If you receive an error message during SMTP setup, do a web search for the error code number to narrow down the issue. Sometimes ISPs require nuanced setups for SMTP and error codes can hint at how to make the proper adjustments.
+
+For example, if you have an error code reading:
+
+```
+Connection unsuccessful: Failed to add to email address - 554 5.7.1 <unknown[IP-ADDRESS]>: Client host rejected: Access denied
+```
+
+Search for `554 5.7.1 error` and `Client host rejected: Access denied`.
+
+