head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.23.16.29.45; author christos; state Exp; branches; next ; commitid b2fB5S0kHVHlgHjG; desc @@ 1.1 log @Add a new mailman2 package maintained upstream by Jared Mauch @ text @$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) @