Page 1 of 1

Disabling Zimbra Archiving

Posted: Thu Oct 12, 2017 5:23 pm
by sheehanje
We are moving to a 3rd party archival solution. It's already archiving mail as a milter server, so we want to globally shut off archiving of all mailboxes, while keeping the archive mailboxes in tact while we start migrating historical mail to the new system. Is there a way to do this globally? We have 3 primary zimbra mailbox servers, a proxy/mta server, and 1 archive server.

Thanks,

John

Re: Disabling Zimbra Archiving

Posted: Thu Oct 12, 2017 5:30 pm
by phoenix

Re: Disabling Zimbra Archiving

Posted: Fri Oct 13, 2017 12:09 pm
by L. Mark Stone
You can turn it off globally but you may need to turn it off in your Classes of Service and at the account level as well if set there.

Code: Select all

zimbra@smtp2:~$ zmprov desc -a zimbraArchiveEnabled
zimbraArchiveEnabled
    whether account archiving is enabled

               type : boolean
              value : 
           callback : 
          immutable : false
        cardinality : single
         requiredIn : 
         optionalIn : cos,account,globalConfig
              flags : accountInherited
           defaults : FALSE,FALSE
                min : 
                max : 
                 id : 1206
    requiresRestart : 
              since : 8.0.0
    deprecatedSince : 

zimbra@smtp2:~$ 
Hope that helps,
Mark