mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
fe127c87ad
- Refrain from invoking ${PERL} - Call Mailman's distributed check_perms script post-installation to fix file permissions instead of doing so manually. This is more modular and will greatly ease maintenance of the port. It implies a level of trust in check_perms... but then, installing and running any 3rd party software implies a level of trust.
27 lines
1007 B
Plaintext
27 lines
1007 B
Plaintext
----------------------------------------------------------------------------
|
|
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.
|
|
----------------------------------------------------------------------------
|