From 6d30bc530f9276355b711005285924190ea7059e Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 22 Aug 2024 14:08:49 +0200 Subject: [PATCH] Document the email policy in the reference --- docs/reference/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 383c923c..42913b88 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -357,6 +357,13 @@ policy: allow_missing_client_uri: false # don't require clients to provide a contacts field. default: false allow_missing_contacts: false + # restrict emails on registration to a specific domain + # This array is evaluated as a glob + allowed_domains: + - *.example.com + # ban specific domains from registration + banned_domains: + - *.banned.example.com ``` ## `rate_limiting`