diff options
author | wiz <wiz> | 2007-03-01 18:03:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-01 18:03:02 +0000 |
commit | a8943def144c2104cdabeafee38297252dd49984 (patch) | |
tree | 05ec09067333cbc7c16385bbddb6b34b68b00f67 /mk/defaults | |
parent | faeba52c28ab66e4572c129dc2fbfd985c929e10 (diff) | |
download | pkgsrc-a8943def144c2104cdabeafee38297252dd49984.tar.gz |
Add defaults for mail/mailagent.
Diffstat (limited to 'mk/defaults')
-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 |