summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile.common
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2020-01-28 08:16:51 +0000
committertriaxx <triaxx@pkgsrc.org>2020-01-28 08:16:51 +0000
commit3c6a19f302bf1417342c0995105f16683be89d47 (patch)
treecf33ba6d095cb151c6a29fbdc3d19d382431f476 /mail/postfix/Makefile.common
parent9039f0c29dbd3344d9eb4f900ed246419556a17e (diff)
downloadpkgsrc-3c6a19f302bf1417342c0995105f16683be89d47.tar.gz
mail/postfix: fix insufficient permissions for var/spool/postfix/...
pkgsrc changes: --------------- * Remove the subdirectories of var/spool/postfix to avoid insufficient permissions when upgrading (Thanks Matthias!).
Diffstat (limited to 'mail/postfix/Makefile.common')
-rw-r--r--mail/postfix/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common
index 62bc5eccfbf..e9f8507e2a1 100644
--- a/mail/postfix/Makefile.common
+++ b/mail/postfix/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2019/12/09 08:45:14 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.23 2020/01/28 08:16:51 triaxx Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
@@ -30,6 +30,8 @@ MAILDROP_GROUP?= maildrop
#
POSTFIX_DATA_DIR?= ${VARBASE}/db/postfix
POSTFIX_QUEUE_DIR?= ${VARBASE}/spool/postfix
+POSTFIX_QUEUE_SUBDIR= active bounce corrupt defer deferred flush hold \
+ incoming maildrop pid private public saved trace
BUILD_DEFS+= VARBASE POSTFIX_DATA_DIR POSTFIX_QUEUE_DIR
# CCARGS is a list of options to pass to the preprocessor/compiler.