Displaying 3 results from an estimated 3 matches for "log_content".
2018 Feb 08
1
How to grant user access to his .dovecot.sieve.log?
On Feb 6, 2018, at 19:53, Sergey Ivanov <seriv at cs.umd.edu> wrote:
> Answering myself (not yet implemented, but I hope it will work):
> Using sieve extprograms extension and global "after" script, I can read .dovecot.sieve.log into a sieve variable 'log_content' if this log is not empty. I hope this log will be written before "after" script is called, but will check if it is true.
> Then using sieve "notify" action with mailto:${user_mailaddress}?body=${log_content}"
Did that work?
--
This is my signature. There are many...
2018 Feb 01
4
How to grant user access to his .dovecot.sieve.log?
Hi,
What are the recommended ways to give access to their .dovecot.sieve.log
messages to the users?
I am thinking about placing this file into users Maildir/new, or piping
to dovecot-lda.
--
Regards,
Sergey Ivanov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital
2018 Feb 07
0
How to grant user access to his .dovecot.sieve.log?
Answering myself (not yet implemented, but I hope it will work):
Using sieve extprograms extension and global "after" script, I can read
.dovecot.sieve.log into a sieve variable 'log_content' if this log is not
empty. I hope this log will be written before "after" script is called, but
will check if it is true.
Then using sieve "notify" action with mailto:
${user_mailaddress}?body=${log_content}"
--
Sergey.
On Thu, Feb 1, 2018 at 5:01 PM, Sergey Ivanov...