Difference between revisions of "Administration Plugins"

From Scalix Wiki
Jump to: navigation, search
(Email forwarding script added)
(Needs sxaa)
Line 23: Line 23:
  
 
[http://downloads.scalix.com/ark/addfwd.sh addfwd.sh]
 
[http://downloads.scalix.com/ark/addfwd.sh addfwd.sh]
 +
 +
It requires the sxaa [[Admin Resource Kit]] in /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>

Revision as of 09:38, 22 May 2007

Scalix Wiki -> Administration Plugins

The installation of plugins is described in the administrator guide. In the 11.0.1 documentation the deployscript is described as sxcfgPlugin, but the correct name is sxcfgplugin.py.


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

It requires the sxaa Admin Resource Kit in /opt/scalix/bin.

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

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