diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-22 13:54:19 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-22 13:54:19 +0100 |
commit | b4b74eaaf70add887891cad33626a32f24c2736c (patch) | |
tree | 9d6e0573a35551e8d662db5c5596c2cd1bfbdbc2 /docs/installing | |
parent | 6d80b813cc6fc16f31db31ffb161d1ffbb7d62bb (diff) |
fixup! Add external SMTP check example.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 20b672856..e8a1556dd 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -598,7 +598,7 @@ Check out the [next steps]({{ site.baseurl }}docs/installing/next_steps/). $ telnet mail.example.com 25 Trying 10.10.10.30... - telnet: connect to address 10.10.10.30: Connection refused + telnet: connect to address 10.10.10.30: Connection refused The transcript below shows a successful connection where the server accepts mail for delivery (the commands you would type are prefixed |