Postby pup_seba » Tue Oct 21, 2014 3:26 am
Hi,
There are 3 basic ways to find out more about any specific attribute.
1) You can use the web admin console. If you leave your cursor moveless on top of a configuration you will be able to see the matching attribute and maybe the button "more" to get more info.
2) Look for documentation. Admin guide is a good place to start.
3) Use zmprov desc -a. In your particular case, this is the result:
[zimbra@zimbra1 ~]$ zmprov desc -a zimbrahsmage
zimbraHsmAge
Deprecated since: 6.0.0_BETA2. deprecated in favor for
zimbraHsmPolicy. Orig desc: Minimum age of mail items whose filesystem
data will be moved to secondary storage.. Must be in valid duration
format: {digits}{time-unit}. digits: 0-9, time-unit: [hmsd]|ms. h -
hours, m - minutes, s - seconds, d - days, ms - milliseconds. If time
unit is not specified, the default is s(seconds).
type : duration
value :
callback :
immutable : false
cardinality : single
requiredIn :
optionalIn : server,globalConfig
flags : serverInherited
defaults : 30d
min : 0
max :
id : 8
requiresRestart :
since :
deprecatedSince : 6.0.0_BETA2
[zimbra@zimbra1 ~]$ zmprov desc -a zimbraHsmPolicy
zimbraHsmPolicy
The policy that determines which mail items get moved to secondary
storage during HSM. Each value specifies a comma-separated list of
item types and the search query used to select items to move. See the
spec for <SearchRequest> for the complete list of item types and
query.txt for the search query spec.
type : string
value :
callback :
immutable : false
cardinality : multi
requiredIn :
optionalIn : server,globalConfig
flags : serverInherited
defaults : message,document:before:-30days
min :
max :
id : 1024
requiresRestart :
since : 6.0.0_BETA2
deprecatedSince :