mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 18:56:19 +00:00
First commit
This commit is contained in:
commit
7b58f82156
21 changed files with 1951 additions and 0 deletions
9
build/run/docker-entrypoint/init.d/60-postwhite.sh
Executable file
9
build/run/docker-entrypoint/init.d/60-postwhite.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue