Re: [Mailman-Developers] Mailman 3 discussion

2015-04-21 Thread Danil Smirnov
2015-04-21 0:34 GMT+03:00 Florian Fuchs f...@florianfuchs.com: OK, the problem was a file name conflict on the Python package index (due to an erroneously omitted pre-release suffix while parsing the version string of a previous beta-release), which eventually led to pypi delivering the

Re: [Mailman-Developers] Mailman 3 discussion

2015-04-21 Thread Danil Smirnov
2015-04-21 15:41 GMT+03:00 Florian Fuchs f...@florianfuchs.com: The change is not directly reflected in mailman-bundler. But running `buildout` again should install the newest version of mailman.client. Florian Now there is no response from http://127.0.0.1:8000/mailman3 at all... :( Just

Re: [Mailman-Developers] Mailman 3 discussion

2015-04-21 Thread Danil Smirnov
2015-04-21 18:26 GMT+03:00 Aurelien Bompard aurel...@bompard.org: Make sure you started the runserver command again. Does it output something when you connect to the page? Yes I've checked it already - if it is not started I get 'Connection refused' error. If started, I get 'Received 0 B,...'

Re: [Mailman-Developers] Mailman 3 discussion

2015-04-20 Thread Danil Smirnov
I would like to ask too. After successful fight with 'virtualenv' buggy version bug (https://bugs.launchpad.net/mailman/+bug/1445764) I've proceeded to initial setup through the Postorius web inteface. I opened the link http://127.0.0.1:8000/mailman3 in the 'links' browser and try to add new

Re: [Mailman-Developers] web-interface for site owner for mm 2.1.x

2015-04-28 Thread Danil Smirnov
2015-04-28 19:42 GMT+03:00 Mark Sapiro m...@msapiro.net: If you are asking if a site admin can remove a list via the web UI if the OWNERS_CAN_DELETE_THEIR_OWN_LISTS setting is the default No, the answer for MM 2.1 is no and there is no plan to change that. Personally I'm okay with the command

[Mailman-Developers] web-interface for site owner for mm 2.1.x

2015-04-28 Thread Danil Smirnov
2015-04-28 19:17 GMT+03:00 Mark Sapiro m...@msapiro.net: If you set OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes in mm_cfg.py, every page in Mailman's admin GUI will have a Delete this mailing list (requires confirmation) link under Other Administrative Activities. Without this setting, the link

Re: [Mailman-Developers] mailman 3.0 roadmap, feature-parity with mailman 2.x and documentation

2015-04-29 Thread Danil Smirnov
2015-04-29 18:03 GMT+03:00 Brian Carpenter br...@emwd.com: Just to be clear, this is a stable fully working version of Mailman 3.0? I tried setting up Mailman 3 on a CentOS server about 2 weeks ago and had a number of issues including listinfo pages not working (404 errors), no clear

Re: [Mailman-Developers] web-interface for site owner for mm 2.1.x

2015-04-28 Thread Danil Smirnov
2015-04-28 20:39 GMT+03:00 Mark Sapiro m...@msapiro.net: cPanel provides a version of Mailman and has it's own list creation and deletion cPanel interface outside of the Mailman web UI. It seems if you used that, it would solve your problem. Nope. She has serious reasons to avoid using

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
/usr/local/bin/python /usr/bin/python On Fri, Apr 17, 2015 at 11:24 PM, Danil Smirnov da...@smirnov.la wrote: But [root@host ~]# which python3.4 /usr/local/bin/python3.4 2015-04-17 20:38 GMT+03:00 Danil Smirnov da...@smirnov.la: Have you meant [root@host ~]# which python3 /usr/bin

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
But [root@host ~]# which python3.4 /usr/local/bin/python3.4 2015-04-17 20:38 GMT+03:00 Danil Smirnov da...@smirnov.la: Have you meant [root@host ~]# which python3 /usr/bin/which: no python3 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) ? 2015-04-17 19:59 GMT+03:00

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
Have you meant [root@host ~]# which python3 /usr/bin/which: no python3 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) ? 2015-04-17 19:59 GMT+03:00 Pranjal Yadav godricg...@gmail.com: Can you check with where python3 and post the output. On Fri, Apr 17, 2015 at 9:34 PM, Danil

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
=/usr/local/bin:$PATH Alternatively, you can simply rename /usr/bin/python to /usr/bin/python3.4 and create a symlink pointing to the new version, e.g. ln -s /usr/local/bin/python /usr/bin/python On Fri, Apr 17, 2015 at 11:24 PM, Danil Smirnov da...@smirnov.la wrote: But [root@host

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
2015-04-17 21:18 GMT+03:00 Mark Sapiro m...@msapiro.net: You only need ln -s /usr/local/bin/python3.4 /usr/local/bin/python3 You don't need to rename anything. Thanks Mark! I did this: # ls -l /usr/local/bin/ итого 68 -rwxr-xr-x 1 root root 101 apr 17 18:28 2to3-3.4 -rwxr-xr-x 1 root root

[Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
I'm trying to install Mailman 3 using this manual: http://mailman-bundler.readthedocs.org/en/latest/ After step (venv)[root@host src]# pip install zc.buildout (venv)[root@host src]# buildout I've got an error Installing mailman. The executable /usr/bin/python3.4 (from

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
2015-04-17 21:24 GMT+03:00 Danil Smirnov da...@smirnov.la: I wonder don't I need to do ln -s /usr/local/bin/python3.4 /usr/bin/python3.4 as the error says? I've created this symlink and that's what I've got now: (venv)[root@host mailman-bundler]# ln -s /usr/local/bin/python3.4 /usr/bin

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
2015-04-17 22:00 GMT+03:00 Mark Sapiro m...@msapiro.net: pull' and remove the venv and venv-3.4 directories), and follow the README.rst in the latest rev. I've checked the file and found that it offers the same installation instructions before my error stop than

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Danil Smirnov
2015-04-17 22:00 GMT+03:00 Mark Sapiro m...@msapiro.net: At this point, I suspect you haven't activated the venv that you had active when you started. (Every time you start a new shell, you have to activate the venv for that shell.) I am still on the same shell that when I started. My prompt

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-18 Thread Danil Smirnov
2015-04-18 3:52 GMT+03:00 Mark Sapiro m...@msapiro.net: Please see this wiki page http://wiki.list.org/x/17891734. It addresses Ubuntu, not CentOS, but talks about prerequisite things applicable to both although the apt-get package names may be different for Yum. This does not help. The error

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-18 Thread Danil Smirnov
And fixing the main problem with Python 3.4 path did not help to make buildout command successful. I've posted the error message as a comment of my bug report: https://bugs.launchpad.net/mailman/+bug/1445764 2015-04-18 15:21 GMT+03:00 Danil Smirnov da...@smirnov.la: 2015-04-18 3:52 GMT+03:00

Re: [Mailman-Developers] MM 3: bundler; stuck on buildout phase...

2015-06-05 Thread Danil Smirnov
2015-06-05 4:16 GMT+03:00 bill.co...@unh.edu: Full buildout log attached. Any suggestions on how to proceed would be welcomed. Do pip install python-social-auth Best, Danil ___ Mailman-Developers mailing list Mailman-Developers@python.org

[Mailman-Developers] virtual hosts again

2015-06-07 Thread Danil Smirnov
Hi! Are there a way to install Mailman 3 on several virtual hosts to make Postorius archives be generated separately for each of them? (Or, at least, to use several aliases for them like 'lists.domain.tld' for each domain added.) I would like to know the right way to do this (if it's possible).

[Mailman-Developers] postorius login question

2015-06-07 Thread Danil Smirnov
Hi Mailman3 devs! When I click on Login link on Postorius main page http://lists.domain.tld/archives/ I get the page with the following login methods: Mozilla Persona Google Yahoo! Above these three links I see words Login with your email which is not link and this is confusing. Are there a

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

2015-06-05 Thread Danil Smirnov
2015-06-03 11:17 GMT+03:00 Aurelien Bompard aurel...@bompard.org: If the first URL does not match, it means that HyperKitty is not activated in the virtualhost for 127.0.0.1. You should get a message in HyperKitty's logs stating that the connection was refused because the IP address is not

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

2015-06-03 Thread Danil Smirnov
Could you please be more specific with this activate Hyperkytty on ...? Link to the manual would be okay... (Sorry for the topposting). 03.06.2015 11:18 пользователь Aurelien Bompard aurel...@bompard.org написал: Probably last one is because of misconfiguration of api_key:

[Mailman-Developers] Mailman 3 upgrade WAS: Re: postorius login question

2015-06-09 Thread Danil Smirnov
2015-06-08 12:22 GMT+03:00 Aurelien Bompard aurel...@bompard.org: I fixed it in HyperKitty and released a new tarballs a few days later, it should be OK but it's not officially supported for 3.0. There are a few missing features, like password reset, etc. To login with the internal database,

Re: [Mailman-Developers] html question

2015-06-09 Thread Danil Smirnov
2015-06-08 11:43 GMT+03:00 Abhilash Raj raj.abhila...@gmail.com: Care to open an issue for it on Gitlab? https://gitlab.com/mailman/postorius/issues Done: https://gitlab.com/mailman/postorius/issues/23 ___ Mailman-Developers mailing list

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

2015-05-29 Thread Danil Smirnov
Please help me to do this. if I put deployment/apache.conf into the virtualhost section of httpd.conf I got the following: httpd[30658]: AH00526: Syntax error on line 428 of /etc/httpd/conf/httpd.conf: httpd[30658]: WSGISocketPrefix cannot occur within VirtualHost section If I put them just

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 aurel...@bompard.org: 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

[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

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 aurel...@bompard.org: 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

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

2015-06-01 Thread Danil Smirnov
2015-06-01 17:23 GMT+03:00 Aurelien Bompard aurel...@bompard.org: 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

[Mailman-Developers] mailman 3 and mysql

2015-05-27 Thread Danil Smirnov
As I see on page https://pythonhosted.org/mailman/src/mailman/docs/DATABASE.html Mailman 3 should work with MySQL/MariaDB database. Could you please help me put right configuration to the [database] section of mailman.cfg file? Thanks. Danil ___

[Mailman-Developers] help with ImportError: No module named 'psycopg2'

2015-05-27 Thread Danil Smirnov
I'm still trying to get Mailman 3 ready for the production. I've set parameters for the production and trying to make post-update: --- (venv)[root@host mailman-bundler]# bin/mailman-post-update + '[' False == False ']' + mkdir -p /var/spool/mailman-web/static +

Re: [Mailman-Developers] help with ImportError: No module named 'psycopg2'

2015-05-27 Thread Danil Smirnov
2015-05-27 22:57 GMT+03:00 Abhilash Raj raj.abhila...@gmail.com: There are actually 2 virtualenvs for mailman. One is the default one that you are working in, another one(venv-3.4) is probably automatically created by mailman-bundler as you can see in the logs above. This should fix your

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

2015-05-29 Thread Danil Smirnov
Thank you Stephen! 2015-05-29 19:06 GMT+03:00 Stephen J. Turnbull step...@xemacs.org: Is deployment/apache.conf distributed by Mailman (presumably in Mailman-Bundler)? Have you changed it in *any* way (including anything that the installation instructions tell you do do)? No. AFAICS from

[Mailman-Developers] Recipient address rejected: User unknown in virtual alias table

2015-05-29 Thread Danil Smirnov
Now I have working Postorius and I can subscribe myself to the test list and get the welcome message (with incorrect urls in it!). But I could not post to the list or mail to the list owner from outside: 550 5.1.1 test-ow...@domain.tld: Recipient address rejected: User unknown in virtual alias

Re: [Mailman-Developers] Recipient address rejected: User unknown in virtual alias table

2015-05-30 Thread Danil Smirnov
2015-05-30 1:21 GMT+03:00 Barry Warsaw ba...@list.org: It sounds like a Postfix problem, so cranking up Postfix logging is probably going to be the most fruitful avenue. I understand this, of course this is the postfix issue, I see the error in maiillog: May 30 00:50:03 host

Re: [Mailman-Developers] Recipient address rejected: User unknown in virtual alias table

2015-05-30 Thread Danil Smirnov
2015-05-30 9:02 GMT+03:00 Danil Smirnov da...@smirnov.la: But I have everything required by installation manual in the main.conf so I have no idea what going wrong and how to debug this wrong alias problem. Found postfix misconfiguration. Have no relation to Mailman 3. Just forget about

[Mailman-Developers] can not post to the list

2015-05-30 Thread Danil Smirnov
I have Mailman 3 installed and Postorius and Hyperkitty seemingly working. I can subscribe, get welcome message and when I send message to the list it appears in held messages. Then when I accept the message, it does not come into the list and does not appear in the archives. Here what I found

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

2015-05-29 Thread Danil Smirnov
Also there is nothing in the logs. After I uncommented in httpd.conf the line ErrorLog /var/log/httpd/mailman-web_error.log I've got more info about the issue. It was permission error: ValueError: Unable to configure handler 'file': [Errno 13] Permission denied:

Re: [Mailman-Developers] Mailman 3 status

2015-07-13 Thread Danil Smirnov
Thank you for your observation, Stephen! 2015-07-13 4:47 GMT+03:00 Stephen J. Turnbull step...@xemacs.org: What Mailman 3 lacks so far --- - The topics feature. - Ports of most Mailman 2 add-ons and commonly-used patches. Do I correctly understand that Mailman 3

[Mailman-Developers] OfflineGenerationError after mailman-bundler install

2016-02-17 Thread Danil Smirnov
Hi everybody! After installing last mailman-bundler I've got the following in the Hyperkitty logs: ERROR 2016-02-17 03:42:03,804 base 1762 140633939375872 Internal Server Error: /archives/ Traceback (most recent call last): File

Re: [Mailman-Developers] OfflineGenerationError after mailman-bundler install

2016-02-17 Thread Danil Smirnov
The error was fixed by bin/mailman-post-update, sorry. 2016-02-17 11:55 GMT+02:00 Danil Smirnov <da...@smirnov.la>: > Hi everybody! > > After installing last mailman-bundler I've got the following in the > Hyperkitty logs: > > ERROR 2016-02-17 03:42:03,804 base 1762

Re: [Mailman-Developers] OfflineGenerationError after mailman-bundler install

2016-02-17 Thread Danil Smirnov
Sorry again, but the error returns after several page refresh - weird, but it looks like not every opening of the page cause the error! 2016-02-17 12:12 GMT+02:00 Danil Smirnov <da...@smirnov.la>: > The error was fixed by bin/mailman-post-update, sorry. > > 2016-02-17 11:55

Re: [Mailman-Developers] OfflineGenerationError after mailman-bundler install

2016-02-17 Thread Danil Smirnov
The error was gone after several reconfigurations/reboots. Still have no idea what it was... 2016-02-17 12:22 GMT+02:00 Danil Smirnov <da...@smirnov.la>: > Sorry again, but the error returns after several page refresh - weird, but > it looks like not every opening of the page cau

[Mailman-Developers] can't login with Google/Yahoo (last mailman-bundler)

2016-02-17 Thread Danil Smirnov
Hi devs! I'm still need your advices... Now I have the following errors when trying to authenticate with Google or Yahoo: --- ERROR 2016-02-17 05:40:44,363 base 1690 139772999759616 Internal Server Error: /login/google/ Traceback (most recent call last): File

Re: [Mailman-Developers] can't login with Google/Yahoo (last mailman-bundler)

2016-02-17 Thread Danil Smirnov
nv/lib/python2.7/site-packages Order deny,allow Allow from all Require all granted WSGIProcessGroup mailman-web --- 2016-02-17 13:48 GMT+02:00 Danil Smirnov <da...@smirnov.la>: > Hi devs! > > I'm still need your advices... > Now I have the followin

Re: [Mailman-Developers] can't login with Google/Yahoo (last mailman-bundler)

2016-02-18 Thread Danil Smirnov
14:36 GMT+02:00 Danil Smirnov <da...@smirnov.la>: > I suspect I need to add my httpd configuration: > > --- > > > SuexecUserGroup "#500" "#500" > ServerName lists.domain.tld > ServerAlias www.lists.domain.tld > ServerAlias webmail.lists.domain.tl

Re: [Mailman-Developers] Docker files for mailman

2016-11-18 Thread Danil Smirnov
by-sass"). I'm not sure whether I need to change it in the Wiki... On 18 November 2016 at 16:08, Danil Smirnov <da...@smirnov.la> wrote: > Hi Simon! > > I've just tried to build docker image from the Dockerfile mentioned on page > https://wiki.list.org/DEV/Mailman%20

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Danil Smirnov
Hi Hans-Martin, On Sat, Dec 19, 2020 at 1:05 PM Hans-Martin Mosner wrote: > We're currently working on moving our mail system over to a "mailu" > dockerized implementation, so I will gather some > experience in connecting Mailman3 with a dockerized postfix. > Yeah, using dockerised postfix is

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Danil Smirnov
Hey Steve, вс, 20 дек. 2020 г., 6:03 Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp>: > Danil Smirnov writes: > > > But how about that idea to offload Postfix-Mailman communication from a > > filesystem to a network using Postfix socketmap_tables feature w

[Mailman-Developers] Re: Core new release?

2021-07-05 Thread Danil Smirnov
On Mon, Jul 5, 2021 at 4:26 AM Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote: > Danil Smirnov writes: > > > Any hope to release a new version soon folks? > > Releases come when they come, you know that. If you want to know what > Abhilash's schedu

[Mailman-Developers] Re: Core new release?

2021-07-01 Thread Danil Smirnov
Any hope to release a new version soon folks? вт, 4 мая 2021 г., 08:13 Abhilash Raj : > > > > On Apr 28, 2021, at 11:03 PM, Danil Smirnov wrote: > > > > Hi, > > > > As per public Gitlab stats for Mailman Core repo, 25 issues have been > > closed in Apr

[Mailman-Developers] Core new release?

2021-04-29 Thread Danil Smirnov
~15% over the last four months, reaching a quarter of a hundred in April. I know that it's just a month from the previous Mailman Core release, but given the stats above should the next release be planned earlier than usual? Best regards, Danil Smir

[Mailman-Developers] Re: Mailman, postfix and docker

2021-03-28 Thread Danil Smirnov
and the second one I've resolved by myself with help of a sidecar container built from the following code: https://github.com/danil-smirnov/mailman-postfix-extender This solution moves Postfix configuration from file-based to network-based without touching a line of Mailman code. (Of course, it's P

[Mailman-Developers] Hyperkitty's ability to build a thread

2021-02-13 Thread Danil Smirnov
er method to combine the thread correctly in this case? "Good" and "bad" message examples are in the attachment. Best regards, Danil Smirnov --- Begin Message --- John Stoffel via WLUG writes: > I recall, it's mostly the memory ordering around byte accesses that > are the pro

[Mailman-Developers] Re: Regarding willing to contribute to the organization.

2022-01-28 Thread Danil Smirnov
Is it allowed to vote here? :) I would passionately vote for the Export-Import feature which is desperately missed. Without this feature for instance it's impossible/too hard to migrate data to another database engine. The issue is https://gitlab.com/mailman/postorius/-/issues/13 пн, 24 янв.

[Mailman-Developers] how to debug Hyperkitty Django Q tasks?

2023-09-29 Thread Danil Smirnov
help you can provide! With kind regards, Danil Smirnov ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org https://mail.python.org/mailman3/lists/mailman-developers.pyt

[Mailman-Developers] Re: how to debug Hyperkitty Django Q tasks?

2023-09-29 Thread Danil Smirnov
the infrastructure side. So I'm not sure if it's possible or not and if is it an issue or not. I appreciate any clarification you can provide. Danil On Fri, Sep 29, 2023 at 6:30 PM Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote: > Danil Smirnov writes: > &g

[Mailman-Developers] Re: GSoC 2023

2023-01-25 Thread Danil Smirnov
Great! Thank you very much for your answer and care. On Wed, Jan 25, 2023 at 5:45 PM Stephen J. Turnbull < stephenjturnb...@gmail.com> wrote: > Danil Smirnov writes: > > > The very promising last year project "List Configuration Tool" seems > wasn't > > com

[Mailman-Developers] Re: GSoC 2023

2023-01-25 Thread Danil Smirnov
Hi Stephen, The very promising last year project "List Configuration Tool" seems wasn't completed. What is the usual action course in this case? Should it be re-added to the new program? (I hope it won't be buried...) Sincerely, Danil Smirnov On Wed, Jan 25, 2023 at 6:27 AM Stephen J