freebsd-ports/mail/mailman/files/patch-README.EXIM
Johann Visagie 988d00b519 - Update to version 2.2.1, which includes a fix to a cross-site scripting
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.
2003-02-12 08:10:37 +00:00

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