thomas: server/horde/fbview-horde ChangeLog, 1.4, 1.5 fbview-horde-conf.template, 1.7, 1.8 fbview-horde.spec, 1.21, 1.22

cvs at kolab.org cvs at kolab.org
Thu Jun 5 18:20:08 CEST 2008


Author: thomas

Update of /kolabrepository/server/horde/fbview-horde
In directory doto:/tmp/cvs-serv3427/horde/fbview-horde

Modified Files:
	ChangeLog fbview-horde-conf.template fbview-horde.spec 
Log Message:
Allow login to horde and fbview if public imap service is disabled.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog	13 May 2008 06:56:14 -0000	1.4
+++ ChangeLog	5 Jun 2008 16:20:06 -0000	1.5
@@ -1,3 +1,8 @@
+2008-06-05  Thomas Arendsen Hein <thomas at intevation.de>
+
+	* fbview-horde-conf.template: Fix server address if imap service
+	is disabled (i.e. only listening on localhost).
+
 2008-05-13  Gunnar Wrobel  <p at rdus.de>
 
 	* fbview-horde.spec: kolab/issue2134 ([Horde]Unable to send message with attachments)

Index: fbview-horde-conf.template
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/fbview-horde-conf.template,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fbview-horde-conf.template	23 May 2008 09:15:01 -0000	1.7
+++ fbview-horde-conf.template	5 Jun 2008 16:20:06 -0000	1.8
@@ -11,6 +11,10 @@
 $conf['kolab']['ldap']['basedn'] = '@@@base_dn@@@';
 $conf['kolab']['ldap']['phpdn'] = '@@@php_dn@@@';
 $conf['kolab']['ldap']['phppw'] = '@@@php_pw@@@';
+@@@if cyrus-imap@@@
 $conf['kolab']['imap']['server'] = '@@@fqdnhostname@@@';
+@@@else@@@
+$conf['kolab']['imap']['server'] = '@@@local_addr@@@';
+@@@endif@@@
 $conf['kolab']['imap']['maildomain'] = '@@@postfix-mydomain@@@';
 ?>

Index: fbview-horde.spec
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/fbview-horde.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- fbview-horde.spec	23 May 2008 09:15:01 -0000	1.21
+++ fbview-horde.spec	5 Jun 2008 16:20:06 -0000	1.22
@@ -2,8 +2,8 @@
 %define         V_horde_name horde
 %define         V_package fbview-%{V_horde_name}
 %define         V_year  2008
-%define         V_month 05
-%define         V_day   23
+%define         V_month 06
+%define         V_day   05
 %define         V_version 3.2_rc3
 %define         V_uver    3.2-rc2
 %define         V_date %{V_year}-%{V_month}-%{V_day}





More information about the commits mailing list