[Mailman-Developers] Wrong domain choosed when creating a new list (mm2.1b2)

Danny Terweij danny@terweij.nl
Sat, 1 Jun 2002 11:47:31 +0200


**Resend**
Still no answer, somebody working on it? Or has a answer?


----- Original Message ----- 
From: "Danny Terweij" <danny@terweij.nl>
Sent: Saturday, May 25, 2002 10:32 PM
 
 Hi,
 
 These are my mm_cfg settings:
 
 DEFAULT_EMAIL_HOST = 'lnx.p-s.nl'
DEFAULT_URL_HOST = 'www.p-s.nl'
DEFAULT_URL_PATTERN = 'http://%s:81/mailman/'
DEFAULT_HOST_NAME = DEFAULT_URL_HOST
DEFAULT_URL = DEFAULT_URL_PATTERN % DEFAULT_URL_HOST
VIRTUAL_HOST_OVERVIEW = 0
 
When i do creating a new list :
./newlist
[root@lnx bin]# ./newlist
Enter the name of the list: testlist-1
Enter the email of the person running the list: danny@terweij.nl
Initial testlist-1 password:

 [aliases shown]
 
 Hit enter to notify testlist-1 owner...
When i hit it and check my mailbox of danny@terweij.nl :
 
 mailman-admin@www.p-s.nl <mailman-admin@www.p-s.nl> wrote:
 
 The mailing list `testlist-1' has just been created for you.  The
following is some basic information about your mailing list.
 
It is using DEFAULT_URL_HOST or DEFAULT_HOST_NAME  instead of
DEFAULT_EMAIL_HOST. (in my case... the lists are not runing on www.p-s.nl,
but on www.p-s.nl : 81 redirected internaly to my linux host lnx.p-s.nl)

Where can i change this?

Danny.