> I believe that mailing lists exist across all virtual domains listed? > Is there any way to allow for the same mailing list on different > domains with one instance of mailman? > So I could have [email protected] AND [email protected] as > two separate lists.
Currently, out of the box, Mailman shares namespace between virtual domains, so you can not have [email protected] and [email protected]. However, there is a vhost patch that would allow you to do that, but it would require couple of modifications and some apache rewrite rules. This patch mostly works. Mostly, because there is an issue with viewing private, password protected archives, which i haven't been able to find a work-around for. For more information check out this thread (it has somewhat detailed instructions): http://mail.python.org/pipermail/mailman-users/2010-January/068543.html - Igor ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
