1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-25 15:51:31 +00:00
Files
mailcow-dockerized/data/Dockerfiles/postfix/postfix.sh

8 lines
90 B
Bash
Executable File

#!/bin/bash
trap "postfix stop" EXIT
postfix -c /opt/postfix/conf start
sleep infinity