Mail) sender authentication system proposed by the E-mail Signing Technology Group (ESTG), now standardized by the IETF (RFC4871). It also includes implementations of the Author Domain Signing Practises (ADSP, RFC5617) and Vouch By Reference (VBR, RFC5518) proposed standards. The project started from a code fork of version 2.8.3 of the open source dkim-milter package developed and maintained by Sendmail, Inc.
13 lines
727 B
Text
13 lines
727 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2010/10/19 23:11:42 pettai Exp $
|
|
|
|
--- opendkim/Makefile.in.orig 2010-10-18 11:31:04.000000000 +0000
|
|
+++ opendkim/Makefile.in
|
|
@@ -410,7 +410,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
@DEBUG_TRUE@AM_CFLAGS = -g
|
|
dist_sbin_SCRIPTS = opendkim-genkey.sh
|
|
-exampledir = $(docdir)
|
|
+exampledir = @EGDIR@
|
|
dist_example_DATA = opendkim.conf.sample
|
|
@BUILD_FILTER_TRUE@opendkim_SOURCES = opendkim.c opendkim.h opendkim-ar.c opendkim-ar.h opendkim-arf.c opendkim-arf.h opendkim-config.h opendkim-crypto.c opendkim-crypto.h opendkim-db.c opendkim-db.h opendkim-lua.c opendkim-lua.h config.c config.h stats.c stats.h test.c test.h util.c util.h
|
|
@BUILD_FILTER_TRUE@opendkim_CC = $(PTHREAD_CC)
|