Hello,
there is a typo in mimedefang-2.70/examples/init-script:
It should be:
`[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && echo "-y
$MX_RECIPOK_PERDOMAIN_LIMIT"` \
and not:
`[ -n "$MX_RECIPOK_PERDOMAIN_LIMIT" ] && "echo -y
$MX_RECIPOK_PERDOMAIN_LIMIT"` \
Regards,
Mario