diff options
| author | klm | 1998-02-15 18:10:55 +0000 |
|---|---|---|
| committer | klm | 1998-02-15 18:10:55 +0000 |
| commit | 09d360502a0c45e0a4e1d2ec75fe3b274fd94f95 (patch) | |
| tree | 99efbec45d6ff4d32178d4c4d3139c2dea85449b /modules/mm_cfg.py | |
| parent | 3e3050cce5ade2736ebfe0e8f9be3400e45ffda9 (diff) | |
| download | mailman-09d360502a0c45e0a4e1d2ec75fe3b274fd94f95.tar.gz mailman-09d360502a0c45e0a4e1d2ec75fe3b274fd94f95.tar.zst mailman-09d360502a0c45e0a4e1d2ec75fe3b274fd94f95.zip | |
Local site configuration.
Diffstat (limited to 'modules/mm_cfg.py')
| -rw-r--r-- | modules/mm_cfg.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mm_cfg.py b/modules/mm_cfg.py index b36ee3111..b8a3a0f5c 100644 --- a/modules/mm_cfg.py +++ b/modules/mm_cfg.py @@ -3,9 +3,9 @@ import os -MAILMAN_URL = 'http://www.list.org/' +MAILMAN_URL = 'http://parrot.python.org/' MAX_SPAWNS = 40 -DEFAULT_HOST_NAME = 'list.org' +DEFAULT_HOST_NAME = 'parrot.python.org' VERSION = '1.0b1' # Our home directory. Once we know this, we can figure out other things @@ -18,7 +18,7 @@ LIST_DATA_DIR = os.path.join(MAILMAN_DIR, 'lists') HTML_DIR = os.path.join(HOME_DIR, 'public_html') CGI_DIR = os.path.join(HOME_DIR, 'cgi-bin') LOCK_DIR = os.path.join(MAILMAN_DIR, 'locks') -SENDMAIL_CMD = '/usr/sbin/sendmail -f %s %s' +SENDMAIL_CMD = '/usr/lib/sendmail -f %s %s' DEFAULT_URL = 'http://%s/mailman/' % DEFAULT_HOST_NAME TEMPLATE_DIR = os.path.join(MAILMAN_DIR, 'templates') ARCHIVE_URL = 'http://%s/~mailman/archives' % DEFAULT_HOST_NAME |
