1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-02 19:49:16 +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