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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better 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

Reply via email to