summaryrefslogtreecommitdiff
path: root/Mailman/MTA/Postfix.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-413/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Initial pylint/pyflakes cleanupBarry Warsaw2007-11-171-2/+4
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-2/+2
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-101-10/+6
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-16/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-1/+1
* Postfix LMTP related brushups.tkikuchi2006-11-261-12/+33
* Some cleanups of code.tkikuchi2006-11-231-36/+24
* Repair a problem with cookie paths reported by Tokio when HTTPRunner is usedbwarsaw2006-10-301-2/+5
* Postfix support functions for LMTP and configurations.tkikuchi2006-10-021-1/+53
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-281-2/+10
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-251-14/+14
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-5/+4
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-7/+9
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-12/+7
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-4/+4
* SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi2005-12-131-1/+10
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Back out last patch -- the real fix should be to the documentation.bwarsaw2003-09-141-4/+1
* _addvirtual(): Steve Alexander's patch to include the "hostnamebwarsaw2003-09-131-1/+4
* create(): Add a `quiet' flag which (for this MTA at least) is ignored.bwarsaw2003-03-221-14/+20
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-8/+12
* _check_for_virtual_loopaddr(): Fixed this so duplicate virtual hostbwarsaw2002-03-051-5/+22
* checkperms(): Fix this for the new files aliases and virtual-mailman.bwarsaw2002-03-011-33/+43
* _addlist(): Do some better formatting. -unsubscribe is now thebwarsaw2002-02-231-2/+2
* clear(): Fix the file names given to _zapfile().bwarsaw2002-02-141-2/+2
* Massive simplification to avoid making all the BerkeleyDB callsbwarsaw2002-02-091-155/+62
* Sigh. I think BerkeleyDB support is just plain broken in standardbwarsaw2001-12-241-1/+9
* Updates to work better with virgin invocation.bwarsaw2001-12-061-23/+33
* Much changes for better virtual domain support.bwarsaw2001-11-261-33/+88
* Support for Postfix-style virtual domains.bwarsaw2001-11-241-33/+105
* addlist(): When creating the aliases file for the first time, be surebwarsaw2001-11-201-1/+7
* addlist(): Don't rely on the brilliant new feature in Python 2.1, wheretwouters2001-08-111-1/+1
* checkperms(): 'mode' -> 'stat[ST_MODE]'.twouters2001-07-101-1/+1
* create(), remove(): Take an optional flag `cgi' which indicatesbwarsaw2001-05-221-2/+2
* checkperms(): aliases.db should be owned by mailman now, not root.bwarsaw2001-05-111-2/+2
* create(), remove(): Before we write to the aliases.db file, we mustbwarsaw2001-05-111-2/+47
* List creation/removal hooks now keep both the plain text filebwarsaw2001-05-101-29/+120
* checkperms(): Postfix-specific permission checks: make sure thebwarsaw2001-05-091-2/+48
* intermediatebwarsaw2001-05-091-1/+0
* Checking in the usual .cvsignore, Makefile.in, and __init__.py files.bwarsaw2001-05-091-0/+74