plugin_path
and look for a specific type of plugins. If the plugins are found in this directory, they will be verified and loaded. Every time the spooler or dagent is called it will execute the hooks based on priority. Plugins can validate and change a message on different stages of the spooler and dagent process. The Python plugin framework has an internal log system which forwards the log information to the Zarafa spooler and Zarafa dagent log.
ln -s /usr/share/zarafa-dagent/python/plugins/movetopublic.py /var/lib/zarafa/dagent/plugins/movetopublic.py
cp /usr/share/zarafa-dagent/python/plugins/movetopublic.cfg /etc/zarafa/movetopublic.cfg
ln -s /usr/share/zarafa-dagent/python/plugins/BMP2PNG.py /var/lib/zarafa/dagent/plugins/BMP2PNG.py
python-imaging
is required to use this plugin.
Filename | Description |
---|---|
default.txt
|
The plain text version of the disclaimer
|
default.html
|
The HTML version of the disclaimer
|
<companyname>.txt
|
The plain text version of the disclaimer of a company when running in multi-tenancy mode
|
<companyname>.html
|
The HTML version of the disclaimer of a company when running in multi-tenancy mode
|
ln -s /usr/share/zarafa-spooler/python/plugins/disclaimer.py /var/lib/zarafa/spooler/plugins/disclaimer.py