On 2003-05-26 14:03:54 -0500 René Berber <[EMAIL PROTECTED]> wrote:

[snip]
>> Is there a configuration option to get mailman working on a specific port?
> 
> I found a solution to my problem, I added the following to mm_config.py :
> 
> DEFAULT_URL_HOST = 'myhost'
> DEFAULT_URL_PATTERN = 'http://%s:81/mailman/'

It was almost solved, I also had to change:

PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:81/pipermail/%(listname)s'

> This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I had to 
> change the second parameter.  Seems like the first parameter gets parsed and 
> the port is discarded.

It looks like a bug in version 2.1.2, the change should be in only one place and the 
port should not be discarded.
-- 
René Berber


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