1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-05 13:25:19 +02:00
2016-12-13 08:01:49 +01:00

18 lines
311 B
Plaintext

[supervisord]
nodaemon=true
[program:rsyslog]
command=/usr/sbin/rsyslogd -n
autostart=true
autorestart=true
redirect_stderr=true
[program:postfix]
command=/opt/postfix.sh
autorestart=true
[program:postfix-maillog]
command=/usr/bin/tail -f /var/log/mail.log
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0