mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
$NetBSD: patch-ad,v 1.2 2003/12/23 11:02:13 xtraeme Exp $
|
|
|
|
--- Mailman/mm_cfg.py.dist.in.orig Mon Sep 15 15:20:02 2003
|
|
+++ Mailman/mm_cfg.py.dist.in
|
|
@@ -42,3 +42,11 @@ from Defaults import *
|
|
|
|
##################################################
|
|
# Put YOUR site-specific settings below this line.
|
|
+
|
|
+# IMPORTANT: Edit the following two definitions to provide the domain
|
|
+# name of your mail lists, and host name of the Web server.
|
|
+# (Leave the add_virtualhost line alone.)
|
|
+#
|
|
+DEFAULT_EMAIL_HOST = '@MAILHOST@'
|
|
+DEFAULT_URL_HOST = '@URLHOST@'
|
|
+add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
|