This file contains 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
#!/bin/bash | |
# Create delegated administrator on Zimbra 8.x FOSS Edition | |
# Credits to barrydegraaff: https://gist.github.com/barrydegraaff/d1549d7e3f1951067da2 | |
# Warning: MUST be use as ZIMBRA user and DOMAIN variable MUST be set | |
# Delegated admin can create/modify accounts, alias, distribution lists and resources | |
# Domain of concern to be changed | |
DOMAIN='example.com' |