diff options
| author | Barry Warsaw | 2010-01-28 23:00:47 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-01-28 23:00:47 -0500 |
| commit | 8b3f1353294dc1c58572ce872a9d3c9e76ccedc3 (patch) | |
| tree | 71ac112d1be3405b3987d311b1859ba0de93c715 | |
| parent | e36f0cb1d8557f80d83f403c2cd73dfa2eae90ad (diff) | |
| download | mailman-8b3f1353294dc1c58572ce872a9d3c9e76ccedc3.tar.gz mailman-8b3f1353294dc1c58572ce872a9d3c9e76ccedc3.tar.zst mailman-8b3f1353294dc1c58572ce872a9d3c9e76ccedc3.zip | |
News
| -rw-r--r-- | src/mailman/docs/NEWS.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.txt b/src/mailman/docs/NEWS.txt index 5ff7841c4..5e90295ff 100644 --- a/src/mailman/docs/NEWS.txt +++ b/src/mailman/docs/NEWS.txt @@ -16,6 +16,15 @@ Commands * The functionality of 'bin/list_members' has been moved to 'bin/mailman members' +Configuration +------------- + * You can now configure the paths Mailman uses for queue files, lock files, + data files, etc. via the configuration file. Define a file system 'layout' + and then select that layout in the [mailman] section. Default layouts + include 'local' for putting everything in /var/tmp/mailman, 'dev' for local + development, and 'fhs' for Filesystem Hierarchy Standard 2.3 (LP #490144). + * Queue file directories now live in $var_dir/queues. + 3.0 alpha 5 -- "Distant Early Warning" ====================================== |
