Fri Mar 1 13:37:06 2024 UTC (86d)
Belatedly add BINCIMAP_LOG_USER.


(schmonz)
diff -r1.343 -r1.344 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.343 -r1.344 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2023/10/22 13:41:16 1.343
+++ pkgsrc/mk/defaults/mk.conf 2024/03/01 13:37:06 1.344
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.343 2023/10/22 13:41:16 js Exp $ 1# $NetBSD: mk.conf,v 1.344 2024/03/01 13:37:06 schmonz Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -770,26 +770,31 @@ APACHE_GROUP?= www @@ -770,26 +770,31 @@ APACHE_GROUP?= www
770# Default: not defined 770# Default: not defined
771 771
772APACHE_SUEXEC_DOCROOT?= ${LOCALBASE}/share/httpd/htdocs 772APACHE_SUEXEC_DOCROOT?= ${LOCALBASE}/share/httpd/htdocs
773# Used in apache24 to specify the document space in 773# Used in apache24 to specify the document space in
774# which suexec will be allowed to work. 774# which suexec will be allowed to work.
775# Possible: Any valid directory 775# Possible: Any valid directory
776# Default: ${LOCALBASE}/share/httpd/htdocs 776# Default: ${LOCALBASE}/share/httpd/htdocs
777 777
778ARLA_CACHE?= ${LOCALBASE}/cache 778ARLA_CACHE?= ${LOCALBASE}/cache
779# Used in arla to specify the location of the cache used by arla. Should 779# Used in arla to specify the location of the cache used by arla. Should
780# be on a local disk. 780# be on a local disk.
781# Default: ${LOCALBASE}/cache 781# Default: ${LOCALBASE}/cache
782 782
 783BINCIMAP_LOG_USER?= binclog
 784# The unprivileged user for Binc IMAP logging.
 785# Possible: any user name
 786# Default: binclog
 787
783BINCIMAP_USER?= bincimap 788BINCIMAP_USER?= bincimap
784# The unprivileged user for Binc IMAP. 789# The unprivileged user for Binc IMAP.
785# Possible: any user name 790# Possible: any user name
786# Default: bincimap 791# Default: bincimap
787 792
788BINCIMAP_GROUP?= bincimap 793BINCIMAP_GROUP?= bincimap
789# The group of the BINCIMAP_USER for Binc IMAP. 794# The group of the BINCIMAP_USER for Binc IMAP.
790# Possible: any group name 795# Possible: any group name
791# Default: bincimap 796# Default: bincimap
792 797
793BIND_DIR?= ${VARBASE}/chroot/named 798BIND_DIR?= ${VARBASE}/chroot/named
794# The directory for BIND system user. 799# The directory for BIND system user.
795# Possible: any valid location 800# Possible: any valid location