diff options
| -rw-r--r-- | INSTALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -201,7 +201,7 @@ upgrade. --with-gcc=no Don't use gcc, even if it is found. `cc' must be found on - your $PATH + your $PATH. 3. Check your installation @@ -328,6 +328,14 @@ upgrade. % su - mailman % crontab crontab.in + - Start the Mailman qrunner daemon, by executing the following + from the $prefix directory: + + % bin/mailmanctl start + + You can use the mailmanctl script as a typical Unix init + script. [BAW: add more here.] + - Add aliases for `mailman' and `mailman-owner' to the system's mail alias database. These aliases should point to whoever is ultimately responsible for the Mailman installation. Here are |
