diff options
| author | Barry Warsaw | 2009-01-01 17:58:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-01 17:58:39 -0500 |
| commit | 1c285f110d8e98597453c6b4b69ea01163033547 (patch) | |
| tree | 00c7ec16711b2073e40f593658f652726a9d4231 /mailman/Defaults.py | |
| parent | 12513c7d0fc1f5d2a1aabda349637309f6e8300b (diff) | |
| parent | 600ddb503a391d70230d96ee91a631888d11b35a (diff) | |
| download | mailman-1c285f110d8e98597453c6b4b69ea01163033547.tar.gz mailman-1c285f110d8e98597453c6b4b69ea01163033547.tar.zst mailman-1c285f110d8e98597453c6b4b69ea01163033547.zip | |
Diffstat (limited to 'mailman/Defaults.py')
| -rw-r--r-- | mailman/Defaults.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mailman/Defaults.py b/mailman/Defaults.py index a0aad0b8e..2cbfe8241 100644 --- a/mailman/Defaults.py +++ b/mailman/Defaults.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -693,11 +693,6 @@ USE_MAILDIR = No # alias_maps = hash:/etc/aliases, hash:<prefix>/data/aliases USE_LMTP = No -# Change LMTP_HOST and LMTP_PORT for your convenience. You should be careful -# enough to use a firewall if you open your port on global address interface. -LMTP_HOST = 'localhost' -LMTP_PORT = 8025 - # Name of the domains which operate on LMTP Mailman only. Currently valid # only for Postfix alias generation. LMTP_ONLY_DOMAINS = [] @@ -1051,7 +1046,7 @@ DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER DEFAULT_DIGEST_IS_DEFAULT = No DEFAULT_MIME_IS_DEFAULT_DIGEST = No -DEFAULT_DIGEST_SIZE_THRESHHOLD = 30 # KB +DEFAULT_DIGEST_SIZE_THRESHOLD = 30 # KB DEFAULT_DIGEST_SEND_PERIODIC = Yes # Headers which should be kept in both RFC 1153 (plain) and MIME digests. RFC |
