mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1726] use of doveadm blocks using modoboa on his own server #1362
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#1362
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 @cl-parsons on GitHub (Apr 26, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1726
I just discovered today, by trying to change the password scheme in modoboa, that it would check the available dovecot password schemes by launching the doveadm command.
I run modoboa on his own server, to avoid interfering with my postfix/dovecot setup. Since doveadm is a local tool on the dovecot server, it is not possible for modoboa to check the available schemes, and therefore, to change de password scheme.
I think that keeping the ability to run on a remote dovecot server is a good thing, now I am somehow forced to fork modoba and remove this check. Maybe there could be a better option to keep everything together, but for now it seems better for me just to remove it.
Thanks for the work!
@ksaadDE commented on GitHub (Jun 27, 2022):
Is this fixed @tonioo ?
@tonioo commented on GitHub (Jun 28, 2022):
@ksaadDE No
@tonioo commented on GitHub (Jul 16, 2025):
This should be OK with latest Modoboa version I think.