Difference between revisions of "Using a UAL SSL port other than the default 5767"

From Scalix Wiki
Jump to: navigation, search
m
m (SPAM Removal)
 
(25 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 
Sometimes due to firewall restrictions it is not possible to connect to Scalix on port 5767, even though other ports are available.
 
Sometimes due to firewall restrictions it is not possible to connect to Scalix on port 5767, even though other ports are available.
  
Please note: Circumvention <span class="plainlinks">[http://tripfoundry.com/ <span style="color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;">Trip Foundry</span>] of firewalls <span class="plainlinks">[http://www.mycaal.com/ <span style="color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;">loan modification</span>] in this way may not be legal<span class="plainlinks">[http://www.espycamera.com/<span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">spy equipment</span>], or may violate corporate policy.  Please talk to your system <span class="plainlinks">[http://www.countrybrookcondos.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">san ramon ca condos</span>] administrator ahead of time.  Also, this is not recommended for <span class="plainlinks">[http://www.cleanfresnocarpets.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">clovis carpet cleaning</span>] normal use, <span class="plainlinks">[http://www.gumball-machine.com/vending-machines.html <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">vending machines</span>] only if there is no alternative, as it will place additional <span class="plainlinks">[http://www.truckaccidentlawyersource.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">truck accident lawyer</span>] load on your Windows <span class="plainlinks">[http://www.internetreputationmanagement.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">online reputation </span>] system.
+
Please note: Circumvention of firewalls in this way may not be legal, or may violate corporate policy.  Please talk to your system administrator ahead of time.  Also, this is not recommended for normal use, only if there is no alternative, as it will place additional load on your Windows system.
  
 
== Configuring the server ==
 
== Configuring the server ==
Line 14: Line 14:
 
  accept = 993
 
  accept = 993
 
  connect = imap
 
  connect = imap
  [uals] = <span class="plainlinks">[http://naturaltestosteroneboosters.co/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">natural testosterone boosters</span>]
+
  [uals]
 
  accept = 5767
 
  accept = 5767
 
  connect = 5729
 
  connect = 5729
Line 39: Line 39:
 
  connect = 5729
 
  connect = 5729
  
* stop and restart stunnel and <span class="plainlinks">[http://www.diamondlinks.net/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">link building</span>] connect to the server from a different PC, verifying it is listening on the right port.
+
* stop and restart stunnel and connect to the server from a different PC, verifying it is listening on the right port.
  
 
== Configuring the client ==
 
== Configuring the client ==
Line 67: Line 67:
 
* Extract the archive somewhere (e.g. c:\apps\rinetd)
 
* Extract the archive somewhere (e.g. c:\apps\rinetd)
  
* Create a rinetd.conf file in the same directory, <span class="plainlinks">[http://www.proposable.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">proposal software</span>] containing:
+
* Create a rinetd.conf file in the same directory, containing:
 
  127.0.0.1 5767 <Scalix server IP> <scalix server port as defined above>
 
  127.0.0.1 5767 <Scalix server IP> <scalix server port as defined above>
  
* Create a scalix-redirector.bat file in the same directory, containing <span class="plainlinks">[http://www.bestpills4weightloss.com/ <span style="color:black;font-weight:normal;text-decoration:none!important; background:none!important; text-decoration:none;">weight loss pills</span>]:
+
* Create a scalix-redirector.bat file in the same directory, containing:
 
  @echo off
 
  @echo off
 
  rinetd.exe -c rinetd.conf
 
  rinetd.exe -c rinetd.conf
Line 78: Line 78:
 
  127.0.0.1    localhost    scalix.domain.com
 
  127.0.0.1    localhost    scalix.domain.com
  
* Run the <span class="plainlinks">[http://www.monash.edu.au/alumni/prominent-alumni/susan-lim.html <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">Dr Susan Lim</span>]'s scalix-redirector.bat in a <span class="plainlinks">[http://xTiburon.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">technology news</span>] terminal window
+
* Run the scalix-redirector.bat in a terminal window
  
 
* Run Outlook to see if the new configuration works correctly.
 
* Run Outlook to see if the new configuration works correctly.

Latest revision as of 16:15, 20 March 2012

Sometimes due to firewall restrictions it is not possible to connect to Scalix on port 5767, even though other ports are available.

Please note: Circumvention of firewalls in this way may not be legal, or may violate corporate policy. Please talk to your system administrator ahead of time. Also, this is not recommended for normal use, only if there is no alternative, as it will place additional load on your Windows system.

Configuring the server

  • Normally your stunnel.conf will be similar to the following:
CAFile = cacert-bundle.crt
cert = stunnel.pem
client = no
options = NO_SSLv2
[imaps]
accept = 993
connect = imap
[uals]
accept = 5767
connect = 5729
  • Pick a suitable port on your server. I in this example I am going to use 22.
  • Verify the port is indeed unsused:
lsof -i:22
  • Change your stunnel.conf as follows:
CAFile = cacert-bundle.crt
cert = stunnel.pem
client = no
options = NO_SSLv2
[imaps]
accept = 993
connect = imap
[uals]
accept = 5767
connect = 5729
[uals-alt]
accept = 22
connect = 5729
  • stop and restart stunnel and connect to the server from a different PC, verifying it is listening on the right port.

Configuring the client

Configuring the client using commercial software

  • Install AUTAPF
  • In AUTAPF go to New, then fill in the fields as required:
    • Local port: 5767
    • Local interface: 127.0.0.1
    • Remote port: 22 (as defined on the server)
    • Remote host address: The IP address of the Scalix server
  • Edit c:\windows\system32\drivers\etc\hosts and add the Scalix server to the localhost entry
127.0.0.1    localhost    scalix.domain.com
  • Run Outlook to see if the new configuration works correctly.

Configuring the client using FOSS software

  • Extract the archive somewhere (e.g. c:\apps\rinetd)
  • Create a rinetd.conf file in the same directory, containing:
127.0.0.1 5767 <Scalix server IP> <scalix server port as defined above>
  • Create a scalix-redirector.bat file in the same directory, containing:
@echo off
rinetd.exe -c rinetd.conf
  • Edit c:\windows\system32\drivers\etc\hosts and add the Scalix server to the localhost entry
127.0.0.1    localhost    scalix.domain.com
  • Run the scalix-redirector.bat in a terminal window
  • Run Outlook to see if the new configuration works correctly.