<div></div>Hi! Thanks to all your suggestion, my Kolab installation is working fine! Well, almost :) I've a little problem:<div><br></div><div>Kolab is installed inside a dedicated (virtual) machine with his own private IP, and is behind a router. Just natting the correct port to the server, all the service are working goods, the problem is all about the http services, as they should share the company website with another machine.</div><div><br></div><div>I configured a reverse proxy in Nginx, (and I will put the configuration below) to have the "normal website" managed by it, and all the things related to Kolab redirected to the right machine.</div><div><br></div><div><br></div><div>The problem is: some http service don't work as they should: the "show calendar URL" use internal IP (192.168.xx.xxx), and if substitute with myadress.com/webmail/iRony/... it works, but I can't (for example) update the calendar.</div><div><br></div><div>Also the preview on webmail didn't work, and also the files section on Roundcube.</div><div><br></div><div>What's the correct strategy? I have tought of one, but I need a confirmation:</div><div><br></div><div>1)Create on the main webserver as many reverse proxies as "directory" used by Kolab (one for roundcube, one for kolab-admin, etc...)</div><div><br></div><div>2)Change the /etc/network/hosts file to connect to our public IP</div><div><br></div><div>But this would create a 123.123.123.123/iRony/etc... URL, where I would prefer the myadress.com/iRony<br><br>Hope I don't have confused you with my request :)<br><br>My Nginx configuration about the reverse proxy<br><br><div>location /webmail {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>proxy_pass http://192.168.24.53/;</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>client_max_body_size 40M;</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>}</div></div><div><br></div><div><br></div><div>Many thanks :)</div><div><br></div>