cacert-devsetup/docker/run-postfix

8 lines
178 B
Plaintext
Raw Normal View History

#!/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
2020-12-22 08:49:18 +01:00
postfix start-fg