Lists.wikimedia.org
From Wikitech
(Difference between revisions)
| Line 4: | Line 4: | ||
The templates for daily-article-l are owned by kate, please don't change this because kate doesn't have root access and can't edit them otherwise. | The templates for daily-article-l are owned by kate, please don't change this because kate doesn't have root access and can't edit them otherwise. | ||
| + | |||
| + | To add a new list: | ||
| + | |||
| + | /home/mailman/bin/addlist | ||
| + | |||
| + | Ensure <tt>/etc/postfix/aliases.mailman</tt> is up-to-date after doing this, and run <tt>newaliases</tt> and <tt>postfix reload</tt>. | ||
Revision as of 22:41, 3 September 2004
Mailing lists live in /home/mailman/.
The templates for list messages etc. are in /home/mailman/template/<langcode>; these can be customised per-list by copying them to /home/mailman/lists/<listname>/<langcode>/ and editing them. Make sure they're still writable by Apache otherwise the mailman web interface doesn't work! (this means they have to be owned by group mailman and be g+w)
The templates for daily-article-l are owned by kate, please don't change this because kate doesn't have root access and can't edit them otherwise.
To add a new list:
/home/mailman/bin/addlist
Ensure /etc/postfix/aliases.mailman is up-to-date after doing this, and run newaliases and postfix reload.