diff options
| author | twouters | 2003-03-11 12:58:54 +0000 |
|---|---|---|
| committer | twouters | 2003-03-11 12:58:54 +0000 |
| commit | 095dd92d07bc36431afbcb2f255c2916bea8d865 (patch) | |
| tree | 35830dd76f1008547f1b501d9bf834fd113a7d44 | |
| parent | 0c21d13a068afe985bfb4b63df286c9697cc2c3a (diff) | |
| download | mailman-095dd92d07bc36431afbcb2f255c2916bea8d865.tar.gz mailman-095dd92d07bc36431afbcb2f255c2916bea8d865.tar.zst mailman-095dd92d07bc36431afbcb2f255c2916bea8d865.zip | |
Install procedure clarifications: the mailman list must be created before
running 'mailmanctl start', and really should be created before the cronjobs
are added as well. Also note that the mailman user must be in the mailman
group.
Closes a patch mailed to mailman-developers by Bert Hubert (who really
should have known better than to mail patches ;)
| -rw-r--r-- | INSTALL | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -65,7 +65,8 @@ upgrade. security is based on group-ownership permissions, so it is important to get this step right. If groupname `mailman' is already in use, choose something else unique and see the - --with-groupname below. + --with-groupname below. The mailman user created in the previous + step must be a member of this group. - Create an installation directory (called $prefix in the documentation that follows). All of the Mailman files will be @@ -315,6 +316,17 @@ upgrade. Now restart your web server. + - Create a "site-wide" mailing list. This is the one that + password reminders will appear to come from. Usually this + should be the "mailman" mailing list, but if you need to change + this, be sure to change the MAILMAN_SITE_LIST variable in + mm_cfg.py (see below). + + % bin/newlist mailman + + Follow the prompts, and see the README file for more + information. + - Set up the crontab entries. Mailman runs a number of cron jobs for its basic functionality. Note that if you're upgrading from a previous version of Mailman, you'll want to install the new @@ -388,18 +400,7 @@ upgrade. add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) - - Create a "site-wide" mailing list. This is the one that - password reminders will appear to come from. Usually this - should be the "mailman" mailing list, but if you need to change - this, be sure to change the MAILMAN_SITE_LIST variable in - mm_cfg.py (see below). - - % bin/newlist mailman - - Follow the prompts, and see the README file for more - information. - - - You should then subscribe yourself to the mailman list. + - Subscribe yourself to the mailman list created earlier. 5. Customize Mailman |
