I thought I understood that /etc/opt/scalix/webmail/partner.xml controlled the URL of the SWA Rules Wizard. I have modified it thus:
<settings
rulesWizardURL="http://www.domain.com:8080/Scalix/rw"
homeDir="/tmp"
/>
This change was enacted to account for another web server, on another machine, that I have behind my firewall.
I can get to this URL directly from my browser, but cannot get the change to be recognized via SWA. It still looks to hit the <localhost> address, which from the internet is not visible - I need it to try to hit my internet domain name instead.
Any suggestions as to what I may be missing?