[Mailman-Users] Changing site domain name

Chris Puttick cputtick at gmail.com
Fri Oct 6 19:24:14 CEST 2006


Ok, the problem:

http://lists.openarchaeology.net/mailman/listinfo

compared with

http://lists.openarchaeology.net/mailman/listinfo/mailman

mm_cfg:

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
DEFAULT_NNTP_HOST = 'lists.openarchaeology.net'
DEFAULT_EMAIL_HOST = 'lists.openarchaeology.net'
DEFAULT_URL_HOST = 'lists.openarchaeology.net'
MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/sbin/postmap'
DELIVERY_MODULE = 'SMTPDirect'
SMTPHOST = 'localhost'
SMTPPORT = '25'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
IMAGE_LOGOS = '/mailmanicons/'

Any thoughts?

Chris


On 06/10/06, Mark Sapiro <msapiro at value.net> wrote:
> Chris Puttick wrote:
>
> >the problem is seen if you go to any of the generic pages
> >e.g. lists.my.tld/mailman/listinfo, where the server instead of
> >referring to itself as lists.my.tld refers to itself as ip.ad.dr.ess -
> >if you go to a list specific page the URLs are as expected, except the
> >link for the overview page, which reads correctly as
> >lists.my.tld/mailman/listinfo but links to
> >ip.ad.dr.ess/mailman/listinfo.
>
>
> What is your mm_cfg.py setting for DEFAULT_URL_HOST?
>
> Also, check your webserver config. Particularly, that thing which in
> apache looks like
>
> RedirectMatch ^/mailman[/]*$   http://example.com/mailman/listinfo
>
> --
> Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
>
>


-- 

http://thehumanjourney.net



More information about the Mailman-Users mailing list