Hi All...
I have get zimbra account information easily with the following script:
************************************************** **********
#!/bin/bash
zmprov gaa > /tmp/cuentas
for line in `cat /tmp/cuentas`
do
zmprov ga $line displayName zimbraAccountStatus zimbraMailQuota zimbraLastLogonTimestamp >> /tmp/listado
done
************************************************** *******
I'm looking for a zimbra attribute that I can use to get the current usage of a zimbra mail account quota. Anyone can help me? Which is (if exists) this attribute?
Thank You,
YMJ


LinkBack URL
About LinkBacks


