postfix.sh 90 B

1234567
  1. #!/bin/bash
  2. trap "postfix stop" EXIT
  3. postfix -c /opt/postfix/conf start
  4. sleep infinity