Announcement

Collapse
No announcement yet.

upload_quota per user

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • upload_quota per user

    hi every1,

    at file infostore.properties it says on MAX_UPLOAD_SIZE

    "...this value can be overridden on an per-user basis by setting the upload_quota in the mail configuration of this user..."

    where do i find upload_quota at user's preferences?

    greetings to all

    kniggisiggi

  • #2
    Hi,

    this value can be set at the "changeuser" or "createuser" command line tool:
    --uploadfilesizelimit <intvalue> UploadFileSizeLimit
    --uploadfilesizelimitperfile <intvalue> UploadFileSizeLimitPerFile

    Greetings

    Comment


    • #3
      hi martin,

      thanks for the quick reply.

      Code:
      changeuser -A contextadmin -P secret -c 1 -u testuser --uploadfilesizelimit 1000000
      didn't work:

      HTML Code:
      Error: Unrecognized options on the command line: Unknown option '--uploadfilesizelimit'
      i am using Build 6.8.1-6811
      Last edited by kniggisiggi; 06-19-2009, 12:31 PM.

      Comment


      • #4
        Ah sorry, i'm using the latest development snapshots where this option has already been introduced. It will be available with the next major release 6.10.

        Greetings

        Comment

        Working...
        X