Displaying 2 results from an estimated 2 matches for "haertl".
Did you mean:
haertel
2017 Oct 28
2
Quota warning executable can not log to /dev/stdout
I'm running dovecot 2.2.27 in a alpine based docker container and want
to log to /dev/stdout. I therefore added this setting:
log_path = /dev/stdout
Logging works fine so far.
Now I've added a quota-warning script. With the log_path setting above
the script creates warnings like:
Oct 28 10:27:01 quota-warning: Error: Can't open log file /dev/stdout:
No such device or
2017 Oct 28
0
Quota warning executable can not log to /dev/stdout
Try adding
service quota-warning {
chroot =
}
It won't chroot it then, but I'm not sure if that has a huge security impact.
Aki
> On October 28, 2017 at 12:13 PM Michael H?rtl <haertl.mike at gmail.com> wrote:
>
>
> I'm running dovecot 2.2.27 in a alpine based docker container and want
> to log to /dev/stdout. I therefore added this setting:
>
> log_path = /dev/stdout
>
> Logging works fine so far.
>
> Now I've added a quota-wa...