Zimbra require 10GB free disk space for software and logs (you can't install zimbra if it found less than 6GB for /opt/zimbra. Error message appear).
Installation on Fedora 6:
- Create partitions, manual suggest a /boot partition (100MB), a swap partition set to twice the size of the ram and a / partition set with remaining disk space size (I suggest 10 or more GB)
- Network configuration:
specify the fully qualified hostname -> yourservername.yourdomain.com
I choose to uncheck ipv6
- Type of installation: I choose WEB Server, anyway you don't need to install mysql, tomcat, ldap. Zimbra installs in /opt/zimbra its ldap, mysql, ....
You only needs named for dns resolution.
After reboot:
- Disable Firewall and SELinux
- From terminal install this package. You find it on your installation dvd/cd
# rpm -Uivh compat-libstdc++-33-3.2.3-61
- From terminal:
# chkconfig sendmail off
# service sendmail stop
# service postfix stop
# chkconfig postfix off
- Edit /etc/host, it should look like:
127.0.0.1 localhost.localdomain localhost ...
::1 yourservername.yourdomain.com ...
- Edit /etc/sudoers and comment the line: Defaults requiretty
Should look: # Defaults requiretty
(Well I need to understand better this option function)
- Configure DNS see
[SOLVED] DNS in a nutshell
- Copy zcs-4.5.1_GA_660.FC5.tgz to /root or another folder.
- Untar:
#tar -zxvf /root/zcs-4.5.1_GA_660.FC5.tgz
- cd /root/zcs/install.sh
- Answer questions
- At "Main Menu"
Select 1) and change Hostname -> yourserverhostname.yourdomain.com
select 6) and 4) and change admin password
If you are installing opensource edition you don't need to specify license
type r) type a) and save configuration and go on.
If installation complete succesfully, open your browser and go to
https://youripaddress:7071/zimbraAdmin and configure mail account
from terminal to see if everything is up and running:
# su - zimbra
# zmcontrol status
If something goes wrong go to zcs folder and uninstall zimbra -> run install.sh -u then remove zcs and untar again zimbra package and reinstall
I hope these lines help