This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 91a57adcc993c5c84a6edacb288600f896ebe739 Author: Rémi KOWALSKI <[email protected]> AuthorDate: Thu Mar 5 10:07:44 2020 +0100 [Documentation] fix add domain aliases title in webadmin documentation --- src/site/markdown/server/manage-webadmin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index a4a9666..dcc35c6 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -40,7 +40,7 @@ Finally, please note that in case of a malformed URL the 400 bad request respons - [Cassandra Schema upgrades](#Cassandra_Schema_upgrades) - [Correcting ghost mailbox](#Correcting_ghost_mailbox) - [Creating address aliases](#Creating_address_aliases) - - [Creating address domain](#Creating_address_domain) + - [Creating address domain aliases](#Creating_address_domain_aliases) - [Creating address forwards](#Creating_address_forwards) - [Creating address group](#Creating_address_group) - [Creating regex mapping](#Creating_regex_mapping) @@ -1765,7 +1765,7 @@ Response codes: - 204: OK - 400: Alias structure or member is not valid -## Creating address domain +## Creating address domain aliases You can use **webadmin** to define domain mappings. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
