diff options
| author | Barry Warsaw | 2008-09-21 18:11:38 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-09-21 18:11:38 -0400 |
| commit | 85f57a8d9b6c2554d5fd0882d8cf700adc5ec688 (patch) | |
| tree | 975f8012b969ab093f8fe0789ab612f6c6e255cd /mailman/Defaults.py | |
| parent | 0eecafaa2502f51bfa891a35efbb1b402239dce1 (diff) | |
| parent | a2234211b97797aebf2c3c3d615ae436bbfb280b (diff) | |
| download | mailman-85f57a8d9b6c2554d5fd0882d8cf700adc5ec688.tar.gz mailman-85f57a8d9b6c2554d5fd0882d8cf700adc5ec688.tar.zst mailman-85f57a8d9b6c2554d5fd0882d8cf700adc5ec688.zip | |
thread merge
Diffstat (limited to 'mailman/Defaults.py')
| -rw-r--r-- | mailman/Defaults.py | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mailman/Defaults.py b/mailman/Defaults.py index 6fa457425..5807eb0e8 100644 --- a/mailman/Defaults.py +++ b/mailman/Defaults.py @@ -124,40 +124,6 @@ DEFAULT_DATABASE_URL = 'sqlite:///$DATA_DIR/mailman.db' ##### -# Virtual domains -##### - -# Mailman needs to know about at least one domain, called the 'site default -# domain'. If you run only one domain with Mailman, this will generally be -# calculated automatically when you configured Mailman. You can always change -# this in your mailman.cfg file. You can also add additional virtual domains -# in your mailman.cfg file to enable multiple virtual domains. Every mailing -# list will be situated in exactly one virtual domain. -# -# For Mailman's purposes, a virtual domain associates an email host name with -# a web host name. These may be the same, but often they are different, and -# the list is always referred to by its fully-qualified posting address. For -# example, if you created 'mylist' in the example.com domain, people can post -# to your list via 'mylist@example.com'. They may refer to the web pages via -# 'www.example.com'. So your email host name is 'example.com' and your web -# host name is 'www.example.com'. -# -# To add a virtual domain, put a call to add_domain(email_host, url_host) in -# your mailman.cfg file. If no add_domain() calls are found, Mailman will -# automatically add a virtual domain for the following defaults. However if -# you explicit add domains, you will need to add these defaults as well. -# -# These defaults will be filled in by configure. -DEFAULT_EMAIL_HOST = '@MAILHOST@' -DEFAULT_URL_HOST = '@URLHOST@' - -# Note that you will want to run bin/fix_url.py to change the domain of an -# existing list. bin/fix_url.py must be run within the bin/withlist script, -# like so: bin/withlist -l -r bin/fix_url.py <listname> - - - -##### # Spam avoidance defaults ##### |
