1
0
Fork 0
cacert-devsetup/docker/run-postfix
2020-12-26 17:10:15 +01:00

10 lines
202 B
Bash
Executable file

#!/bin/sh
set -eu
mkdir -p /home/catchall/Maildir/tmp /home/catchall/Maildir/new /home/catchall/Maildir/cur
chown -Rc catchall.catchall /home/catchall/Maildir
trap "exit 0" INT TERM
postfix start-fg