search for: sieve_logger_py_

Displaying 2 results from an estimated 2 matches for "sieve_logger_py_".

2018 Mar 28
2
[sieve][pigeonhole] Can't catch stdout for pipe script after upgrade Dovecot 2.2 -> 2.3
...ve_to_owncloud: > DATE=`date +%Y-%m-%d_%H-%M-%S` > PYTHONIOENCODING=utf8 python /opt/sieve-pipe/python-imap-to-owncloud.py \ > ? --owncloud-host https://<snip-snap> \ > ? --owncloud-user user \ > ? --owncloud-password secret \ > ? --owncloud-path /path/to/here &>/tmp/sieve_logger_py_${DATE} On dovecot 2.2 after script execution I will get plaintext log files on /tmp. After upgrade - don't. I also changed transport to lmtp when upgrade. Any ideas where is my stdout? k -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot....
2018 Mar 28
0
[sieve][pigeonhole] Can't catch stdout for pipe script after upgrade Dovecot 2.2 -> 2.3
...; DATE=`date +%Y-%m-%d_%H-%M-%S` >> PYTHONIOENCODING=utf8 python /opt/sieve-pipe/python-imap-to-owncloud.py \ >> ? --owncloud-host https://<snip-snap> \ >> ? --owncloud-user user \ >> ? --owncloud-password secret \ >> ? --owncloud-path /path/to/here &>/tmp/sieve_logger_py_${DATE} > > > On dovecot 2.2 after script execution I will get plaintext log files > on /tmp. After upgrade - don't. > > I also changed transport to lmtp when upgrade. Any ideas where is my > stdout? > The most common cause would be that systemd is configured with Privat...