CentOS 5.3 (all latest updates)
Hi,
Installed 'addfwd.sh' add-on.
Logged in as 'sxadmin', and clicked 'Plugins' but received the following error:
Could not retrieve list of plugins
Assuming it was a privilege/permission problem, I ran omcheck, which wanted to perform the following:
#Now checking Mailstore files OM-SDIRSFILES
# Filename: /var/opt/scalix/m1/s/plugin/addfwd.sh ( Scalix OM-SDIRSFILES )
# Gid is 0 (root) should be 104 (scalix)
chgrp scalix /var/opt/scalix/m1/s/plugin/addfwd.sh
# Mode is 700 (-rwx------) should be 660 (-rw-rw----)
chmod 660 /var/opt/scalix/m1/s/plugin/addfwd.sh
# Filename: /var/opt/scalix/m1/s/plugin/addfwd.sh ( Scalix OM-SDIRSFILES )
# Gid is 0 (root) should be 104 (scalix)
chgrp scalix /var/opt/scalix/m1/s/plugin/addfwd.sh
# Mode is 700 (-rwx------) should be 660 (-rw-rw----)
chmod 660 /var/opt/scalix/m1/s/plugin/addfwd.sh
Firstly, can someone explain why this installed incorrectly in the first place?
I installed the plugin using the command:
Code: Select all
sxcfgplugin.py --deploy -l addfwd.sh -u sxadmin -i mail1
So, anyway, I ran the omcheck script, and now when I log back into the SAC, I can see the plugin listed, BUT when I click on it, I get the error:
Could not retrieve the plugin's information
Any ideas?