Here are the steps I took:
Code: Select all
1.Install Linux - minimal, no firewall, no selinux, static IP
2.yum install bind-utils compat-libstdc++-296 cyrus-sasl-md5 cyrus-sasl-plain elinks httpd nano pam_smb perl postgresql-server sendmail-cf tk wget which
3.yum update
4.nano /etc/hosts
127.0.0.1 localhost
192.168.111.240 scalix.stdg.lan scalix
192.168.111.247 sme.stdg.lan sme
5.nano /etc/pam_smb.conf
TEST
SME
SME
6.chkconfig postgresql on
7.chkconfig httpd on
8.reboot
9.mkdir rpm
10.cd rpm
11.wget http://downloads.scalix.com/.community/11.2/scalix-11.2.0-GA-core-rhel5-intel.tgz
12.tar -xzvf *tgz
13.rm -f *tgz
14.cd scalix-11.2.0-GA
15./scalix-installer --override=rhel5
16.nano /var/opt/scalix/sx/s/sys/pam.d/ual.remote
auth required om_om2authid
auth sufficient /lib/security/pam_smb_auth debug nolocalauth sufficient om_auth use_first_pass
auth required pam_deny
Items 5 and 16 are in preparation for SMB authentication with another server.
Everything seams to go fine. but when I browse to http://192.168.111.240/sac or http://192.168.111.240/webmail I get a web page can't be found error. I can get this to work if I start with Centos 4.5.
I am fairly new to Linux. Can someone give me some ideas as to were to look for the problem?
Thank you in advance for your help,
Kevin
[/code]