summaryrefslogtreecommitdiff
path: root/pages/docs/platform
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-25 10:48:03 -0800
committerelijah <elijah@riseup.net>2016-01-25 10:48:03 -0800
commit922873cf9525b8eff1afd91ca0c6be4a3fbff01d (patch)
tree9f9e6778627e844b682f3080e4271cb712abd4dc /pages/docs/platform
parent1a4e586a168ca044625865d3986790364985061d (diff)
fix services/mx typo
Diffstat (limited to 'pages/docs/platform')
-rw-r--r--pages/docs/platform/services/mx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/services/mx.md b/pages/docs/platform/services/mx.md
index 0917389..1a34b66 100644
--- a/pages/docs/platform/services/mx.md
+++ b/pages/docs/platform/services/mx.md
@@ -23,7 +23,7 @@ For example:
"robin": "robin@bird.org",
"flock": ["junco@bird.org", "robin", "crow"],
"chickadee@avian.org": "chickadee@bird.org",
- "flicker": ["flicker@bird.org", "flicker@local.delivery"]
+ "flicker": ["flicker@bird.org", "flicker@deliver.local"]
}
}
@@ -32,4 +32,4 @@ This example demonstrates several of the features with `mx.aliases`:
1. alias lists: by specifying an array of destination addresses, as in the case of "flock", the single email will get copied to each address.
1. chained resolution: alias resolution will recursively continue until there are no more matching aliases. For example, "flock" is resolved to "robin", which then gets resolved to "robin@bird.org".
1. virtual domains: by specifying the full domain, as in the case of "chickadee@avian.org", the alias will work for any domain you want. Of course, the MX record for that domain must point to appropriate MX servers, but otherwise you don't need to do any additional configuration.
-1. local delivery: for testing purposes, it is often useful to copy all incoming mail for a particular address and send those copies to another address. You can do this by adding "@local.delivery" as one of the destination addresses. When "@local.delivery" is found, alias resolution stops and the mail is delivered to that username.
+1. local delivery: for testing purposes, it is often useful to copy all incoming mail for a particular address and send those copies to another address. You can do this by adding "@deliver.local" as one of the destination addresses. When "@local.delivery" is found, alias resolution stops and the mail is delivered to that username.