On Thu, Dec 16, 2004 at 04:14:42AM +0300, Kenny Chamber wrote: > I checked the FAQ, nothing. I searched google and came up with nothing > helpful either. So what are the magic steps to make mailman work and > be aware that it is running on a different port? If I put the port > number in the URL by hand it works, but alas the URLs that get returned > by listinfo or admin do not contain the port number.
After changing DEFAULT_URL_PATTERN in your mm_cfg.py, don't forget to run the fix_url script (run bin/fix_url.py for an explanation of how to use bin/withlist to run it, or check the FAQ) to update your list object(s). (Depending upon your goal, you may also want to modify PUBLIC_ARCHIVE_URL in your mm_cfg.py.) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
