SYMPTOMS
I have several sites with Mailman enabled and used to access mailing lists at http://lists.<domain>/pipermail/. However this URL shows mailing lists for all domains. How do I access my domains' lists only?RESOLUTION
Mailman has limited support for virtual hosts and there is no way to show all lists or archives for some particular domain.List subscription page can be accessed with:
http://lists.<domain.com>/mailman/listinfo/<listname>
List archive URL is:
http://lists.<domain.com>/pipermail/<listname>
List administrative interface URL is:
http://lists.<domain.com>/mailman/admin/<listname>
Where <domain.com> and <listname> should be replaced with the real domain's and list's names.