webserver-k8s/dockerfiles/postfix/startup.sh

10 lines
115 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -ex
postmap /etc/postfix/virtual
postmap /etc/postfix/vmailbox
newaliases
exec postfix start-fg