Am 29.01.2013 um 18:27 schrieb Matthias Schmidt:

> Hello,
> I have mailman 2.1.14 running on OS X Server 10.6.8
> One list runs on a virtual domain.
> All webpages for the list are addressed via https.
> I achieved that with a redirect rule in apache, it simply redirects all http 
> of that domain to https.
> That works fine so far, but when I try to approve the message of a moderated 
> user nothing happens, the page just gets reloaded with no change.
> What I'm missing here?

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

thanks
Matthias


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