Advert
Install Axigen on Fedora 14 Rackspace Cloud
Download Software
wget http://www.axigen.com/usr/files/axigen-7.6.1/axigen-7.6.1.x86_64.rpm.run
Install Server
yum install libstdc++.i686 sh axigen-7.6.1.x86_64.rpm.run
Run Config Wizard
/opt/axigen/bin/axigen-cfg-wizard
Start email server and start on reboot
/etc/init.d/axigen start chkconfig --levels 235 axigen on
Open Firewall
/sbin/iptables -I INPUT 1 -p tcp --dport http -j ACCEPT /sbin/iptables -I INPUT 1 -p tcp --dport 9000 -j ACCEPT /sbin/iptables -I INPUT 1 -p tcp --dport 25 -j ACCEPT /sbin/iptables -I INPUT 1 -p tcp --dport 110 -j ACCEPT /sbin/iptables -I INPUT 1 -p tcp --dport 143 -j ACCEPT /sbin/service iptables save service iptables restart
You can now access the admin interface at:
http://yourip:9000