summaryrefslogtreecommitdiff
path: root/modules/mm_cfg.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-59/+0
|
* Removed references to SENDMAIL_CMD.viega1998-05-291-1/+0
| | | | | Mailman is now sendmail independant, except that it spits out sendmail aliases w/ newlist...
* Moved from mm_cfg.py.dist, this is now an input file for autoconfbwarsaw1998-05-271-2/+3
|
* Added an Emacs turd to the top of the file.bwarsaw1998-05-261-5/+2
| | | | | | | | Removed RCS crud Removed HOME_DIR and MAILMAN_DIR variables. Users should not need to modify these anymore, since configure will calculate these correctly and put them into the generated mm_defaults.py file.
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-7/+8
| | | | whatever mail delivery agent is there.
* Shorten the public and private archive urls.mailman1998-04-111-5/+10
|
* Retire ARCHIVE_URL for PUBLIC_ARCHIVE_URL and PRIVATE_ARCHIVE_URLklm1998-04-101-2/+3
| | | | settings.
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-0/+2
|
* Track changes to our defaults, including new default pipermailmailman1998-03-291-3/+1
| | | | location.
* Must redefine MAILMAN_OWNER so it gets the site-specificmailman1998-03-181-1/+2
| | | | DEFAULT_HOST_NAME!
* Cosmetic change to flag the import of the distributed defaults.mailman1998-03-051-0/+3
|
* Preparing to move mm_cfg.py to mm_cfg.py.dist, so a basline copy ismailman1998-03-051-9/+12
| | | | | distributed as an example, and with instructions in the file, but it never clobbers the sites configured version.
* Moved default settings to mm_defaults, for distribution. mm_cfg.pymailman1998-03-051-112/+13
| | | | will be used for setting the site-specific values for these defaults.
* Spread out the default footer a bit.mailman1998-02-271-3/+4
| | | | Increased max_number_recipients default val from 5 to 10.
* Up version to 1.0b1.1 (from 1.0b1).mailman1998-02-261-12/+93
| | | | | | | | | | | | | | | | | Established entries for default settings for all significant maillist parameters in this file. Other files should import this file and set their parameters from the defaults defined here. This way, mailman installers (ideally) need only go through this file to configure the defaults for all lists, archival, etc. RECTIFY my confusion about the *_URL settings: For john on list.org, "http://%s" % DEFAULT_HOST_NAME is fine even though the default_host_name is an MX address - ie, unqualified domain name - because of the unusual (i think) way his dns is done. However, it does *not* work on sites that don't use the MX address for the web server host name, which is the case at python.org (and most places, i expect).
* Make MAILMAN_OWNER a person, not the system.mailman1998-02-251-1/+1
|
* Belatedly reflecting migration to being central python.org server.mailman1998-02-221-2/+2
|
* Local site configuration.klm1998-02-151-3/+3
|
* Initial revisionklm1998-01-061-0/+48