Last active
April 5, 2017 20:39
-
-
Save richardsonlima/14f9ac3d06beef712f9357eee32ddd50 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