thomas: server/kolabd/kolabd/templates resmgr.conf.template.in,	1.9.2.1, 1.9.2.2 
    cvs at kolab.org 
    cvs at kolab.org
       
    Wed Dec 12 16:40:52 CET 2007
    
        - Previous message: thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.16,	1.16.2.1 
 
        - Next message: gunnar: server/patches/cyrus-imapd/cyrus-imapd-2.3.11	KOLAB_cyrus-cyradm-2.3.11_Annotations.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Annotations2.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Folder-names.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Groups.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Logging.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_UID.patch, NONE,	1.1 KOLAB_cyrus-cyradm_Annotations.patch, 1.1,	NONE KOLAB_cyrus-imapd_Annotations2.patch, 1.1,	NONE KOLAB_cyrus-imapd_Folder-names.patch, 1.1,	NONE KOLAB_cyrus-imapd_Groups.patch, 1.1,	NONE KOLAB_cyrus-imapd_Logging.patch, 1.1,	NONE KOLAB_cyrus-imapd_UID.patch, 1.1, NONE 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: thomas
Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv20514
Modified Files:
      Tag: kolab_2_1_branch
	resmgr.conf.template.in 
Log Message:
Fixed resmgr connection address for IMAP server if public imap port is disabled.
Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- resmgr.conf.template.in	19 Sep 2007 17:06:42 -0000	1.9.2.1
+++ resmgr.conf.template.in	12 Dec 2007 15:40:50 -0000	1.9.2.2
@@ -9,7 +9,11 @@
 @define('HORDE_BASE', '@webserver_document_root@@webserver_web_prefix@/fbview');
 
 // What is the address of the Cyrus server where the calendar data is stored?
+@@@if cyrus-imap@@@
 $params['server'] = '@@@connect_addr@@@';
+@@@else@@@
+$params['server'] = '@@@local_addr@@@';
+@@@endif@@@
 
 // Local IP address of the mailserver for bypassing content filters
 $params['local_addr'] = '@@@local_addr@@@';
    
    
        
	- Previous message: thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.16,	1.16.2.1 
 
	- Next message: gunnar: server/patches/cyrus-imapd/cyrus-imapd-2.3.11	KOLAB_cyrus-cyradm-2.3.11_Annotations.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Annotations2.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Folder-names.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Groups.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_Logging.patch, NONE,	1.1 KOLAB_cyrus-imapd-2.3.11-_UID.patch, NONE,	1.1 KOLAB_cyrus-cyradm_Annotations.patch, 1.1,	NONE KOLAB_cyrus-imapd_Annotations2.patch, 1.1,	NONE KOLAB_cyrus-imapd_Folder-names.patch, 1.1,	NONE KOLAB_cyrus-imapd_Groups.patch, 1.1,	NONE KOLAB_cyrus-imapd_Logging.patch, 1.1,	NONE KOLAB_cyrus-imapd_UID.patch, 1.1, NONE 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list