[Mailman-Users] virtual domain https and admin interface

Mark Sapiro mark at msapiro.net
Tue Jan 29 23:38:27 CET 2013


Matthias Schmidt wrote:
>
>hmm, I found this: http://wiki.list.org/display/DOC/4.27+Securing+Mailman's+web+GUI+by+using+Secure+HTTP-SSL
>and followed these advice, but now it still doesn't work and on top of it I get redicted to the default url host with the login page after trying to accept a moderated mail.
>
>mm_cfg.py looks like this:
>MTA = 'Postfix'
>DEFAULT_EMAIL_HOST = 'mcgregor.admilon.net'
>DEFAULT_URL_HOST = 'mcgregor.admilon.net'
>DEFAULT_URL_PATTERN = 'https://%s/mailman/'
>PUBLIC_ARCHIVE_URL = 'https://%(hostname)s/pipermail/%(listname)s'
>VIRTUAL_HOSTS.clear()
>add_virtualhost('www.virtualA.com', 'virtualA.com')
>add_virtualhost('liste.virtualB.com', 'virtualB.com')
>POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virtualA.com','virtualB.com']


You need to run

bin/withlist -r fix_url -l LISTNAME -u xxx

where xxx is either www.virtualA.com or liste.virtualB.com as
appropriate for the list. It seems you ran fix_url, but without the -u
option for the list's web domain.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list