summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-05-22 17:22:09 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-05-22 17:22:09 -0300
commite2af62e884c0b4c3f4aebac143ae3eb749137ea8 (patch)
tree7b128dc2e97f32018b6d4c84a7cebb2016d0f8b2
parenta2626f31d94c4181fee511044a27977d146fe051 (diff)
Improves IP setup documentation
with @tayane
-rw-r--r--pages/docs/platform/tutorials/single-node-email.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/docs/platform/tutorials/single-node-email.md b/pages/docs/platform/tutorials/single-node-email.md
index 0a73e6e..64bf943 100644
--- a/pages/docs/platform/tutorials/single-node-email.md
+++ b/pages/docs/platform/tutorials/single-node-email.md
@@ -25,10 +25,12 @@ In order to add [[services => services]] to a node, edit the node's JSON configu
In our example, we would edit `nodes/wildebeest.json`:
{
- "ip_address": "1.1.1.1",
+ "ip_address": "XXX.XXX.XXX.XXX",
"services": ["couchdb", "webapp", "mx", "soledad"]
}
+Where "XXX.XXX.XXX.XXX" should be replaced by your IP provider.
+
Here, we added `mx` and `soledad` to the node's `services` list. Briefly:
* **mx**: nodes with the **mx** service will run postfix mail transfer agent, and are able to receive and relay email on behalf of your domain. You can have as many as you want, spread out over as many nodes as you want.