Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1591

I should be able to delete a domain name with the same name I used to create it.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0-beta5
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            btellier Benoit Tellier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: