Created
April 5, 2017 20:40
-
-
Save richardsonlima/d07559da715d468bbe6bb351ee7c3888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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