Mailing list (forwarding) not working anymore
-
After updating to Cloudron 10.x, my mailing lists stopped working properly.
The main mailbox exists, and the forwarding addresses (48 recipients) are configured correctly. However, incoming emails are only delivered to the main Cloudron mailbox and are not being distributed/forwarded to the list members.
Interestingly, a newly created test mailing list works fine (though it only has 2 recipients configured). I also tried recreating the original list from scratch and re-pasting the addresses, but that didn't work either. The list is not restricted to list members only.
Regards,
Sponchedit: tried smtp-relay (brevo) and built-in smtp Server
-
Hello @sponch
Thanks for reporting.Interestingly, a newly created test mailing list works fine (though it only has 2 recipients configured). I also tried recreating the original list from scratch and re-pasting the addresses, but that didn't work either.
This is interesting.
So there might be something in that list that causes the issue or there is an issue with the migration. -
Thanks for reaching out on support @sponch . Found the issue. Dovecot config is missing
sieve_max_actionswhich is default 32. Bumping this to 128 fixes the problem.I have already applied the change in your server but if your server reboots or mail server restarts, the config will be lost. Here's what you have to do:
- docker exec -ti mail /bin/bash
- Edit /run/dovecot/dovecot.conf. Find the line sieve_max_forwards . Add a line sieve_max_actions = 128 after that line
- supervisorctl restart dovecot
@msbt this might also be similar to the issue you faced in another thread.
cc @girish
-
G girish has marked this topic as solved
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login