forked from jan/cacert-devsetup
7 lines
177 B
Text
7 lines
177 B
Text
|
#!/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
|