cacert-devsetup/docker/run-postfix
2020-12-20 14:52:15 +01:00

7 lines
177 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
postfix start-fg