::      Not SSL but something similar with lists moved to a different
:: system.  Thanks.

First you have to make sure that your settings for the following 3 
variables are configured properly in your mm_cfg.py file:

  DEFAULT_EMAIL_HOST = 'host.foo.net'
  DEFAULT_URL_HOST = 'host.foo.net'
  DEFAULT_URL_PATTERN = 'http://%s/mailman/'

(note that if you're using SSL, that should be https:// not http://)

Once that's done, run the following command to fix all the built-in URLs 
for all your lists:

  ~mailman/bin/withlist -l -r fix_url [listname] -v

You can use 'all' for [listname] to change this value for all your lists, 
but I'd run it on one just to make sure you're doing the right thing.  
After you run this, you can verify the change was made by running

  ~mailman/bin/dumpdb ~mailman/lists/[listname]/config.pck | grep http

After all that, the admin pages should work again.

Cheers - Erick

------------------------------------------------------
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

Reply via email to