[type/__dma] Update parameters to match config names in DMA
This commit is contained in:
parent
0cd19b3a5d
commit
45b10f3e09
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
defer
|
defer
|
||||||
full-bounce
|
fullbounce
|
||||||
null-client
|
nullclient
|
||||||
send-test-email
|
send-test-mail
|
||||||
|
|
Loading…
Reference in a new issue