From e2af62e884c0b4c3f4aebac143ae3eb749137ea8 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Mon, 22 May 2017 17:22:09 -0300 Subject: Improves IP setup documentation with @tayane --- pages/docs/platform/tutorials/single-node-email.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3