This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit dec068ffae0940e655b6eb0833efc1c64953ff5a Author: Benoit Tellier <[email protected]> AuthorDate: Thu Oct 31 09:34:38 2019 +0700 JAMES-2943 Document auto-detected domain removal failure --- src/site/markdown/server/manage-webadmin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index ef0cc8f..12256ad 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -182,6 +182,9 @@ Response codes: curl -XDELETE http://ip:port/domains/domainToBeDeleted ``` +Note: Deletion of an auto-detected domain or of an auto-detected ip is not supported. We encourage you instead to review +your [domain list configuration](https://james.apache.org/server/config-domainlist.html). + Response codes: - 204: The domain was successfully removed --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
