summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 25c6c35f198..f0f4aa069bd 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.283 2017/09/29 12:40:28 wiz Exp $
+# $NetBSD: mk.conf,v 1.284 2017/10/28 04:46:35 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@@ -1438,6 +1438,16 @@ NMH_PAGER?= more
# Possible: not defined, communicator, navigator, mozilla
# Default: not defined, which implies communicator
+NULLMAILER_USER?= nullmail
+# System user for nullmailer.
+# Possible: any user name
+# Default: nullmail
+
+NULLMAILER_GROUP?= nullmail
+# System group for nullmailer.
+# Possible: any group name
+# Default: nullmail
+
OPENSSH_CHROOT?= ${VARBASE}/chroot/sshd
# The chroot directory for OpenSSH with privilege separation. This directory
# will be created and MUST be only readable by root.