This Chef Solo repo automates the process of installing single-server Zimbra Open Source Edition v8.8.15 on CentOS 7.
- Must be a fresh CentOS 7 minimal installation.
- Static network configuration must be already set.
- This repo will be cloned on the node where Zimbra will be installed.
- Run as root.
- Repo is cloned at /root directory.
To install:
# cd /root/chef-solo-zimbra
# ./install.sh
To uninstall:
# cd /root/chef-solo-zimbra
# ./install.sh --uninstall
The recipe in the cookbook also installs Fail2Ban configured with predetermined jails and filters. You can view them in /etc/fail2ban directory.
# fail2ban-client status
Status
|- Number of jail: 4
`- Jail list: sshd, zimbra-admin, zimbra-smtp, zimbra-webmail
MIT License
- Author: Jan Cubillan
- GitHub: https://github.com/jancubillan