mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 18:05:58 +03:00
[GH-ISSUE #564] Docs: write about db role creation for mailboxes owner #537
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#537
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 @rominf on GitHub (Jun 10, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/564
When I launched
manage.py handle_mailbox_operationsfromvmail(mailboxes owner) I got error:I fixed it by creating
vmailuser and granting all permissions to databasemodoboa(I don't know how much permission should I give).@tonioo commented on GitHub (Jun 11, 2014):
Before creating this role, have you checked if the vmail system user has read access to the settings.py file ?
@rominf commented on GitHub (Jun 11, 2014):
Yes, I gave read permissions with
setfacland openedsettings.pyfromvmailuser to be sure.@rominf commented on GitHub (Jun 11, 2014):
Sorry, pressed other button.
@tonioo commented on GitHub (Jun 11, 2014):
And have you tried using the way I posted in #563 ?
@rominf commented on GitHub (Jun 11, 2014):
Yep:
@tonioo commented on GitHub (Sep 27, 2016):
@rominf I still don't understand why you needed to create this role. Any command executed through manage.py uses the credentials configured in the settings.py file. What is/was the name of the user you configured ?
@rominf commented on GitHub (Sep 27, 2016):
Thank you for answer, @tonioo. That was 2 years ago, I don't remember the details. I think this issue is irrelevant.
@tonioo commented on GitHub (Sep 27, 2016):
Sorry for the delay and thanks for your answer ;)