aboutsummaryrefslogtreecommitdiff
path: root/services/docker/mail-server/app/main.bash
blob: 2dfc2ee2a0514ba6a74b1e2aae9b05c1b041eb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/bash

set -e -o pipefail

die() {
  echo "$@" >&2
  exit 1
}

/app/crupest-mail serve --real &

/dovecot/sbin/dovecot -F