1 |
--- smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-gateway/TCPPort.ports2 2008-12-21 00:06:53.000000000 +1100 |
2 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-gateway/TCPPort 2008-12-21 00:07:51.000000000 +1100 |
3 |
@@ -1 +1 @@ |
4 |
-143 |
5 |
+995,993 |
6 |
--- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/gateway.cfg/gateway.cfg.ports2 2008-12-21 00:04:08.000000000 +1100 |
7 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/gateway.cfg/gateway.cfg 2008-12-21 00:25:14.000000000 +1100 |
8 |
@@ -3,7 +3,7 @@ |
9 |
|
10 |
server_bind = 0.0.0.0 |
11 |
|
12 |
-server_socket = http://localhost:{${'zarafa-server'}{TCPport}||'236';}/zarafa |
13 |
+server_socket = http://localhost:{${'zarafa-server'}{tcpport}||'236';}/zarafa |
14 |
|
15 |
# drop privileges and run the process as this user |
16 |
run_as_user = |
17 |
--- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg.ports2 2008-12-20 23:44:45.000000000 +1100 |
18 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg 2008-12-21 00:10:32.000000000 +1100 |
19 |
@@ -26,10 +26,10 @@ |
20 |
icals_enable = { if (${'zarafa-ical'}{status} eq 'enabled') {'yes'} else {'no'}; } |
21 |
|
22 |
# port which the ical server listens on for ssl connections |
23 |
-icals_port = { ${'zarafa-ical'}{icalsport} || '8089'; } |
24 |
+icals_port = { ${'zarafa-ical'}{TCPPort} || '8089'; } |
25 |
|
26 |
# default connection to the Zarafa server |
27 |
-server_socket = http://localhost:{${'zarafa-server'}{tcpport}||'237';}/zarafa |
28 |
+server_socket = http://localhost:{${'zarafa-server'}{tcpport}||'236';}/zarafa |
29 |
|
30 |
############################################################## |
31 |
# ICAL LOG SETTINGS |