postqueue needs to be sgid maildrop.

This commit is contained in:
perry 2002-02-04 02:39:06 +00:00
parent 0a4e099c15
commit 84a067585a
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# $NetBSD: Makefile,v 1.1 2002/02/02 23:21:49 perry Exp $
# $NetBSD: Makefile,v 1.2 2002/02/04 02:39:06 perry Exp $
PROG= postqueue
DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG}
.PATH: ${DIST}
BINDIR= ${PFIX_SBINDIR}
BINDIR= ${PFIX_SBINDIR}
BINGRP= maildrop
BINMODE=2555
DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}