This Python 3 script automates the process of installing single-server Zimbra Open Source Edition v8.8.15 on CentOS 8
- Must be a fresh CentOS 8 minimal installation
- Static network configuration must be already set
- Python 3 present on the server where Zimbra will be installed
Clone and change directory to the project folder
# git clone https://github.com/jancubillan/python-zimbra-single.git
# cd python-zimbra-single
Modify the variables file then run tha main.py script
# vi vars/main.py
# python3 main.py
Reset Administrator password:
# zmprov sp [email protected] mypassword
MIT License
Author: Jan Cubillan
GitHub: https://github.com/jancubillan