summaryrefslogtreecommitdiff
path: root/src/mailman/mta/postfix.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-40/+53
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-4/+4
| | | | Add IMailTransportAgentDelivery and begin to flesh out the doctest.
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
|
* Test updates and repair.xoBarry Warsaw2009-08-211-1/+2
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+123
correctly regardless of how it's used.