Difference between revisions of "Administration Plugins"
From Scalix Wiki
m (typo) |
(Email forwarding script added) |
||
Line 15: | Line 15: | ||
sxcfgplugin.py --deploy -l addpf.sh -u sxadmin -i <instancename> | sxcfgplugin.py --deploy -l addpf.sh -u sxadmin -i <instancename> | ||
+ | |||
+ | |||
+ | |||
+ | == Create a forwarding account == | ||
+ | |||
+ | Use the '''addfwd''' plugin to create a forwarding account. | ||
+ | |||
+ | [http://downloads.scalix.com/ark/addfwd.sh addfwd.sh] | ||
+ | |||
+ | To install it, download the file and then run this command: | ||
+ | |||
+ | sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i <instancename> |
Revision as of 09:36, 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.
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.
To install it, download the file and then run this command:
sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i <instancename>