Announcement

Collapse
No announcement yet.

how can Increase quota Attachment in compose ?

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

  • how can Increase quota Attachment in compose ?

    I have changed attachment.properties

    set 100MB for attachment

    # If the sum of all uploaded files (for contacts, appointments or tasks) in one request is larger than this value,
    # the upload will be rejected. If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in
    # server.properties will be used. If that value is also 0 or not set, uploads will be unrestricted.
    # The size is in Bytes.
    MAX_UPLOAD_SIZE=104857600

    and restart service open-xchange

    But it not work


  • #2
    MAX_UPLOAD_SIZE in attachment.properties is _not_ about mail attachments.

    For mail attachments there are user based settings which are unlimited by default.
    The next used MAX_UPLOAD_SIZE is the one from server.properties.

    Comment


    • #3
      In server.properties

      # If the sum of all uploaded files in one request is greater than this value, the upload will be rejected.
      # This value can be overridden on a per-module basis by setting the MAX_UPLOAD_SIZE parameter in the modules
      # config file (attachment.properties or infostore.properties). Or it can be overriden on a per-user
      # basis by setting the upload_quota in the mail configuration of this user
      # If this value is set to 0 and not overridden by the module config or user config uploads will be unrestricted.
      # The size is in bytes.
      MAX_UPLOAD_SIZE=104857600

      On Drive can upload below 100MB but Attachment in compose can't upload over 10MB
      Last edited by quangduc08; 08-20-2014, 06:27 AM.

      Comment


      • #4
        Hmm,

        please provide a

        grep MAX_UPLOAD_SIZE /opt/open-xchange/etc/*

        Did you define any uploadfilesizelimit to the users?
        (see changeuser --extendedoptions)

        What is the exact version of App Suite you are using?

        Comment


        • #5
          [root@ox-srv1 ~]# grep MAX_UPLOAD_SIZE /opt/open-xchange/etc/*
          /opt/open-xchange/etc/attachment.properties:# the upload will be rejected. If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in
          /opt/open-xchange/etc/attachment.properties:# MAX_UPLOAD_SIZE=10485760
          /opt/open-xchange/etc/attachment.properties:MAX_UPLOAD_SIZE=0
          /opt/open-xchange/etc/infostore.properties:# If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in server.properties will be used. If that value
          /opt/open-xchange/etc/infostore.properties:MAX_UPLOAD_SIZE=104857600
          /opt/open-xchange/etc/infostore.properties:# MAX_UPLOAD_SIZE=1048576000
          /opt/open-xchange/etc/infostore.properties.rpmnew:# If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in server.properties will be used. If that value
          /opt/open-xchange/etc/infostore.properties.rpmnew:MAX_UPLOAD_SIZE=104857 60
          /opt/open-xchange/etc/server.properties:# This value can be overridden on a per-module basis by setting the MAX_UPLOAD_SIZE parameter in the modules
          /opt/open-xchange/etc/server.properties:MAX_UPLOAD_SIZE=104857600
          /opt/open-xchange/etc/server.properties.rpmnew:# This value can be overridden on a per-module basis by setting the MAX_UPLOAD_SIZE parameter in the modules
          /opt/open-xchange/etc/server.properties.rpmnew:MAX_UPLOAD_SIZE=104857600

          Mail server is parallels plesk panel 11.5.3 .
          Plesk is connecting Soap to OX server with Open-xchange off Application on plesk

          can I set upload size for user by plesk panel ?

          Appsuite is Version 7.6.0 Rev7
          Last edited by quangduc08; 08-22-2014, 05:59 AM.

          Comment


          • #6
            Hmm, at least I cannot reproduce.

            If you do a listuser --csv for any of your users you should see the value for uploadfilesizelimit.
            By default this is -1 though and there is no limit (just the server.properties MAX_UPLOAD_SIZE).
            Please make sure first if your users have something else than -1 there.

            For Plesk Panel I cannot tell you unfortunately.

            Comment

            Working...
            X