Re: [Mailman-Users] Creating aliases for moved lists

2009-12-12 Thread Mark Sapiro
Paul Kleeberg wrote:

>I have moved several lists to a new box with virtual domains.  I have moved 
>/archives and /lists, used with_list and fix_url but I remembered something 
>about aliases and looked and saw ~/mailman/data/aliases does not contain the 
>moved lists.  Is that a manual build, a command I should run, or is there 
>something else I can do to merge the two files?


bin/genaliases is what you want.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Creating aliases for moved lists

2009-12-12 Thread Paul Kleeberg
I have moved several lists to a new box with virtual domains.  I have moved 
/archives and /lists, used with_list and fix_url but I remembered something 
about aliases and looked and saw ~/mailman/data/aliases does not contain the 
moved lists.  Is that a manual build, a command I should run, or is there 
something else I can do to merge the two files?

Paul
--
Paul Kleeberg
p...@fpen.org


--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] How to get relative paths in MM admin/moderatorlinks?

2009-12-12 Thread skip

Mark> Mailman was always intended to use relative href's in the web
Mark> interface, but due to a bug , this didn't work in 2.1.x prior to
Mark> 2.1.12.

Thanks.  I'll see if I can get the powers-that-be to upgrade.

Skip
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] How to get relative paths in MM admin/moderatorlinks?

2009-12-12 Thread Mark Sapiro
s...@pobox.com wrote:
>
>We're running MM 2.1.9 at work.  I noticed much to my chagrin today that
>all the links in the admin interface appear to be absolute URLs.


Mailman was always intended to use relative href's in the web
interface, but due to a bug , this didn't work in 2.1.x prior to
2.1.12.


>At
>work they have this annoying habit of never using the FQDN for hosts, so
>our MM machine is just "lists".  I can edit the URL to use the FQDN and
>thus get to the website via our VPN, but all the links are still
>
>http://lists/mailman/...
>
>Is there some way to tell MM to use relative URLs or at least to not
>include the http://hostname part?


Will an http://lists.example.com/mailman/... URL work inside the LAN?
If so, you can set

DEFAULT_URL_HOST = 'lists.example.com'

in mm_cfg.py and run fix_url to update the web_page_url attributes of
all the lists so the URLs will be http://lists.example.com/mailman/...

If this won't work, and you can't upgrade to 2.1.12, you may be able to
fix the bug. See

for the fix.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] How to get relative paths in MM admin/moderator links?

2009-12-12 Thread skip

We're running MM 2.1.9 at work.  I noticed much to my chagrin today that
all the links in the admin interface appear to be absolute URLs.  At
work they have this annoying habit of never using the FQDN for hosts, so
our MM machine is just "lists".  I can edit the URL to use the FQDN and
thus get to the website via our VPN, but all the links are still

http://lists/mailman/...

Is there some way to tell MM to use relative URLs or at least to not
include the http://hostname part?

Thanks,


-- 
Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org