Re: [Mailman-Developers] right adding of mailman 3 conf lines to httpd.conf

2015-06-01 Thread Aurelien Bompard
> ValueError: Unable to configure handler 'file': [Errno 13] Permission > denied: '/var/log/mailman-web/mailman-web.log' > After I corrected permissions for log file mentioned I can access > Postorius and Hyperkitty. > Everything looks working, I will test in more details later. Ah, right, the fac

Re: [Mailman-Developers] can not post to the list

2015-06-01 Thread Aurelien Bompard
> File > "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__init__.py", > line 101, in list_url > return self._get_url({"mlist": mlist.fqdn_listname}) > File > "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__

Re: [Mailman-Developers] right adding of mailman 3 conf lines to httpd.conf

2015-06-01 Thread Danil Smirnov
2015-06-01 12:17 GMT+03:00 Aurelien Bompard : > > Ah, right, the fact that you have to create the directory and set the > permissions for the production setup was not added in the README file. > I'll fix that. > I'm however surprised that you didn't get the error in your Apache > logs without uncom

[Mailman-Developers] mailman 3: http vs https

2015-06-01 Thread Danil Smirnov
Please help I've got in troubles with http/https schemes of the Postorious/Hyperkitty. Initially I configured Mailman 3 in :443 virtualhost section of subdomain lists.domaint.tld with automatic redirection from :80 by mod_rewrite. I could access pages with https scheme. Then I noticed that my SSL

Re: [Mailman-Developers] mailman 3: http vs https

2015-06-01 Thread Aurelien Bompard
> 2) To get rid of https. > > I choose last option and have moved Mailman 3 config lines to :80 > virtualhost, commented redirection too. > > Now I can see Postorius and Hyperkitty on http connection but I can't > login - I've been redirecting to https pages right after login, which > are not acces

Re: [Mailman-Developers] mailman 3: http vs https

2015-06-01 Thread Danil Smirnov
2015-06-01 17:23 GMT+03:00 Aurelien Bompard : > If you don't want to use HTTPS, there's a USE_SSL variable in the > Django settings file that you need to set to False. Thanks, this works. ___ Mailman-Developers mailing list [email protected]

Re: [Mailman-Developers] can not post to the list

2015-06-01 Thread Danil Smirnov
2015-06-01 12:27 GMT+03:00 Aurelien Bompard : > That's Mailman core trying to talk to HyperKitty over http to get the > list archives URL. The URL it's trying to reach is set in the > "deployment/mailman-hyperkitty.cfg". > My guess is that you need to update it because if HyperKitty is > running un