gunnar: server/postfix Makefile,1.21,1.22 kolab.patch,1.7,1.8

cvs at kolab.org cvs at kolab.org
Sat Jul 17 16:51:18 CEST 2010


Author: gunnar

Update of /kolabrepository/server/postfix
In directory doto:/tmp/cvs-serv2704/postfix

Modified Files:
	Makefile kolab.patch 
Log Message:
kolab/issue1072 (postfix logs readable for everyone) 

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/postfix/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	17 Jan 2010 13:22:55 -0000	1.21
+++ Makefile	17 Jul 2010 14:51:16 -0000	1.22
@@ -4,7 +4,7 @@
 DOWNLOAD_VERSION=2.4.6
 OPENPKG_RELEASE=20080101
 VERSION=2.4.6
-RELEASE=20080101_kolab
+RELEASE=20080101_kolab2
 
 SOURCE_URL=
 SOURCE_0=

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/postfix/kolab.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kolab.patch	2 May 2008 10:26:39 -0000	1.7
+++ kolab.patch	17 Jul 2010 14:51:16 -0000	1.8
@@ -5,7 +5,7 @@
  License:      IPL
  Version:      %{V_postfix}
 -Release:      20080101
-+Release:      20080101_kolab
++Release:      20080101_kolab2
  
  #   package options
  %option       with_fsl       yes
@@ -19,3 +19,14 @@
  %endif
  %if "%{with_ssl}" == "yes"
      CCARGS="$CCARGS -DUSE_TLS"
+--- fsl.postfix.orig	2010-07-17 16:24:41.000000000 +0200
++++ fsl.postfix	2010-07-17 16:25:29.000000000 +0200
+@@ -9,7 +9,7 @@
+     -> {
+         debug: file(
+             path="@l_prefix@/var/postfix/log/postfix.log",
+-            perm=0644, monitor=3600
++            perm=0640, monitor=3600
+         )
+     }
+ };





More information about the commits mailing list