summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Patch #478491 by Federico Grau.bwarsaw2002-11-191-1/+3
|
* Describe the AddDefaultCharset issue for Apache and i18n archivebwarsaw2002-11-191-9/+15
| | | | interoperability.
* Better description of how to set up the init.d mailman script forbwarsaw2002-05-281-2/+5
| | | | | systems that don't support chkconfig. Given by Dario Lopez-K�sten in SF bug # 556260.
* An update pass.bwarsaw2002-05-051-45/+41
|
* Updatesbwarsaw2002-03-161-10/+23
|
* Several changes which should make the installer's life easier. First,bwarsaw2002-02-231-33/+15
| | | | | | | | | | | | | | give some hints about how to install Python itself from source. Second, remove all the cruft about having to manually install the email package; we'll do that for them now. Fix some typos (can't remember who reported these, sorry). --with-ownername change to --with-username, and --with-ownergroup changed to --with-groupname. Also, update for information about the `mailman' init script which is now installed to scripts/mailman. And fix a couple of $prefix/mail/wrapper->.../mailman typos.
* Some updates for 2.1alpha4bwarsaw2001-12-311-12/+16
|
* Updates for alpha3 releasebwarsaw2001-10-221-20/+12
|
* Describe how to install the email package, and remove references tobwarsaw2001-10-021-6/+21
| | | | mimelib.
* Small clarification.bwarsaw2001-09-051-1/+2
|
* Update installation instructions to describe chkconfig for OSes thatbwarsaw2001-08-171-5/+21
| | | | support this.
* Added instructions for installing the Unix boot script misc/S98mailmanbwarsaw2001-08-151-2/+12
|
* Heh, I guess I should mention mailmanctl, since it's /critical/ tobwarsaw2001-07-121-1/+9
| | | | getting mail delivered.
* Lot's of updates to describe the current system.bwarsaw2001-07-111-73/+96
|
* Add a note about mimelib and where to get it. Closes SF bug 413229.bwarsaw2001-04-031-0/+10
|
* Recommend using "crontab -u" if supported and falling back tobwarsaw2001-03-021-5/+12
| | | | su/crontab only if not.
* Update information about which Python version is required (caught bybwarsaw2001-02-161-5/+4
| | | | Ron Jarrell).
* Document that DEFAULT_URL must end in a slash (although I think I'vebwarsaw2000-11-161-1/+1
| | | | fixed all the sensitivity there, it can't hurt).
* A bunch of updates.bwarsaw2000-11-081-28/+24
|
* Fixed some installation typos. Closes SF bug #117682.bwarsaw2000-10-271-3/+8
|
* Added a pointer to README.BSD where the setgid bit is talked about.bwarsaw2000-10-271-3/+4
| | | | | README.BSD already had information about this, and on those systems, you shouldn't turn on the setgid bit. Closes SF bug #116615.
* Added some important notices so people pay attention to thebwarsaw2000-10-201-5/+10
| | | | set-up-crontab steps.
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-4/+8
| | | | | | | | | Specifically, Describe the new --with-var-prefix option. Also, change --with-ownername to --with-username and --with-ownergroup to --with-groupname
* First pass at updates for 2.0. Also fix spelling mistakes.bwarsaw2000-09-221-46/+68
|
* Describe the install location of the Mailman icons. Closes SF patchbwarsaw2000-09-191-4/+4
| | | | #101334, contributed by dgc.
* Describe potential nosuid option on /home in some environments.bwarsaw2000-09-131-0/+6
| | | | Closes SF bug #114201, Jitterbug PR#292.
* Step 4, add a note about clock synchronization in an NFS environment.bwarsaw2000-05-091-0/+7
|
* Updated information.bwarsaw2000-03-211-27/+30
|
* Added an instruction to look for a README.<yourMTA>bwarsaw1999-11-181-1/+5
|
* mailman.gif => mailman.jpgbwarsaw1999-11-011-3/+3
|
* "group sticky bit" -> setgid bit. PR#99bwarsaw1999-09-021-2/+2
|
* Describe using bin/check_permsbwarsaw1999-07-101-5/+26
|
* Use "mailman-<version>" instead of "<mailman-src-dir>" when referringhmeland1999-07-011-5/+8
| | | | | | to the directory Mailman has been unpacked into, to avoid any confusion regarding the "src" directory inside "mailman-<version>". Tried to clarify the solution to smrsh-induced problems.
* Postfix's alias builder is commonly called `postalias', not `mkalias'.hmeland1999-06-131-2/+2
|
* eradicate "maillist" as a nounbwarsaw1999-05-051-1/+1
|
* Describe what to do with logo gifbwarsaw1999-05-021-0/+10
|
* * The recommended chmod for $prefix lacked g+w.hmeland1999-03-041-9/+9
| | | | * Replaced "vmailer" with "Postfix" (which is the proper name).
* Document FollowSymLinks for when setting up pipermail archive.bwarsaw1999-02-271-1/+2
|
* Some clarificationsbwarsaw1999-02-201-11/+14
|
* A little more visibility to the --with-cgi-gid optionbwarsaw1999-01-081-4/+10
|
* Provide more clues about the sendmail process groupid.klm1998-12-031-2/+4
|
* Explain what the site password is.klm1998-11-181-0/+5
|
* Added a note about the user id that CGI's run under and the mailmanbwarsaw1998-11-061-0/+4
| | | | | group. We might want to think about adding a SECURITY file at some point.
* fixed a typo in the vmailer entrycotton1998-11-041-1/+1
|
* Updated installation instructions. Note I'm moving the upgradingbwarsaw1998-11-031-23/+12
| | | | instructions to a separate file called UPGRADING.
* added notes about installing with vmailer.cotton1998-10-221-1/+27
| | | | scott
* Some updates to describe the new installation steps, specifically thebwarsaw1998-10-201-38/+46
| | | | step requiring root permissions: "make finish".
* Note that the options.html template change needs to be installed inklm1998-10-171-1/+3
| | | | the individual list content dirs.
* added note about configureing web server to point at thecotton1998-10-091-0/+7
| | | | | public maillist archives scott
* Added --with-cgi-ext option for specifying an extension on the cgi-binbwarsaw1998-08-031-0/+6
| | | | wrapper scripts. Apparently the Roxen server requires this.