mailcow/data/Dockerfiles/postfix/postfix.sh

8 lines
90 B
Bash
Raw Normal View History

2016-12-10 03:39:02 +08:00
#!/bin/bash
trap "postfix stop" EXIT
2016-12-10 03:39:02 +08:00
postfix -c /opt/postfix/conf start
sleep infinity