[Mailman-Users] virtual domain https and admin interface

Matthias Schmidt beta at admilon.net
Tue Jan 29 11:19:20 CET 2013


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




More information about the Mailman-Users mailing list