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.
Comments
Submitted by jahlewis on Mon, 08/17/2009 - 20:18 Comment #1
any hope of getting this looked at? Do I need to hand code a master list of mailing lists on this system?
Submitted by JamieCameron on Tue, 08/18/2009 - 00:21 Comment #2
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
Submitted by jahlewis on Tue, 08/18/2009 - 14:17 Comment #3
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?
Submitted by JamieCameron on Tue, 08/18/2009 - 15:04 Comment #4
That is surprising - when you go to https://avenue.org:10000/virtualmin-mailman/unauthenticated/listinfo.cgi , the links to other lists should get re-written to use port 10000 URLs. That is what happens on my test systems..
Which version of the mailman plugin are you running? You can see this at System Settings -> Features and Plugins.
Submitted by jahlewis on Tue, 08/18/2009 - 15:26 Comment #5
5.6
Submitted by JamieCameron on Tue, 08/18/2009 - 17:01 Comment #6
Ok, that's the latest version .. do you happen to know which mailman version you have installed?
Submitted by jahlewis on Wed, 08/19/2009 - 08:31 Comment #7
mailman-2.1.9-4.el5
Submitted by JamieCameron on Wed, 08/19/2009 - 14:21 Comment #8
Ok, I see the Virtualmin bug that causes this .. it will be fixed in the next release of the Mailman plugin (version 5.7).
Submitted by Issues on Wed, 09/02/2009 - 15:18 Comment #9
Automatically closed -- issue fixed for 2 weeks with no activity.