diff options
| -rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -175,6 +175,16 @@ if you want to keep your existing installation intact. scripts run is *not* in the `mailman' group you created above, otherwise private archives will be accessible to anyone. + - Copy the Mailman logo file misc/mailman.gif to a location + accessible to your Web server. E.g. with Apache, you might + create an images subdirectory inside htdocs, and then copy + misc/mailman.gif to htdocs/images/mailman.gif + + You then want to add a line to your $prefix/Mailman/mm_cfg.py + file which sets the URL to the logo file. For example: + + DELIVERED_BY_URL = '/images/mailman.gif' + - Configure your Web server to point to the Pipermail public mailing list archives: |
