Page 1 of 1

Rules Wizard

Posted: Wed Mar 08, 2006 9:19 am
by Phantasmagoria
My rules wizard not works...it can't load the page after new widows pop-up, it seems use port 80 load it...but my isp block 80, and my apache use 8081, tomcat use 8080...pls help!

Posted: Thu Mar 09, 2006 4:33 am
by ScalixSupport
By default the swa rules wizard wants port 80. In /etc/opt/scalix/webmail/swa.properties you will see this setting:

swa.settings.rulesWizardURL=http://server.domain.ext/Scalix/rw

Try changing it to

swa.settings.rulesWizardURL=http://server.domain.ext:8081/Scalix/rw

Restart tomcat and apache.

Regards,
Don

Posted: Thu Mar 09, 2006 5:28 am
by Phantasmagoria
It works, thx :)