[Mailman-Users] problem with mm_cfg.py

Adam Lipson adaml at jbase.com
Wed Apr 30 21:43:51 CEST 2003


I have edited my mm_cfg.py file as instructions said to put my hostname into the default email/url host.  When I run a command such as newlist I get the follow error:

mailman at jbt mailman]$ bin/newlist adam2
Traceback (most recent call last):
  File "bin/newlist", line 74, in ?
    from Mailman import mm_cfg
  File "/usr/local/mailman/Mailman/mm_cfg.py", line 47
    DEFAULT_EMAIL_HOST = 'listserver.jbase.com'

this is my entire mm_cfg.py file:

##################################################
# Put YOUR site-specific settings below this line.
IMAGE_LOGOS = '/icons/'

    DEFAULT_EMAIL_HOST = 'listserver.jbase.com'
    DEFAULT_URL_HOST = 'listserver.jbase.com'
    add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

Any ideas?  the hostname defined in /etc/hosts is different then the one in mm_cfg.py but this should not cause this error should it?

Thanks,
Adam




More information about the Mailman-Users mailing list