[type/__dma] Update parameters to match config names in DMA

This commit is contained in:
Dennis Camera 2020-06-09 14:51:11 +02:00
parent 0cd19b3a5d
commit 45b10f3e09
2 changed files with 6 additions and 6 deletions

View File

@ -78,15 +78,15 @@ conf_should=$(
echo 'DEFER' echo 'DEFER'
fi fi
if test -f "${__object}/parameter/full-bounce" if test -f "${__object}/parameter/fullbounce"
then then
echo 'FULLBOUNCE' echo 'FULLBOUNCE'
fi fi
if test -f "${__object}/parameter/null-client" if test -f "${__object}/parameter/nullclient"
then then
test -s "${__object}/parameter/smarthost" || { test -s "${__object}/parameter/smarthost" || {
echo '--null-client requires a --smarthost to be defined' >&2 echo '--nullclient requires a --smarthost to be defined' >&2
exit 1 exit 1
} }

View File

@ -1,4 +1,4 @@
defer defer
full-bounce fullbounce
null-client nullclient
send-test-email send-test-mail