[Pkg-mailman-hackers] Pkg-mailman commit - rev 93 - branches/pkg-split/core/debian

Bernd S. Brentrup bsb@haydn.debian.org
Wed, 28 Apr 2004 03:26:42 -0600


Author: bsb
Date: 2004-04-28 03:26:40 -0600 (Wed, 28 Apr 2004)
New Revision: 93

Modified:
   branches/pkg-split/core/debian/templates
Log:
Add mailman/email_host and mailman/url_host templates.

Modified: branches/pkg-split/core/debian/templates
===================================================================
--- branches/pkg-split/core/debian/templates	2004-04-28 09:24:30 UTC (rev 92)
+++ branches/pkg-split/core/debian/templates	2004-04-28 09:26:40 UTC (rev 93)
@@ -13,8 +13,8 @@
  If you need a different set of languages at a later time, just run
  dpkg-reconfigure mailman.
  .
- NOTE: Languages enabled on existing mailing lists are forcibly re-
- enabled when deselected and mailman needs at least one language for
+ NOTE: Languages enabled on existing mailing lists are forcibly
+ reenabled when deselected and mailman needs at least one language for
  displaying it's messages.
 
 Template: mailman/used_languages
@@ -44,6 +44,26 @@
 Template: mailman/default_server_language
 Type: select
 Choices: ${site_languages}
-Description: Which language should be the default for Mailman?
+_Description: Which language should be the default for Mailman?
  The web page will be shown in this language, and in general, Mailman
  will use this language to communicate with the user.
+
+Template: mailman/email_host
+Type: string
+Default: localhost
+_Description: What will be the domain part of mailing list addresses?
+ Either use the default from /etc/mailname or you might prefer to
+ devote a full subdomain like lists.doma.in for use by mailman.
+ .
+ In any case your mail transfer agent (MTA) must be configured to
+ accept mail for that domain.
+
+Template: mailman/url_host
+Type: string
+Default: localhost
+_Description: What will be the host part of mailing list URLs?
+ Either use the default derived from /etc/mailname or you might prefer
+ to devote a full subdomain like lists.doma.in for use by mailman.
+ .
+ In any case if this isn't the FQDN of this host, you must configure
+ it as a virtual host in your web server.