Displaying 2 results from an estimated 2 matches for "extprogramms".
Did you mean:
extprograms
2020 Oct 14
3
How do I enable sieve trace debugging?
Hi all,
I want to enable trace debugging for sieve. Most specifically, I want to know what sieve scripts are running, and whether they?re doing anything.
I cannot get anything other than dead silence from dovecot with respect to sieve.
I have tried the same as asked in this question: https://unix.stackexchange.com/questions/550618/dovecot-sieve-trace-does-not-create-a-log
In my case, the
2020 Oct 14
0
AW: How do I enable sieve trace debugging?
...thats my question :D
If I remember correctly a log was created, but not under var/log but in the home directory of the mail user. For example /var/mail/user1/sieve.
And not everything was logged, only serious errors. But I can not remember exactly what happened...
we have solved this with sieve extprogramms and the - ubuntu - logger http://manpages.ubuntu.com/manpages/xenial/man1/logger.1.html
So we run the logger each time the sieve fire. But be aware, sieve extprogramms dont run with older dovecot versions.
The exact code i do not have at hand now -> if you need more information about this solu...