yum update -y ; reboot
hostnamectl set-hostname "mail.catatanku.com"
exec bash
vim /etc/hosts
192.168.10.10 mail.catatanku.web.id mail
cek domain
dig -t A mail.catatanku.web.id.
dig -t MX catatanku.web.id
install zimbra / ZCS dependencies
yum install unzip net-tools sysstat openssh-clients perl-core libaio nmap-ncat libstdc++.so.6 wget -y
membuat folder zimbra di root
mkdir zimbra && cd zimbra
wget https://files.zimbra.com/downloads/8.8.10_GA/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz --no-check-certificate
ekstrak file tgz
tar zxpvf zcs-8.8.10_GA_3039.RHEL7_64.20180928094617.tgz
cd zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
./install.sh
software license agreement? [N] Y
Zimbra's package repository [Y] Y
Install zimbra-ldap [Y] Y
Install zimbra-logger [Y] Y
Install zimbra-mta [Y] Y
Install zimbra-dnscache [Y] Y
Install zimbra-snmp [Y] Y
Install zimbra-store [Y] Y
Install zimbra-apache [Y] Y
Install zimbra-spell [Y] Y
Install zimbra-memcached [Y] Y
Install zimbra-proxy [Y] Y
Install zimbra-drive [Y] Y
Install zimbra-imapd (BETA - for evaluation only) [N] Y
Install zimbra-chat [Y] Y
the system will be modified. continue? [N] Y
change domain name? [Yes] yes
create domain: [mail.catatanku.web.id] catatanku.web.id
re-create domain no
port conflicts detected - press enter/return key to continue (tekan enter)
address unconfigured (**) items (? - help) 7
select, or 'r' for previous menu [r] 4
password for admin@catatanku.web.id (min 6 characters) : [N2ksMwFo] password
Now press “r” to go to previous menu and then press “a” to apply a (tekan enter)
save conviguration (tekan enter)
notify Zimbra of your installation? [Yes] Yes
Configuration complere - press return to exit (tekan enter)
iptables -F
atau
firewall-cmd --permanent --add-port={25,80,110,143,443,465,587,993,995,5222,5223,9071,7071}/tcp
firewall-cd --reload
mencoba browser
untuk admin
https://mail.catatanku.web.id:7071/
atau
https://192.168.10.10:7071/
untuk client
https://mail.catatanku.web.id
https://mail.catatanku.web.id:8443
atau
https://192.168.10.10
https://192.168.10.10:8443
melihat status zimbra, masuk ke zimbra dengan command
su - Zimbra
zmcontrol status
untuk merestart
zmcontrol restart
untuk melihat hostname, di root
sysctl kernel.hostname
untuk merubah hostname
kernel.hostname=mail
Jika ketika masuk ke webmail ada error "Unknown command sent to server: ZxChatRequest"
ketikan perintah di root
/opt/zimbra/zimlets/com_zextras_chat_open.zip
zmzimletctl deploy /opt/zimbra/zimlets/com_zextras_chat_open.zip
zmprov fc all
zmmailboxdctl restart
untuk melihat log
tail -f /var/log/zimbra.log
jika tidak bisa mengirim atau menerima email
zimbra 8.5 keatas, masuk ke zimbra
zmprov ms mail.catatanku.web.id zimbraMtaLmtpHostLookup native
atau
zmprov mcf zimbraMtaLmtpHostLookup native
lalu restart
zmmtactl restart
untuk uninstall
cd /root/zimbra/zcs-8.8.10_GA_3039.RHEL7_64.20180928094617
./install.sh -u