Line 81: |
Line 81: |
| [[Image:Openfire 4.jpg]] | | [[Image:Openfire 4.jpg]] |
| | | |
− | == Openfire daemon ==
| + | SME Server specific configuration: |
| | | |
| + | # config set openfire service TCPPorts '5222,5223,7777' access public status enabled |
| + | # signal-event remoteaccess-update |
| | | |
− | Need to create a openfire daemon that will load at start upS et Up Initialization So Openfire Starts On A Server Reboot
| + | Add startup link: |
− | | |
− | cd /opt/openfire/bin/extra
| |
− | | |
− | chmod 700 redhat-postinstall.sh
| |
− | | |
− | ./redhat-postinstall.sh
| |
− | | |
− | cd /opt/openfire/bin
| |
− | | |
− | chmod 755 openfire
| |
− | | |
− | Create symbolic link to the script at runlevel 7 (/etc/rc7.d)
| |
− | | |
− | cd /etc/rc7.d
| |
− | | |
− | ln -s /opt/openfire/bin/openfire S90openfire
| |
− | | |
− | Reboot your server to make sure the openfire daemon initializes on startup...
| |
− | | |
− | shutdown -r now
| |
| | | |
| + | # ln -s /etc/rc.d/init.d/e-smith-service S99openfire |
| | | |
| == OPTIONAL == | | == OPTIONAL == |