postfix.conf 325 B

123456789101112131415
  1. [group:postfix]
  2. programs=postfixd
  3. priority=30
  4. [program:postfixd]
  5. directory = /etc/postfix
  6. command = /opt/docker/bin/service.d/postfix.sh
  7. process_name=%(program_name)s
  8. startsecs = 0
  9. autostart = false
  10. autorestart = true
  11. stdout_logfile=/dev/stdout
  12. stdout_logfile_maxbytes=0
  13. stderr_logfile=/dev/stderr
  14. stderr_logfile_maxbytes=0