Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
Here are the commands (using JPA implementation) :
root@yoda:/home/btellier# docker exec 9253 /root/james-server-app-3.0.0-beta5-SNAPSHOT/bin/james-cli.sh -h 127.0.0.1 -p 9999 adddomain Toto
adddomain command executed sucessfully in 65 ms.
root@yoda:/home/btellier# docker exec 9253 /root/james-server-app-3.0.0-beta5-SNAPSHOT/bin/james-cli.sh -h 127.0.0.1 -p 9999 removeDomain Toto
removedomain command executed sucessfully in 93 ms.
root@yoda:/home/btellier# docker exec 9253 /root/james-server-app-3.0.0-beta5-SNAPSHOT/bin/james-cli.sh -h 127.0.0.1 -p 9999 listdomains
domain
james.linagora.com
toto
172.17.3.33
172.17.3.33
listdomains command executed sucessfully in 50 ms.
Acceptance criteria :
The caller should be able to supress a domain using the exact same name.