Im using local to invoke a piped command with an alias like: http_forward: "|/usr/local/bin/..."
from inside that bash script I try to log with systemd-cat but this results in "Failed to create stream fd: Permission denied" I have tried to use postlog instead, but it just dont emit anything to journal invoking postlog from the shell works fine, e.g "sudo runuser -u nobody -- /usr/sbin/postlog -t sometag <<< somemsg" Whats going on here ? -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html