forked from Lainports/freebsd-ports
vulnerability. - Add a file, installed to $DOCSDIR, with more explicit post-installation instructions. - Update $PKGMESSAGE to point to this new file. - Add more explicit warnings in various places that MAIL_GID *must* be set at build time if Mailman is to be used with an alternate (non-Sendmail) MTA. - Bring port in line with other similar ports by NOT explicitly depending on Apache. This is both more maintainable and allows the user greater scope in setting up a custom configuration, including the use of an alternative web server. (Also, Mailman _can_ be used without a web server.) - Clean up which documentation files get installed to $DOCSDIR.
13 lines
339 B
Text
13 lines
339 B
Text
--- README.EXIM.orig Fri Oct 18 23:02:15 2002
|
|
+++ README.EXIM Tue Jan 28 11:18:24 2003
|
|
@@ -77,8 +77,8 @@
|
|
|
|
# User and group for Mailman, should match your --with-mail-gid
|
|
# switch to Mailman's configure script.
|
|
- MAILMAN_USER=mailman
|
|
- MAILMAN_GROUP=mailman
|
|
+ MAILMAN_USER=mailnull
|
|
+ MAILMAN_GROUP=mail
|
|
|
|
|
|
Transport for Exim 3
|