[Postfix] Allow to create an extra.cf file besides main.cf to merge overrides

[Postfix] Better logging while bootstrapping
[Postfix] Stop container, when a service fails (easier to monitor)
This commit is contained in:
andryyy
2019-09-02 18:37:05 +02:00
parent 893ce5a789
commit b4f159da86
4 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
[supervisord]
pidfile=/var/run/supervisord.pid
nodaemon=true
user=root
@@ -12,6 +13,10 @@ autostart=true
[program:postfix]
command=/opt/postfix.sh
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
[eventlistener:processes]