freebsd-ports/mail/mailman/pkg-message
Johann Visagie 4eb62bb3af - 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.)
2002-02-20 09:09:44 +00:00

26 lines
1,011 B
Text

----------------------------------------------------------------------------
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 need to create these aliases:
mailman: you@your.domain.com
mailman-owner: mailman
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:
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.
----------------------------------------------------------------------------