Mailman - how to remove virtualmin wrapper

Does anyone have an idea how to use mailman lists with virtual domains without using the virtualmin redirects as listed in my sample conf file. I would like the be able access the lists using a url like

http://domain.com/cgi-bin/mailman

sample conf
RedirectMatch /cgi-bin/mailman/([^/])(.) "https://dommain.com:10000/virtualmin-mailman/unauthenticated/$1.cgi$2"
RedirectMatch /mailman/([^/])(.) "https://domain.com:10000/virtualmin-mailman/unauthenticated/$1.cgi$2"<br><br>Post edited by: sprouse, at: 2007/11/17 05:21

Because Mailman can’t run under suexec, you’d have to make a path that is not subject to suexec, and ScriptAlias it to the base location for the Mailman scripts. I’m not sure what the exact directives would be…we’ll have to do some experimentation.