mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-26 08:11:33 +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
|