[Mailman-Users] admindb cgi functions don't work.

Erick Mechler emechler at techometer.net
Wed Dec 24 07:22:29 CET 2003


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




More information about the Mailman-Users mailing list