Mailman llistinfo issues

Running Virtualmin Pro 3.70, when I go to https://avenue.org:10000/virtualmin-mailman/unauthenticated/admin.cgi I get a list of mailing lists created throughout the multiple virtual servers. However, the links on this list do not work.

The list link for an example list for a virtual server is: http://rivanna.avenue.org/virtualmin-mailman/unauthenticated/admin.cgi/r...

What actually does work is:https://avenue.org:10000/virtualmin-mailman/unauthenticated/listinfo.cgi...

so does: https://rivanna.avenue.org:10000/virtualmin-mailman/unauthenticated/list...

http to the above addresses does not work, nor does it convert to https

Questions 1) how can I update the first list to point to the working links? 2) how can I either have all links to lists point to https://avenue.org:10000/ (whichwe have a cert for) rather than to the virtual domains URL's

Thanks.

Status: 
Closed (fixed)

Comments

any hope of getting this looked at? Do I need to hand code a master list of mailing lists on this system?

When the mailman feature is enabled for a domain, redirects from URLs like http://rivanna.avenue.org/ to the Virtualmin URL on port 10000 are supposed to be setup.

Does the rivanna.avenue.org domain have a website though?

If so, check its Apache Virtualhost block for directives like :

RedirectMatch /cgi-bin/mailman/([^/]*)(.*) https://avenue.org:10000/virtualmin-mailman/unauthenticated/$1.cgi$2
RedirectMatch /mailman/([^/]*)(.*) https://avenue.org:10000/virtualmin-mailman/unauthenticated/$1.cgi$2

The problem is the redirects are looking not looking for /virtualmin-mailman/unauthenticated, which is what the links are in the list of lists page.

Go to: https://avenue.org:10000/virtualmin-mailman/unauthenticated/listinfo.cgi

Look at the link for CZRP. It is: http://ccp.avenue.org/virtualmin-mailman/unauthenticated/listinfo.cgi/crzp

The link that does work is: https://ccp.avenue.org:10000/virtualmin-mailman/unauthenticated/listinfo...

Should I add a RedirectMatch entry for /virtualmin-mailman/ ? The real issue is that the links generated by going to the listinfo.cgi don't work. Is that a mailman issue? If so, we should ignore. Then I'd need the correct redirect language to put in. Right?

Ok, that's the latest version .. do you happen to know which mailman version you have installed?

Ok, I see the Virtualmin bug that causes this .. it will be fixed in the next release of the Mailman plugin (version 5.7).

Automatically closed -- issue fixed for 2 weeks with no activity.