Hi<br><br>You can use ssh to make multiple port forwarding at once.<br><br>if you try this command from your workstation <br><br># ssh  -L 2025:<a href="http://127.0.0.1:25">127.0.0.1:25</a> -L 2143:<a href="http://127.0.0.1:143">
127.0.0.1:143</a> you@your_kolab_server sleep 300<br><br>then from another terminal you try<br><br># telnet localhost 2025<br><br>you will see the postfix greeting message of your kolab server, or the imap greeting if you try port 2143.
<br><br>If you are root on your workstation and no SMTP nor IMAP service are running , you can reuse port 25 or 143 like this<br><br># ssh  -L 25:<a href="http://127.0.0.1:25">127.0.0.1:25</a> -L 143:<a href="http://127.0.0.1:143">
127.0.0.1:143</a> you@your_kolab_server sleep 300<br><br>and just redirect your kolab client to your own workstation<br><br>Of course kolab require more port than SMTP or IMAP, you can add more -L options to forward them all.
<br><br> Here I run a sleep 300 on the kolab server, this mean the connection forwarding will wait for 300sec<br>or until all forwarding connection are done. This means you have 300sec to open your first connection<br>and then the forwarding will be active until you close your client (if the client maintained a open connection through
<br>one of the forwading connection during  all this time, probably imap clients do that)<br><br>Regards<br><br><br><div><span class="gmail_quote">On 8/22/07, <b class="gmail_sendername">Johannes Graumann</b> <<a href="mailto:johannes_graumann@web.de">
johannes_graumann@web.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br><br>Is there a way to connect to the full range of kolab-services by using
<br>kontact through a proxy only letting through http, https, ssh and ftp?<br><br>Thanks for any hints how to tackle this.<br><br>Joh<br><br>_______________________________________________<br>Kolab-users mailing list<br><a href="mailto:Kolab-users@kolab.org">
Kolab-users@kolab.org</a><br><a href="https://kolab.org/mailman/listinfo/kolab-users">https://kolab.org/mailman/listinfo/kolab-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Alain Spineux<br>aspineux gmail com
<br>May the sources be with you