[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

openarc doesn't exec using "KeyTable" < 'unrecognized parameter'


Hello,

I installed

	sbin/openarc -V
		openarc: OpenARC Filter v0.1.0
		        Compiled with OpenSSL 1.1.0i  14 Aug 2018
		        SMFI_VERSION 0x1000001
		        libopenarc 0.1.0:

Reading the config file sample

	/etc/openarc/openarc.conf.sample

		# KeepTemporaryFiles    no

		##  KeyFile filename
		##      default (none)
		##
		##  Specifies the path to the private key to use when signing.  Ignored if
		##  SigningTable and KeyTable are used.  No default; must be specified for
		##  signing if SigningTable/KeyTable are not in use.

		KeyFile         /var/db/dkim/example.private


Trying to use a KeyTable + SigningTable instead like opendkim

	/etc/openarc/openarc.conf

	-	KeyFile         /var/db/dkim/example.private
	+	KeyTable        /etc/openarc/keytable
	+	SigningTable    refile:/etc/openarc/signingtable

doesn't work

	sbin/openarc -l -c /etc/openarc/openarc.conf -u openarc
		openarc: /etc/openarc/openarc.conf: configuration error at line 43: unrecognized parameter

"line 43:" is

	/etc/openarc/openarc.conf

43		KeyTable        /etc/openarc/keytable
44		SigningTable    refile:/etc/openarc/signingtable

What's wrong with that config?

Are there docs for this ?  Can't find any so far.

Thanks.

Rob Arlenn