summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.