Page 1 of 1

install scalix mail in Centos5

Posted: Thu Nov 29, 2007 1:35 am
by ngyc
hi, i want to install new scalix email server in my centos5
got any step by step guide.
because i just starting learnt using linux only.
Thanks :lol:

Posted: Thu Nov 29, 2007 4:22 am
by a.schild
You can just install it with the wizard.
It will then check for correct server name and dependencies.

With centos you probably will have to start the installer with the -override switch

Like: ./scalix-installer --override=rhel5


Of course for the whole internet email stuff to work, you must know mx records, firewalls, reverse lookups etc.

André

centos

Posted: Thu Nov 29, 2007 5:02 am
by o_rakel
I am thinking to go the same way and just by searching I found for here example this
viewtopic.php?t=9392

but if you started last week with linux it might be a _little_bit_ to much installing a mail server this week...

Posted: Fri Nov 30, 2007 5:13 am
by ngyc
thanks you...
this information very helpful for me.. :lol:

Posted: Thu Dec 06, 2007 6:01 am
by ngyc
tar -xzvf *tgz
rm -f *tgz
cd scalix-11.2.0-GA
/root/rpm/scalix-11.2.0-GA/scalix-installer --override=rhel5

This part i no understand?
how come can't run this command

Posted: Thu Dec 06, 2007 6:03 am
by a.schild
ngyc wrote:tar -xzvf *tgz
rm -f *tgz
cd scalix-11.2.0-GA
/root/rpm/scalix-11.2.0-GA/scalix-installer --override=rhel5

This part i no understand?
how come can't run this command


Probably the path in the last path is not correct.
Is this where you have unpacked the installer ?

Posted: Mon Dec 10, 2007 5:50 am
by maraboshi
ngyc wrote:tar -xzvf *tgz
rm -f *tgz
cd scalix-11.2.0-GA
/root/rpm/scalix-11.2.0-GA/scalix-installer --override=rhel5

This part i no understand?
how come can't run this command


Probably you have to enter the scalix directory, then

./scalix-installer --override=rhel5

with the ./

Hope this was helpful.

Bye.

Posted: Tue Dec 18, 2007 12:00 am
by ngyc
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 ?