This part i already install
yum -y update; reboot; exit
yum install -y compat-libstdc++-296 cyrus-sasl-md5 cyrus-sasl-plain elinks httpd java man mod_ssl nano pam_smb perl postgresql-server sendmail-cf tk wget which; reboot; exit
nano /etc/hosts
127.0.0.1 localhost
192.168.1.1 dnshost.domain.tld dnshost #note, this is NOT the local host name
chkconfig postgresql on
chkconfig httpd on
Turn off firewall and selinux:
/usr/bin/system-config-securitylevel-tui
reboot; exit
mkdir rpm
cd rpm
wget
http://downloads.scalix.com/.community/ ... -intel.tgz
This part i no understand, What wrong with my command?
tar -xzvf *tgz
rm -f *tgz
cd scalix-11.2.0-GA
/root/rpm/scalix-11.2.0-GA/scalix-installer --override=rhel5
Remote Authentication:
nano /etc/pam_smb.conf
DOMAIN
DNSHOST
DNSHOST.DOMAIN.TLD
any 1 can help me ?