This commit is contained in:
@@ -9,6 +9,7 @@ fi
|
||||
IMAGE_NAME=gitea.hottis.de/deployments/exim-forwarder
|
||||
NAMESPACE=forwarder
|
||||
DEPLOYMENT_DIR=$PWD/deployment
|
||||
TOOLS_DIR=$PWD/tools
|
||||
|
||||
pushd $DEPLOYMENT_DIR > /dev/null
|
||||
|
||||
@@ -35,3 +36,6 @@ cat $DEPLOYMENT_DIR/deploy-yml.tmpl | \
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
pushd $TOOLS_DIR > /dev/null
|
||||
./update-addresses.sh
|
||||
popd > /dev/null
|
||||
|
||||
@@ -23,7 +23,9 @@ acl_helo:
|
||||
accept
|
||||
|
||||
acl_rcpt:
|
||||
require verify = recipient
|
||||
# recipient verification
|
||||
deny message = User unknown
|
||||
!verify = recipient
|
||||
|
||||
# SPF check
|
||||
deny message = Access denied (1)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
wn@mainscnt.eu: wolfgang.hottgenroth@icloud.com
|
||||
wn@ib-hottgenroth.de: wolfgang.hottgenroth@icloud.com
|
||||
test@ib-hottgenroth.de: wolfgang.hottgenroth@icloud.com, w.hottgenroth@krohne.com
|
||||
|
||||
Reference in New Issue
Block a user