FileUploadMaxSize

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Carlos Augusto
Posts: 2
Joined: Tue Jul 02, 2019 4:46 pm
Location: Brazil

FileUploadMaxSize

Post by Carlos Augusto »

Hi! My Zimbra server has 27 different domains. I'd like to increase FileUploadMaxSize of only one domain. How can I do that? Thanks!
User avatar
gabrieles
Outstanding Member
Outstanding Member
Posts: 236
Joined: Tue Feb 14, 2017 9:40 am

Re: FileUploadMaxSize

Post by gabrieles »

You can't. It's a globalConfig attribute, it's valid infrastructure-wide. Or at most server-wide if you set it up in serverConfig, but not per domain.

Code: Select all

$ zmprov desc -a zimbraFileUploadMaxSize
zimbraFileUploadMaxSize
    Maximum size in bytes for file uploads

               type : long
              value :
           callback :
          immutable : false
        cardinality : single
         requiredIn :
         optionalIn : globalConfig,server
              flags : accountInfo,serverInherited
           defaults : 10485760
                min :
                max :
                 id : 227
    requiresRestart :
              since :
    deprecatedSince :
Carlos Augusto
Posts: 2
Joined: Tue Jul 02, 2019 4:46 pm
Location: Brazil

Re: FileUploadMaxSize

Post by Carlos Augusto »

Thank you very much for the answer, gabrieles!
Post Reply