File: 92-sieve-port-4190.diff

package info (click to toggle)
libkolab-perl 1%3A2.2.4-20100624-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 676 kB
  • ctags: 202
  • sloc: perl: 4,362; sh: 95; makefile: 36
file content (17 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use port 4190 instead of 2000 for sieve
Bug: https://issues.kolab.org/issue4373
Bug-Debian: http://bugs.debian.org/599031

Index: b/sbin/kolab_bootstrap.in
===================================================================
--- a/sbin/kolab_bootstrap.in
+++ b/sbin/kolab_bootstrap.in
@@ -249,7 +249,7 @@
 checkPort("kolab daemon", 9999);
 checkPort("ldap server", 389);
 checkPort("ldaps server", 636);
-checkPort("sieve server", 2000);
+checkPort("sieve server", 4190);
 checkPort("lmtp server", 2003);
 
 print ("Excellent all required Ports are available!\n");