Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Quota exceeded for the store

    Kopano Groupware Core
    4
    6
    895
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • pawel
      pawel last edited by

      Hello,

      I tried to import a large mailbox into Kopano but then it failed because I exceeded quota.
      In DeskApp I see error

      "The message store has exceeded its hard quota limit.
      To reduce the amount of data in this message store, select some items that you no longer need, delete them and cleanup your Deleted Items folder."
      
      

      I deleted quite some messages - still the same.

      I changed the settings in server.cfg

      quota_warn = 0
      quota_soft = 0
      quota_hard = 0
      
      companyquota_warn = 0
      companyquota_soft = 0
      companyquota_hard = 0
      
      

      I tried to change the quota for the user himself

      kopano-cli --user user1  --quota-override yes --quota-warn 7000 --quota-soft 25000 --quota-hard 30000
      

      But I’m getting an error:

      MAPI error 80040102 (MAPI_E_NO_SUPPORT)
      

      LDAP shows following information

      kopanoQuotaOverride: 1
      kopanoQuotaWarn: 1000000000
      kopanoQuotaSoft: 1100000000
      kopanoQuotaHard: 1200000000
      
      

      Any pointers?

      Thanks,
      Paweł

      fbartels 1 Reply Last reply Reply Quote 0
      • fbartels
        fbartels Kopano @pawel last edited by

        @pawel said in Quota exceeded for the store:

        I tried to change the quota for the user himself
        kopano-cli --user user1 --quota-override yes --quota-warn 7000 --quota-soft 25000 --quota-hard 30000

        But I’m getting an error:
        MAPI error 80040102 (MAPI_E_NO_SUPPORT)

        The “no support” error is expected when running the ldap backend, as kopano-cli then cannot modify these values.

        What quota values are shown when calling e.g. kopano-cli -u username?

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • pawel
          pawel last edited by

          The one from LDAP:

          Store:                        572514E624714CBABF0855EBAF5C0A01
          Store size:                   7389.00 MB
          Send-as:
          Delegation:
          Auto-accept meeting requests: no
          Out-Of-Office:                disabled
          Current user store quota settings:
              Quota overrides:          yes
              Warning level:            1000000000
              Soft level:               1100000000
              Hard level:               1200000000
          
          
          1 Reply Last reply Reply Quote 0
          • fbartels
            fbartels Kopano last edited by

            Hi @pawel ,

            that output looks good. If you still get the over quota message in WebApp/DeskApp I would recommend to get in contact with our support.

            Regards Felix

            Resources:
            https://kopano.com/blog/how-to-get-kopano/
            https://documentation.kopano.io/
            https://kb.kopano.io/

            Support overview:
            https://kopano.com/support/

            1 Reply Last reply Reply Quote 0
            • bhuisman
              bhuisman last edited by

              Hi @pawel - the quota values in the output are in bytes. This will be resolved in one of the future releases - the development ticket in question is https://jira.kopano.io/browse/KC-1017

              Regards, Bob

              Need support?
              Have a look at https://kopano.com/support/ for options.

              Helpful resources:
              https://kopano.com/blog/how-to-get-kopano/
              https://documentation.kopano.io/
              https://kb.kopano.io/

              1 Reply Last reply Reply Quote 0
              • jengelh
                jengelh Banned last edited by

                Just use kopano-admin, which, for years, has been showing digestible quota sizes already:

                # kopano-admin --details foo
                ...
                Server version:         8.6.80
                Mapped properties:
                        0x8C6D0102                      48 bytes
                        PR_GIVEN_NAME                   foo
                        PR_SURNAME                      foo
                        PR_EMS_AB_IS_MEMBER_OF_DL       1 values
                        PR_EC_ENABLED_FEATURES          imap; mobile; outlook; pop3; webapp
                        PR_EC_DISABLED_FEATURES 
                Current user store quota settings:
                 Quota overrides:       no
                 Warning level:         unlimited
                 Soft level:            unlimited
                 Hard level:            1200.00 MB
                

                Kopano itself will not modify LDAP; for this, an external tool needs to be used (and you likely already had one to add the user initially).

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post