diff options
author | wjv <wjv@FreeBSD.org> | 2002-02-20 17:09:44 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-02-20 17:09:44 +0800 |
commit | c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1 (patch) | |
tree | ff7bff15cb1eee35e1e988efbdc10063d9a1ab9e /mail/mailman/pkg-message | |
parent | 42e147c700e25e25e8200e5d4229354b14b867b3 (diff) | |
download | freebsd-ports-gnome-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.tar.gz freebsd-ports-gnome-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.tar.zst freebsd-ports-gnome-c2b0ac3b21234c5d77e3074fdc17fb1633ca47c1.zip |
- Add missing $CONFIGURE_ARGS. (Whoops again!)
- Actually install the images for Mailman's web front-end to
${PREFIX}/www/icons, instead of depending on the user to do this in a
post-installation step. Add a new build-time variable to control the
location where these images are intstalled.
- Gratuitous change: Change the GNU logo and link in the footer of most
pages in Mailman's web front-end to a "Powered by FreeBSD" logo, and a link
to the FreeBSD home page. This was accomplished by:
- Patching the source to allow for multiple footer bars based on a new
configuration variable LOGO_OS. If LOGO_OS is set to 'FreeBSD', the
FreeBSD footer will be displayed; otherwise, it reverts to the default
GNU footer.
- Set LOGO_OS to 'FreeBSD' in the installed Defaults.py (The user may
override this in mm_cfg.py)
- Bump $PORTREVISION again. (Sorry guys.)
Diffstat (limited to 'mail/mailman/pkg-message')
-rw-r--r-- | mail/mailman/pkg-message | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/mail/mailman/pkg-message b/mail/mailman/pkg-message index 44c65dda19f1..1eb07d74d52c 100644 --- a/mail/mailman/pkg-message +++ b/mail/mailman/pkg-message @@ -1,19 +1,26 @@ ---------------------------------------------------------------------------- Mailman has been installed, but is not quite ready to be used yet! You need to configure both Mailman and your MTA to integrate with each -other. At the very least, you'll have to create some aliases. +other. At the very least, you'll need to create these aliases: -See %%DOCSDIR%%/INSTALL for post-installation instructions, -with "prefix" being "%%MAILMANDIR%%". You may also find README -files with MTA-specific hints in %%DOCSDIR%%. + mailman: you@your.domain.com + mailman-owner: mailman -The entire Mailman installation resides under %%MAILMANDIR%%. -The command-line scripts necessary to administer Mailman have been -installed in %%MAILMANDIR%%/bin. +You will also find README files with MTA-specific hints in +%%DOCSDIR%%. You'll need to add at least the following to Apache's httpd.conf to -activate Mailman's web interface. (Remember to restart your httpd!) +activate Mailman's web interface: ScriptAlias /mailman/ "%%MAILMANDIR%%/cgi-bin/" Alias /pipermail/ "%%MAILMANDIR%%/archives/public/" + +Remember to reload your mail aliases if required, and to restart your httpd! + +See %%DOCSDIR%%/INSTALL for further post-installation +instructions. + +Note: The entire Mailman installation resides under %%MAILMANDIR%%. +The command-line scripts necessary to administer Mailman have been installed +in %%MAILMANDIR%%/bin. ---------------------------------------------------------------------------- |