It is on account and cos (and please don't modify that zimbra-attrs.xml file, all bets are off if you do):
Code:
$ grep CacheDuration /opt/zimbra/conf/attrs/zimbra-attrs.xml
<attr id="386" name="zimbraPrefOutOfOfficeCacheDuration" type="duration" cardinality="single" optionalIn="account,cos" flags="domainAdminModifiable">
So the command line would be:
Code:
zmprov ma user@domain zimbraPrefOutOfOfficeCacheDuration 1d
for one day. The duration syntax is:
Code:
duration: ^\d+[hmsd]?$. If [hmsd] is not specified, the default is milliseconds.