summaryrefslogtreecommitdiff
path: root/data/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/example.conf')
-rw-r--r--data/example.conf23
1 files changed, 22 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index 51db3e629..6ce2585d2 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1519,7 +1519,7 @@ OSOpersOnly
# loaded. Feel free to change this if you want to add more, or remove some
# from the list.
#
-ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail ns_noop os_info"
+ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail ns_noop os_info hs_request"
###########################################################################
#
@@ -1557,4 +1557,25 @@ ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail ns_noop os_info"
#
#OSInfoDBName "os_info.db"
+# HSRequestMemo... [OPTIONAL]
+# Module: hs_request
+#
+# Specify if we should send memo's on certain actions with requested vHosts.
+# Enable HSRequestMemoUser to send memo's to the user requesting a vHost
+# when it's being approved or rejected. Enable HSRequestMemoOper or
+# HSRequestMemoSetters if you want to send a memo to all services staff
+# or host setters when a new vHost is requested.
+#
+#HSRequestMemoUser
+#HSRequestMemoOper
+#HSRequestMemoSetters
+
+# HSRequestDBName [OPTIONAL]
+# Module: hs_request
+#
+# Use the given filename as database for the vhost requests. If not given,
+# the default of "hs_request.db" will be used.
+#
+#HSRequestDBName "hs_request.db"
+
#EOF