ARC - Authenticated Received Chain

General eFa discussion
Post Reply
Antiloop
Posts: 11
Joined: 20 Mar 2014 13:03

ARC - Authenticated Received Chain

Post by Antiloop »

any chance the new (to be) defined ARC specification will make it into EFAv4 as well?

http://arc-spec.org/
User avatar
shawniverson
Posts: 3640
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: ARC - Authenticated Received Chain

Post by shawniverson »

thewomble
Posts: 50
Joined: 17 Jan 2017 12:52

Re: ARC - Authenticated Received Chain

Post by thewomble »

Currently having a play with this.

Compile the OpenARC package:
cd
git clone https://github.com/trusteddomainproject/OpenARC
cd OpenARC
autoreconf -fvi
./configure
make
make install
ldconfig
And check if the libs are found with:

Verify that the package can be run:

openarc -V
openarc: OpenARC Filter v0.1.0
Compiled with OpenSSL 1.0.1f 6 Jan 2014
SMFI_VERSION 0x1000001
libopenarc 0.1.0:

Set up configs:
mkdir -p /etc/openarc
cp openarc.conf.sample /etc/openarc/openarc.conf

Configure OpenARC as you want in the openarc.conf file
Launch openarc:
openarc -c /etc/openarc/openarc.conf

Added has a milter on port 8895, openarc.conf is similar to configure has DKIM.
Post Reply