mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 15:51:31 +00:00
8 lines
90 B
Bash
Executable File
8 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
trap "postfix stop" EXIT
|
|
|
|
postfix -c /opt/postfix/conf start
|
|
|
|
sleep infinity
|