myvemail/build/run/docker-entrypoint/init.d/60-postwhite.sh
2024-08-09 12:50:33 +00:00

9 lines
216 B
Bash
Executable file

#!/usr/bin/env bash
# Install postwhite
if [ ! -s /etc/postfix/postscreen_spf_whitelist.cidr ]
then
/usr/local/bin/postwhite/postwhite
fi
# Permissions
chown root:root /etc/postfix/postscreen_spf_whitelist.cidr