webserver-k8s/dockerfiles/postfix/startup.sh

9 lines
85 B
Bash

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