postfix.sh 125 B

12345678
  1. #!/bin/sh
  2. set -ex
  3. # http://www.postfix.org/MAILLOG_README.html
  4. postconf -e maillog_file=/dev/stdout
  5. exec postfix start-fg