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