[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'
fi
if test -f "${__object}/parameter/full-bounce"
if test -f "${__object}/parameter/fullbounce"
then
echo 'FULLBOUNCE'
fi
if test -f "${__object}/parameter/null-client"
if test -f "${__object}/parameter/nullclient"
then
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
}

View File

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