diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index aef6b3ae7ef..958d8bee163 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.152 2007/02/28 14:13:33 schmonz Exp $ +# $NetBSD: mk.conf,v 1.153 2007/03/01 18:03:02 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -1233,6 +1233,15 @@ LSOF_LESS_SECURE_SOCKETS?= 0 # 1 (allow all sockets to be viewed at all times) # Default: 0 +MAILAGENT_DOMAIN?= example.com +MAILAGENT_EMAIL?= testuser@example.com +MAILAGENT_FQDN?= test.example.com +MAILAGENT_ORGANIZATION?= Example Company +# Domain name, admin email address, fully qualified hostname of the server, +# name of the organization for mail/mailagent. +# Possible: valid hostname/email addresses/any company name +# Defaults: see above + MAJORDOMO_GROUP?= majordom # Used by the majordomo package as the groupid majordomo runs at. # Possible: any |