Difference between revisions of "Administration Plugins"

From Scalix Wiki
Jump to: navigation, search
m (Changed Link to SCalixForge)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Scalix Wiki]] -> '''Administration Plugins'''
 
[[Scalix Wiki]] -> '''Administration Plugins'''
  
The installation of plugins is described in the administrator guide.
+
The installation of plugins is described in the "Scalix Administration Guide" (see [http://www.scalix.com/downloads-documentation Documentation].
In the 11.0.1 documentation the deployscript is described as '''sxcfgPlugin''', but the correct name is '''sxcfgplugin.py'''.
+
  
  
Line 24: Line 23:
 
[https://forge.scalix.com/gf/project/sacplugins/frs/?action=FrsReleaseBrowse&frs_package_id=2 addfwd.sh]
 
[https://forge.scalix.com/gf/project/sacplugins/frs/?action=FrsReleaseBrowse&frs_package_id=2 addfwd.sh]
  
It requires the sxaa [[Admin Resource Kit]] in /opt/scalix/bin.
+
For Scalix 11.0 and earlier it is necessary to install sxaa from [[Admin Resource Kit]] to /opt/scalix/bin.
  
 
To install it, download the file and then run this command:
 
To install it, download the file and then run this command:
  
 
sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i <instancename>
 
sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i <instancename>

Latest revision as of 15:21, 29 September 2016

Scalix Wiki -> Administration Plugins

The installation of plugins is described in the "Scalix Administration Guide" (see Documentation.


Create a Public Folder and optionally assign it an email address

Use the addpf plugin to create a Public Folder.

addpf.sh

To install it, download the file and then run this command:

sxcfgplugin.py --deploy -l addpf.sh -u sxadmin -i <instancename>


Create a forwarding account

Use the addfwd plugin to create a forwarding account.

addfwd.sh

For Scalix 11.0 and earlier it is necessary to install sxaa from Admin Resource Kit to /opt/scalix/bin.

To install it, download the file and then run this command:

sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i <instancename>