summaryrefslogtreecommitdiffstats
path: root/software/mailman.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/mailman.page')
-rw-r--r--software/mailman.page14
1 files changed, 14 insertions, 0 deletions
diff --git a/software/mailman.page b/software/mailman.page
index 7255364..4e3ea2a 100644
--- a/software/mailman.page
+++ b/software/mailman.page
@@ -39,3 +39,17 @@ If using public mailing lists archives, add lines like the following around
self.author = self.email = 'redacted'
+Notes:
+- run thttpd as list user?
+- don't forget to set "nochroot" in /etc/thttpd/thttpd.conf
+- run newlist as root?
+- edit DEFAULT_URL_PATTERN, DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST in /etc/mailman/mm_cfg.py
+- after above, to fix "instant logout" problem (no cookies set):
+ while read list stuff; do withlist -l -r fix_url "$list"; done < <(list_lists)
+
+ (ignore the error?)
+
+check_perms -f
+
+needed to allow symlinks from nginx to get 'list' group-owned archives to work.
+