Page 1 of 1

Rules Wizard

Posted: Fri Sep 30, 2005 3:51 pm
by ssozonoff
Hi All,

I have a new install of Suse 9.3 and Scalix CE.

For some reason in Webmail under Tools I do not see the Rules Wizard.
partner.xml has this set to true.

<features
calendar="true"
sortCoreFoldersToTop="true"
maxAttachmentUploadKilobytes="10240"
rulesWizard="true"
checkAllFolders="false"
minCheckMailMinutes="3"
autoRefresh="true"
/>

Manually accesing the Rules Wizard by typing the URL works fine.

Thoughts?

Thanks,
Serge

Re: Rules Wizard

Posted: Sat Oct 01, 2005 5:58 am
by ssozonoff
ssozonoff wrote:For some reason in Webmail under Tools I do not see the Rules Wizard.
partner.xml has this set to true.


Solved, silly me was looking at the wrong partner.xml file

Serge

Posted: Mon Oct 03, 2005 12:16 pm
by ssozonoff
Well, actually not solved.

I have actually now made the change to the correct partner.xml file and completely restarted the server to be on the safe side.

I still do not have access to the Rules Wizard from Scalix web mail :-(

scalix:/ # cat /etc/opt/scalix/webmail/partner.xml
<?xml version="1.0" ?>
<partner>
<features
calendar="true"
sortCoreFoldersToTop="true"
maxAttachmentUploadKilobytes="10240"
rssClient="false"
rulesWizard="true"
checkAllFolders="false"
minCheckMailMinutes="3"
autoRefresh="true"
/>


-- cut --

As mentioned the Rules Wizard does work if I type in the URL manually?

Any other thoughts ?

Thanks,
Serge

Posted: Mon Oct 03, 2005 1:22 pm
by ssozonoff
And now it works, go figure.

Damn, must be some cache related issue or something.

Serge