mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #772] manage.py: Unknown command: 'generate_rights' #694
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#694
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 @Fulviuus on GitHub (Oct 30, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/772
I have installed modoboa using the installer.
The webadmin now seems to run ok, but I am unable to receive any email after configuring domain & users - I have done some investigation and I have noticed that I am being spammed from cron with this message:
Seems like Django is not installed?
I have set it up manually and tried to run ./manage.py help as suggested but now I get:
I'm giving up.
@Fulviuus commented on GitHub (Oct 31, 2015):
Update: I am not sure that is the only issue I am having with the installation.
The mail log shows this bit when receiving an email:
Is there also a problem with postfix tlsproxy?
@tonioo commented on GitHub (Oct 31, 2015):
Hi,
the CRON issue happens because the modoboa-radicale extension is not installed. Edit the /etc/cron.d/modoboa file and comment the line containing generate_rights.
I don't know what is the problem with tlsproxy yet, I'll look into it.
@tonioo commented on GitHub (Oct 31, 2015):
Just enable the tlsproxy, look into the master.cf file and uncomment the appropriate line.
@ezhishui commented on GitHub (Dec 14, 2015):
I have met the same problem.The tlsproxy in master.cf was enabled all the time.And root@mydomain received lots of emails from Cron Daemon,about one email every 2 minutes.
@Whichcraft commented on GitHub (Dec 30, 2015):
installer.cfg is missing modoboa-radicale extension
original:
extensions = modoboa-amavis modoboa-pdfcredentials modoboa-postfix-autoreply modoboa-sievefilters modoboa-stats modoboa-webmail
better
extensions = modoboa-amavis modoboa-pdfcredentials modoboa-postfix-autoreply modoboa-sievefilters modoboa-stats modoboa-webmail modoboa-radicale