[Mailman-Users] https

Richard Barrett r.barrett at ftel.co.uk
Fri Nov 7 14:34:43 CET 2003


On Friday, November 7, 2003, at 12:14  pm, Pablo Chamorro C. wrote:

> I don't know if it's enough to do it to a httpd level.  I have this for
> Apache:
>
> RewriteEngine on
> RewriteCond %{HTTPS} !=on
> RewriteRule ^//(.*) https://%{SERVER_NAME}/mailman/$1 [R,L]
>
> and in this way it doesn't matter if the users access to http or https
> pages because all Mailman pages end up been displayed under https
> conections.
>
> Pablo
>
> On Fri, 7 Nov 2003 p.der at tiscali.it wrote:
>
>> Hallo to everyone,
>>
>> I am a newbie of mailman. During this days I read many messages from  
>> this
>> mailing-list before writing this.
>> I want to use mailman under https and use the canonical name of the  
>> site
>> (without www).
>> First of all I have added the
>> ollowing lines in  $prefix/Mailman/mm_cfg.py:
>>
>> DEFAULT_HOST_NAME     = 'mysite.org'
>> DEFAULT_URL_HOST         = 'mysite.org
>> DEFAULT_URL                      = 'https://mysite.org/mailman'
>> DEFAULT_URL_PATTERN  = 'https://%s/mailman/'
>> PUBLIC_ARCHIVE
>> URL      = 'https://%(hostname)s/archive/%(listname)s'
>>
>> But of course this settings affect only the future.
>> I would like to change also all internal links in saved pages like  
>> indexes.
>> I have tried the command fix_url as suggested in some messages o
>>  this mailing-list:
>>
>> $prefix/bin/withlist -l -r fix_url <listname>
>>
>> It seems to work but it produce no effects on some internal links  
>> like attachment
>> links.
>> What could I do? I thought of using $prefix/arch command as I were  
>> regenerating
>> the arch
>> ve.
>>
>> What do you suggest?
>>

With MM 2.1.x, the links from the HTML messages in archives to  
extracted attachments are generated as absolute URLs based on the list  
settings at the time the message was archived.

The only solution if you change anything (scheme or host that affects  
these URLs) is to run bin/arch.

>> Other less important question:
>>
>> I have understood how move a list of members from a list to the  
>> another
>> one (list_members on
>> the source and add_members to the destination)
>> But if I wanted to transfer also full names?
>>
>>
>> And to move list settings?
>> First use dumpdb on config.pck from the source list and then
>> config_list -i <dump-config.pck>  <dest-list>
>> Is it correct? Will all settings be transferred to the 'dest-list'?
>>
>> Thank you in advance and best regards
>>
>>
>> aolo De Riso
>
>
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> 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: r.barrett at openinfo.co.uk
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/ 
> r.barrett%40openinfo.co.uk
>





More information about the Mailman-Users mailing list