Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Created April 5, 2017 20:40
Show Gist options
  • Save richardsonlima/d07559da715d468bbe6bb351ee7c3888 to your computer and use it in GitHub Desktop.
Save richardsonlima/d07559da715d468bbe6bb351ee7c3888 to your computer and use it in GitHub Desktop.
su - zimbra
zmprov -l gaa | while read ACCOUNT
do
zmprov ma ${ACCOUNT} zimbraPrefPop3DownloadSince $(date "+%Y%m%d%H%M%S"Z)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment