[pkg-kolab] r603 - kolabd/trunk/debian

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Wed Jun 6 23:39:08 UTC 2007


Author: opensides-guest
Date: 2007-06-06 23:39:08 +0000 (Wed, 06 Jun 2007)
New Revision: 603

Added:
   kolabd/trunk/debian/kolab_smtpdpolicy.conf
Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/rules
Log:
Added the config file for kolab_smtpdpolicy



Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2007-06-06 22:50:40 UTC (rev 602)
+++ kolabd/trunk/debian/changelog	2007-06-06 23:39:08 UTC (rev 603)
@@ -5,7 +5,8 @@
   * Added an explanation in README.Debian when transport_maps is no needed
     in postfix
   * Corrected errors in kolab_ssl_certs.sh
-  
+  * Added the config file for kolab_smtpdpolicy
+    
  -- Benoit Mortier <benoit.mortier at opensides.be>  Wed, 06 Jun 2007 12:35:00 +0100
 
 kolabd (1.9.4-20060707.dfsg-4) unstable; urgency=low

Added: kolabd/trunk/debian/kolab_smtpdpolicy.conf
===================================================================
--- kolabd/trunk/debian/kolab_smtpdpolicy.conf	                        (rev 0)
+++ kolabd/trunk/debian/kolab_smtpdpolicy.conf	2007-06-06 23:39:08 UTC (rev 603)
@@ -0,0 +1,15 @@
+# (c) 2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaralvdalens Datakonsult AB)
+#
+# This program is Free Software under the GNU General Public License (>=v2).
+# Read the file COPYING that comes with this packages for details.
+
+# this file is automatically written by the Kolab config backend
+# manual additions are lost unless made to the template in the Kolab config directory
+
+ldap_uri: ldap://127.0.0.1:389
+basedn: dc=example,dc=com
+binddn: cn=nobody,cn=internal,dc=example,dc=com
+bindpw: PASSWORD
+domain: example.com
+allow_unauth: 1
+permithosts: kolabserver.example.com

Modified: kolabd/trunk/debian/rules
===================================================================
--- kolabd/trunk/debian/rules	2007-06-06 22:50:40 UTC (rev 602)
+++ kolabd/trunk/debian/rules	2007-06-06 23:39:08 UTC (rev 603)
@@ -56,6 +56,9 @@
 	install -d debian/kolabd/etc/postfix
 	install -m 640 debian/kolab-ldap*.cf debian/kolabd/etc/postfix/
 
+	# kolab_smtpdpolicy config file
+	install -m 644 debian/kolab_smtpdpolicy.conf debian/kolabd/etc/kolab/
+	
 	# Man pages
 	mkdir -p debian/kolabd/usr/share/man/man1
 	for x in `find debian/kolabd/usr/bin debian/kolabd/usr/sbin -type f`; do \




More information about the pkg-kolab-devel mailing list