[csw-devel] SF.net SVN: gar:[10763] csw/mgar/pkg/postfix/branches/postfix-2.7/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Aug 17 16:27:38 CEST 2010
Revision: 10763
http://gar.svn.sourceforge.net/gar/?rev=10763&view=rev
Author: skayser
Date: 2010-08-17 14:27:37 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
postfix 2.7: fix lockdir permissions
Modified Paths:
--------------
csw/mgar/pkg/postfix/branches/postfix-2.7/Makefile
Modified: csw/mgar/pkg/postfix/branches/postfix-2.7/Makefile
===================================================================
--- csw/mgar/pkg/postfix/branches/postfix-2.7/Makefile 2010-08-17 13:18:35 UTC (rev 10762)
+++ csw/mgar/pkg/postfix/branches/postfix-2.7/Makefile 2010-08-17 14:27:37 UTC (rev 10763)
@@ -82,6 +82,13 @@
PROTOTYPE_PERMS_spooldir = 0700
PROTOTYPE_CLASS_spooldir = ugfiles
+# Make $(DEF_DATA_DIR) writable by postfix (used for master.lock)
+PROTOTYPE_MODIFIERS += lockdir
+PROTOTYPE_FILES_lockdir = $(DEF_DATA_DIR)
+PROTOTYPE_USER_lockdir = postfix
+PROTOTYPE_PERMS_lockdir = 0700
+PROTOTYPE_CLASS_lockdir = ugfiles
+
# Make $(DEF_QUEUE_DIR)/maildrop accessible by postdrop group
PROTOTYPE_MODIFIERS += maildrop
PROTOTYPE_FILES_maildrop = $(DEF_QUEUE_DIR)/maildrop
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list