Kindest .. I'm having a few problems with my setup of Mailman. I've configured Aolserver v3.x to run Mailman as a cgi application. Now I can configure a new mailing list and see it in the listing/first page;
http://www.<domain>.no/mailman/admin I can click on the test list .. and login and then is forwarded to the administrative interface; http://www.<domain>.no/mailman/admin/test This is when the problem starts; all urls listed in the "header" here are given wrong; in essence all urls here are missing the "mailman" part of the url which of course gives an error when clicked as the target url then does not reach the "cgi enabled page 'domain'". The urls on this page are; http://www.<domain>.no/admin/test/members http://www.<domain>.no/admin/test/privacy http://www.<domain>.no/admin/test/nondigest http://www.<domain>.no/admin/test/bounce . . . and so forth. I've tried the following things; 1) Verified the Defaults.py script; DEFAULT_URL = 'http://www.<domain>.no/mailman/' ... which should be correct .. 2) Not put anything in the mm_cfg.py file .. ... which should make the lists use the "Defaults.py" file; DEFAULT_URL ... but urls are still wrong .. 3) Used config_list to export all list information .. edited it to reflect the correct url .. imported it again .. and the urls end up wrong again. . how on earth can I get this to work?! Would appriciate any input .. as I'm at a dead end here. I really do not want to hack around in the code as I am not a Python expert .. at least not yet. ;) Anyone have some tips they could share as to what I can do next? Would be greatly apriciated! All of you have a real nice day! -- Med vennlig hilsen, J�rgen Skogstad /\ System Specialist \\ \ \ \\ / Sun Microsystems AS / \/ / / Ullev�l Stadion / / \//\ N-0805 Oslo, NORWAY \//\ / / / / /\ / Phone: + 47 23 36 96 00 / \\ \ Cellular: + 47 92 41 30 23 \ \\ Fax: + 47 23 26 96 01 \/ EMail: [EMAIL PROTECTED] Web: www.sun.no BTW; Opinions formed by myself in informal mailings are mine and not of my employer. ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
