|
DKIMproxy uses the "Net::Server" module to parse its options, which I think has some problems with the boolean options.
You could try
reject_error 1
in the config file
or
--reject-error=1
to see if that helps. I would need to do some debugging to see what actually works and what doesn't. |