mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1826] crontab error -- no cron jobs ran on clean install when not using dovecot #1430
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#1430
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 @lazynooblet on GitHub (Jan 19, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1826
Impacted versions
Steps to reproduce
Install modoboa using installer with MDA disabled (dovecot disabled, no local mail).
Current behavior
crontab is created however the "vmail" user doesn't exist, so crontab ignores the file
Expected behavior
crontab to have the vmail entry commented out if MDA doesn't exist
Error message
By enabling /var/log/cron.log we can see the following message:
Steps to fix post-install
Comment out the following entry from /etc/cron.d/modoboa
* * * * * vmail $PYTHON $INSTANCE/manage.py handle_mailbox_operations@tonioo commented on GitHub (Feb 4, 2020):
@stalks Thanks for reporting this. Could you please move this issue to the modoboa-installer repository?
@tonioo commented on GitHub (Mar 4, 2020):
Fixed by
github.com/modoboa/modoboa-installer@b5aa1bc7e7.