sieve script executed only when my client (thunderbird) is open and connected #4168
-
|
So, Everything is working fine, and I have a mailbox with a sieve script activated (which executes an external program). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
You should probably share more details, the easier it is to reproduce the better someone could chime in to assist. My experience with sieve is that it works without needing any mail client connected. Probably something wrong with your configuration, or you're trying to do something a bit differently. |
Beta Was this translation helpful? Give feedback.
I finally got it working reliably, and it's all buried in the Dovecot and plugin-specific configurations.
💡 It's a timeout problem, so whenever a Sieve script complains with a
Forcibly terminated with signal 15,, it's probably a long-running script.I appreciate your help, @polarathene. You are fantastic.