Lists.wikimedia.org
From Wikitech
(Difference between revisions)
(revert to old version from before the great mint disaster) |
(moved) |
||
| Line 1: | Line 1: | ||
| − | Mailing lists live in <tt>/ | + | Mailing lists live in <tt>/usr/local/mailman/</tt> on [[zwinger]]. |
| − | The templates for list messages etc. are in <tt>/ | + | The templates for list messages etc. are in <tt>/usr/local/mailman/template/<langcode></tt>; these can be customised per-list by copying them to <tt>/usr/local/mailman/lists/<listname>/<langcode>/</tt> 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 <tt>mailman</tt> and be g+w) |
To add a new list: | To add a new list: | ||
| − | / | + | /usr/local/mailman/bin/newlist |
| − | Ensure <tt>/ | + | Ensure <tt>/usr/local/mailman/aliases.mailman</tt> is up-to-date after doing this, and run <tt>newaliases</tt> and <tt>postfix reload</tt>. |
| + | |||
| + | '''The old symlink from /home/mailman to /usr/local/mailman has been removed as of February 15, 2006. Make sure any old directions and config files are updated to reflect this.''' | ||
* How to [[remove a message from mailing list archive]] | * How to [[remove a message from mailing list archive]] | ||
[[Category:Mail]] | [[Category:Mail]] | ||
Revision as of 21:13, 15 February 2006
Mailing lists live in /usr/local/mailman/ on zwinger.
The templates for list messages etc. are in /usr/local/mailman/template/<langcode>; these can be customised per-list by copying them to /usr/local/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)
To add a new list:
/usr/local/mailman/bin/newlist
Ensure /usr/local/mailman/aliases.mailman is up-to-date after doing this, and run newaliases and postfix reload.
The old symlink from /home/mailman to /usr/local/mailman has been removed as of February 15, 2006. Make sure any old directions and config files are updated to reflect this.