mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #435] amavis activation brakes system #420
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#420
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/435
Originally assigned to: @tonioo on GitHub.
Originally created by Jan Honnens on 2013-07-24T11:55:46Z
if you enable amavis in the Settings the following error is thrown:
Exception Type: NoReverseMatch
Exception Value: Reverse for 'modoboa.extensions.amavis.views.nbrequests' with arguments '()' and keyword arguments '{}' not found.
Error during template rendering In template lib/python2.7/site-packages/modoboa-1.0.0-py2.7.egg/modoboa/templates/nlayout.html, error at line 26 Reverse for 'modoboa.extensions.amavis.views.nbrequests' with arguments '()' and keyword arguments '{}' not found. 1617
18
19
20
21 {% url "django.views.i18n.javascript_catalog" as catalog_url %}
22
23
26 {% extra_head_content user %}
27 {% block html_head %}{% endblock %}
28 </head>
29
30
31
32
33
34
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-07-24T12:26:22Z
Hi Jan,
it is a known issue. To fix it, just restart the modoboa instance.
I'm thinking about a real fix but it is not easy...
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Simon Kern on 2013-11-02T12:04:09Z
Maybe django-waffle could help there, or at least give some inspiration:
https://github.com/jsocol/django-waffle
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-11-02T14:57:43Z
Actually, I think I've finally solved this issue myself :)
If you want to test, just checkout the features/relay_domains branch on github.