[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'
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defer
|
||||
full-bounce
|
||||
null-client
|
||||
send-test-email
|
||||
fullbounce
|
||||
nullclient
|
||||
send-test-mail
|
||||
|
|
Loading…
Reference in a new issue