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
"/usr/local/src/mailman-bundler/eggs/Django-1.8.9-py2.7.egg/django
The error was fixed by bin/mailman-post-update, sorry.
2016-02-17 11:55 GMT+02:00 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: /archiv
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 :
> The error was fixed by bin/mailman-post-update, sorry.
>
> 2016-02-17 11:55 GMT+02:00 Danil Smirnov :
>
>> Hi everyb
Hi Steve,
I have read through the dkimpy library functions and it seems that the code
needs to be modified to generate the ARC headers, and I have started making
some changes. I'm making these changes in view of generating the AMS for
now using the sign(...) method of the library that is by default
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 :
> 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
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
"/usr/local/src/mailman-bundler/egg
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.tld
ServerAlias admin.lists.domain.tld
DocumentRoot /home/mailman3/domains/lists.domain.tld/public_html
ErrorLog /var/lo
Aditya Divekar writes:
> I have read through the dkimpy library functions and it seems that the code
> needs to be modified to generate the ARC headers, and I have started making
> some changes.
I don't think it's a great idea to change the dkimpy library if you
can avoid it. The design I had
> I just found another solution: django-allauth
> http://www.intenct.nl/projects/django-allauth/
> http://django-allauth.readthedocs.org/en/latest/overview.html
> https://github.com/pennersr/django-allauth
>
> It's a relatively large project. It has 2000+ stars and about 800 forks on
> github. Th