steffen: server/perl-kolab/Kolab-Conf Conf.pm,1.55.2.2,1.55.2.3

cvs at intevation.de cvs at intevation.de
Fri Sep 16 14:37:37 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv2637/Kolab-Conf

Modified Files:
      Tag: kolab_2_0_branch
	Conf.pm 
Log Message:
new conf file for policy daemon. Fixes Issue832 for kolab 2.0

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.55.2.2
retrieving revision 1.55.2.3
diff -u -d -r1.55.2.2 -r1.55.2.3
--- Conf.pm	12 Sep 2005 22:14:13 -0000	1.55.2.2
+++ Conf.pm	16 Sep 2005 12:37:34 -0000	1.55.2.3
@@ -566,6 +566,7 @@
 		 "$templatedir/amavisd.conf.template" => "$prefix/etc/amavisd/amavisd.conf",
 		 "$templatedir/main.cf.template" => "$prefix/etc/postfix/main.cf",
 		 "$templatedir/master.cf.template" => "$prefix/etc/postfix/master.cf",
+		 "$templatedir/kolab_smtpdpolicy.conf.template" => "$prefix/etc/kolab/kolab_smtpdpolicy.conf",
 		 "$templatedir/saslauthd.conf.template" => "$prefix/etc/sasl/saslauthd.conf",
 		 "$templatedir/imapd.conf.template" => "$prefix/etc/imapd/imapd.conf",
 		 "$templatedir/httpd.conf.template" => "$prefix/etc/apache/apache.conf",
@@ -588,6 +589,7 @@
 		   "$prefix/etc/resmgr/resmgr.conf"                       => 0640,
 		   "$prefix/etc/postfix/main.cf"                          => 0640,
 		   "$prefix/etc/postfix/master.cf"                        => 0640,
+		   "$prefix/etc/kolab/kolab_smtpdpolicy.conf"             => 0640,
 		   "$prefix/etc/clamav/clamd.conf"                        => 0640,
 		   "$prefix/etc/clamav/freshclam.conf"                    => 0640,
 		   "$prefix/etc/amavisd/amavisd.conf"                     => 0640,
@@ -612,6 +614,7 @@
 		 "$prefix/etc/resmgr/resmgr.conf"                       => "kolab:kolab-n",
 		 "$prefix/etc/postfix/main.cf"                          => "kolab:kolab-r",
 		 "$prefix/etc/postfix/master.cf"                        => "kolab:kolab-r",
+		 "$prefix/etc/kolab/kolab_smtpdpolicy.conf"             => "kolab:kolab-n",
 		 "$prefix/etc/clamav/clamd.conf"                        => "kolab:kolab-r",
 		 "$prefix/etc/clamav/freshclam.conf"                    => "kolab:kolab-r",
 		 "$prefix/etc/amavisd/amavisd.conf"                     => "kolab:kolab-r",





More information about the commits mailing list