blob: 0af8f8afc618711343861be13842934017aa0523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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)
|