1 |
--- smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-install.ports 2008-12-18 23:31:37.000000000 +1100 |
2 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-install 2008-12-18 23:32:13.000000000 +1100 |
3 |
@@ -12,7 +12,6 @@ |
4 |
/bin/echo "webaccess config" |
5 |
/bin/chown -R www:www /var/www/html/webaccess/tmp |
6 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
7 |
-/sbin/e-smith/expand-template /etc/php.ini |
8 |
/usr/bin/sv restart /service/httpd-e-smith |
9 |
|
10 |
/bin/echo "expanding zarafa templates" |
11 |
--- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/gateway.cfg/gateway.cfg.ports 2008-12-18 23:29:23.000000000 +1100 |
12 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/gateway.cfg/gateway.cfg 2008-12-18 23:30:38.000000000 +1100 |
13 |
@@ -19,11 +19,11 @@ |
14 |
|
15 |
# enable/disable POP3, and POP3 listen port |
16 |
pop3_enable = { if (${'zarafa-gateway'}{status} eq 'enabled') {'yes'} else {'no'}; } |
17 |
-pop3_port = { ${'zarafa-gateway'}{pop3port} || '110'; } |
18 |
+pop3_port = { ${'zarafa-gateway'}{pop3port} || '8110'; } |
19 |
|
20 |
# enable/disable Secure POP3, and Secure POP3 listen port |
21 |
pop3s_enable = { if (${'zarafa-gateway'}{status} eq 'enabled') {'yes'} else {'no'}; } |
22 |
-pop3s_port = { ${'zarafa-gateway'}{pop3sport} || '995'; } |
23 |
+pop3s_port = { ${'zarafa-gateway'}{pop3sport} || '8995'; } |
24 |
|
25 |
# enable/disable IMAP, and IMAP listen port |
26 |
imap_enable = { if (${'zarafa-gateway'}{status} eq 'enabled') {'yes'} else {'no'}; } |
27 |
@@ -31,7 +31,7 @@ |
28 |
|
29 |
# enable/disable Secure IMAP, and Secure IMAP listen port |
30 |
imaps_enable = { if (${'zarafa-gateway'}{status} eq 'enabled') {'yes'} else {'no'}; } |
31 |
-imaps_port = { ${'zarafa-gateway'}{imapsport} || '993'; } |
32 |
+imaps_port = { ${'zarafa-gateway'}{imapsport} || '8993'; } |
33 |
|
34 |
# Only mail folder for IMAP or all subfolders (calendar, contacts, tasks, etc. too) |
35 |
imap_only_mailfolders = yes |