mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #807] Sieve rules do not seem to get processed #718
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#718
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 (Dec 6, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/807
I am unable to get any rules processed by the LDA.
I have installed modoboa using the online installer, and enabled the sieve rules according to the documentation here:
http://modoboa.readthedocs.org/en/latest/integration/imap_and_smtp.html#managesieve-sieve
At first, dovecot refused to restart because of this line:
Which gives this error when enabled:
Commenting it out seems to work, and I also get a response from Pigeonhole on port 4190:
Creating rules from the Modoboa webinterface also seems to be ok (and also works from Roundcube), but even the simplest of rules (Send to spam is Subject contains 'hello') gets ignored.
Is there something I am missing?
@tonioo commented on GitHub (Dec 7, 2015):
Try to edit the 20-lmtp.conf file and to modify the mail_plugins settings as follows:
@Fulviuus commented on GitHub (Dec 7, 2015):
This seems to have been the issue indeed.
With that change the filters work fine, both from Modoboa and Roundcube.
Thanks!