Hello,
Our Mailman web server is listening on port 81 (not 80). I
modified the config lines in mm_cfg.py to read...
DEFAULT_URL_HOST = 'mail.stginternational.com:81'
DEFAULT_EMAIL_HOST = 'stginternational.com'
...but all the links that Mailman creates omit the :81 portion
of the URL, and therefore are incorrect. Example:
http://mail.stginternational.com:81/mailman/listinfo contains a
link to "the list admin overview page
<http://mail.stginternational.com/mailman/admin> ", which points to
http://mail.stginternational.com/mailman/admin rather than
http://mail.stginternational.com:81/mailman/admin as it should.
I tried, unsuccessfully, messing with fix_url.py. What's the
right way to do this? Thank you for your help.
/kpt
After changing in mm_cfg.py run this: $prefix/bin/withlist -l -r fix_url mailman
This should fix your url.
--Sasa
------------------------------------------------------ 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/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org