aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MTA/Postfix.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed bin/genaliases to only call the POSTFIX_*_CMD commands once whenMark Sapiro2011-04-161-2/+5
| | | | MTA = 'Postfix'. Bug #266408.
* Forgot the loop address in the immediately previous change.Mark Sapiro2010-05-101-0/+2
|
* Provided the ability to specify in mm_cfg.py a local domain (e.g.Mark Sapiro2010-05-101-1/+5
| | | | | | 'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. Bug #328907.
* MTA/Postfix.pyMark Sapiro2008-08-221-1/+6
| | | | | If the STANZA END for a list being removed is missing or munged, the remainder of the aliases and/or virtual-mailman file is lost. Fixed.
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-4/+4
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi2005-12-131-1/+10
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Backporting from trunkbwarsaw2003-03-311-14/+20
|
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
| | | | | | code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+344
'Release_2_1-maint'.