Installing and setting up OpenDKIM 2.10.3 on OpenBSD 5.7

From: Vignesh Sankaran <vignesh.sankaran_at_me.com>
Date: Tue, 27 Oct 2015 06:18:54 +0000 (GMT)

Hi everyone,




My name is Vignesh Sankaran, and I am a newcomer to these mailing lists. 


I am attempting to set up a mail server with OpenBSD 5.7 (I’ll upgrade it to 5.8 when I get this setup working, provided I decide OpenBSD is worth the trouble... ), OpenSMTPD and OpenDKIM on a hosted VPN that allows custom OS installs. I have followed this tutorial set here (http://technoquarter.blogspot.com.au/p/series.html) from parts 1 to 4, and want to configure OpenDKIM in the method outlined on page 1 here (http://arstechnica.com/business/2014/03/taking-e-mail-back-part-3-fortifying-your-box-against-spammers/), as dkimproxy doesn’t seem to have been updated for over a year now. 


I’ve run into a peculiar problem trying to install OpenDKIM on OpenBSD. After downloading the source from SourceForge, I tried compiling and installing it in the OS. The ./configure, make and make install seemed to have worked without any errors showing up, but the opendkim.conf file was nowhere to be found within /etc. No matter, I copied the sample configuration over from the source code to /etc, renamed it to opendkim.conf and entered the following configuration at the bottom of the sample file:



Canonicalization        relaxed/relaxed

ExternalIgnoreList      refile:/etc/opendkim/TrustedHosts

InternalHosts           refile:/etc/opendkim/TrustedHosts

KeyTable                refile:/etc/opendkim/KeyTable

SigningTable            refile:/etc/opendkim/SigningTable

LogWhy                  Yes

PidFile                 /var/run/opendkim/opendkim.pid

Socket                  inet:10030_at_localhost

SyslogSuccess           Yes

TemporaryDirectory      /var/tmp

UserID                  opendkim:opendkim


I am aware that I’ll need to create a new user for opendkim since an installation on the BSD’s doesn’t do that automatically like it does on Linux, but one problem at a time :).


I’ve created the private and public keys for OpenDKIM in /etc/opendkim, but when I try to fire up opendkim from the terminal, it tells me this:



opendkim: milter socket must be specified
        (use "-?" for help)


Now, I pretty certain I did that when I specified the socket in opendkim.conf. It’s like as if opendkim doesn’t recognise its own config file in /etc/opendkim.conf, and I’m at a bit of a loss as to how to do that. I have tried ./configure —with-milted and make install clean, but it still comes up with the same error. 


Output of the commands I used to install opendkim are provided below after the message, and I’d be happy to provide any other information pertaining to the set up of my OpenBSD VPN. Any help would be much appreciated.


Kind Regards,
Vignesh
-----------

# ./configure --with-milter

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... build-aux/install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking for gcc option to accept ISO C99... -std=gnu99

checking whether gcc -std=gnu99 and cc understand -c and -o together... yes

checking build system type... x86_64-unknown-openbsd5.7

checking host system type... x86_64-unknown-openbsd5.7

checking how to print strings... print -r

checking for a sed that does not truncate output... /usr/bin/sed

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for fgrep... /usr/bin/grep -F

checking for ld used by gcc -std=gnu99... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 196608

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... no

checking how to convert x86_64-unknown-openbsd5.7 file names to x86_64-unknown-openbsd5.7 format... func_convert_file_noop

checking how to convert x86_64-unknown-openbsd5.7 file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$

checking for dlltool... no

checking how to associate runtime and link libraries... print -r --

checking for ar... ar

checking for archiver _at_FILE support... no

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok

checking for sysroot... no

checking for mt... mt

checking if mt is a manifest tool... no

checking how to run the C preprocessor... gcc -std=gnu99 -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no

checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC

checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes

checking if gcc -std=gnu99 static flag -static works... yes

checking if gcc -std=gnu99 supports -c -o file.o... yes

checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes

checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes

checking whether -lc should be explicitly linked in... yes

checking dynamic linker characteristics... openbsd5.7 ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking if compiler needs -Werror to reject unknown flags... no

checking for the pthreads library -lpthreads... no

checking whether pthreads work without any flags... no

checking whether pthreads work with -Kthread... no

checking whether pthreads work with -kthread... no

checking for the pthreads library -llthread... no

checking whether pthreads work with -pthread... yes

checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE

checking if more special flags are required for pthreads... no

checking for PTHREAD_PRIO_INHERIT... yes

checking for library containing inet_addr... none required

checking for library containing dlopen... none required

checking for library containing socket... none required

checking for library containing inet_aton... none required

checking for library containing inet_pton... none required

checking for library containing inet_ntop... none required

checking for library containing getaddrinfo... none required

checking for library containing res_ninit... no

checking for library containing res_sertservers... no

checking for library containing getopt_long... none required

checking for sys/types.h... (cached) yes

checking for netinet/in.h... yes

checking for arpa/nameser.h... yes

checking for netdb.h... yes

checking for resolv.h... yes

checking for useconds_t... yes

checking whether the resolver works without -lresolv... yes

checking arpa/inet.h usability... yes

checking arpa/inet.h presence... yes

checking for arpa/inet.h... yes

checking fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking iso/limits_iso.h usability... no

checking iso/limits_iso.h presence... no

checking for iso/limits_iso.h... no

checking for netdb.h... (cached) yes

checking for netinet/in.h... (cached) yes

checking paths.h usability... yes

checking paths.h presence... yes

checking for paths.h... yes

checking for stdlib.h... (cached) yes

checking for string.h... (cached) yes

checking sys/file.h usability... yes

checking sys/file.h presence... yes

checking for sys/file.h... yes

checking sys/param.h usability... yes

checking sys/param.h presence... yes

checking for sys/param.h... yes

checking sys/socket.h usability... yes

checking sys/socket.h presence... yes

checking for sys/socket.h... yes

checking sys/time.h usability... yes

checking sys/time.h presence... yes

checking for sys/time.h... yes

checking syslog.h usability... yes

checking syslog.h presence... yes

checking for syslog.h... yes

checking for unistd.h... (cached) yes

checking for stdint.h... (cached) yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... yes

checking for uid_t in sys/types.h... yes

checking for mode_t... yes

checking for off_t... yes

checking for pid_t... yes

checking for size_t... yes

checking for ssize_t... yes

checking for uint16_t... yes

checking for uint32_t... yes

checking for uint64_t... yes

checking vfork.h usability... no

checking vfork.h presence... no

checking for vfork.h... no

checking for fork... yes

checking for vfork... yes

checking for working fork... yes

checking for working vfork... (cached) yes

checking type of array argument to getgroups... gid_t

checking for getgroups... yes

checking for working getgroups... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible malloc... yes

checking whether time.h and sys/time.h may both be included... yes

checking for sys/time.h... (cached) yes

checking for unistd.h... (cached) yes

checking for alarm... yes

checking for working mktime... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible realloc... yes

checking for dup2... yes

checking for endpwent... yes

checking for getcwd... yes

checking for gethostname... yes

checking for gethostbyname... yes

checking for getaddrinfo... yes

checking for gethostbyname2... yes

checking for gettimeofday... yes

checking for isascii... yes

checking for memchr... yes

checking for memmove... yes

checking for memset... yes

checking for regcomp... yes

checking for select... yes

checking for socket... yes

checking for strcasecmp... yes

checking for strchr... yes

checking for strdup... yes

checking for strerror... yes

checking for strncasecmp... yes

checking for strrchr... yes

checking for strstr... yes

checking for strtol... yes

checking for strtoul... yes

checking for strtoull... yes

checking for realpath... yes

checking for strsep... yes

checking bsd/string.h usability... no

checking bsd/string.h presence... no

checking for bsd/string.h... no

checking for strlcat... yes

checking for strlcpy... yes

checking strl.h usability... no

checking strl.h presence... no

checking for strl.h... no

checking for strl.h in /usr/local/include/strl... checking for strl.h in /usr/include/strl... checking for struct sockaddr_un.sun_len... yes

checking for struct sockaddr_in.sin_len... yes

checking for struct sockaddr_in6.sin6_len... yes

checking for rrdtool... no

checking for sendmail... /usr/sbin/sendmail

checking for LIBCRYPTO... yes

checking openssl/bio.h usability... yes

checking openssl/bio.h presence... yes

checking for openssl/bio.h... yes

checking openssl/conf.h usability... yes

checking openssl/conf.h presence... yes

checking for openssl/conf.h... yes

checking openssl/crypto.h usability... yes

checking openssl/crypto.h presence... yes

checking for openssl/crypto.h... yes

checking openssl/err.h usability... yes

checking openssl/err.h presence... yes

checking for openssl/err.h... yes

checking openssl/evp.h usability... yes

checking openssl/evp.h presence... yes

checking for openssl/evp.h... yes

checking openssl/md5.h usability... yes

checking openssl/md5.h presence... yes

checking for openssl/md5.h... yes

checking openssl/opensslv.h usability... yes

checking openssl/opensslv.h presence... yes

checking for openssl/opensslv.h... yes

checking openssl/pem.h usability... yes

checking openssl/pem.h presence... yes

checking for openssl/pem.h... yes

checking openssl/rsa.h usability... yes

checking openssl/rsa.h presence... yes

checking for openssl/rsa.h... yes

checking openssl/sha.h usability... yes

checking openssl/sha.h presence... yes

checking for openssl/sha.h... yes

checking openssl/ssl.h usability... yes

checking openssl/ssl.h presence... yes

checking for openssl/ssl.h... yes

checking for library containing ERR_peek_error... none required

checking for library containing SSL_library_init... none required

checking whether SHA256_DIGEST_LENGTH is declared... yes

checking for milter library and includes... /usr/local

checking for library containing smfi_register... -lmilter

checking for smfi_insheader... yes

checking for smfi_opensocket... yes

checking for smfi_progress... yes

checking for smfi_setsymlist... yes

checking for smfi_version... yes

checking for BerkeleyDB... not required or disabled

checking for domainname... /bin/domainname

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating docs/Makefile

config.status: creating autobuild/Makefile

config.status: creating contrib/Makefile

config.status: creating contrib/convert/Makefile

config.status: creating contrib/docs/Makefile

config.status: creating contrib/init/Makefile

config.status: creating contrib/init/generic/Makefile

config.status: creating contrib/init/redhat/Makefile

config.status: creating contrib/init/redhat/opendkim

config.status: creating contrib/init/redhat/opendkim-default-keygen

config.status: creating contrib/init/solaris/Makefile

config.status: creating contrib/ldap/Makefile

config.status: creating contrib/lua/Makefile

config.status: creating contrib/patches/Makefile

config.status: creating contrib/repute/Makefile

config.status: creating contrib/spec/Makefile

config.status: creating contrib/spec/opendkim.spec

config.status: creating contrib/stats/Makefile

config.status: creating contrib/systemd/Makefile

config.status: creating contrib/systemd/opendkim.service

config.status: creating libopendkim/opendkim.pc

config.status: creating libopendkim/Makefile

config.status: creating libopendkim/docs/Makefile

config.status: creating libopendkim/tests/Makefile

config.status: creating librbl/rbl.pc

config.status: creating librbl/Makefile

config.status: creating libut/ut.pc

config.status: creating libut/Makefile

config.status: creating libvbr/vbr.pc

config.status: creating libvbr/Makefile

config.status: creating miltertest/Makefile

config.status: creating opendkim/Makefile

config.status: creating opendkim/opendkim.8

config.status: creating opendkim/opendkim-genkey

config.status: creating opendkim/opendkim-genkey.8

config.status: creating opendkim/opendkim-genzone.8

config.status: creating opendkim/opendkim-lua.3

config.status: creating opendkim/opendkim-testkey.8

config.status: creating opendkim/opendkim-stats.8

config.status: creating opendkim/opendkim-testmsg.8

config.status: creating opendkim/opendkim.conf.5

config.status: creating opendkim/opendkim.conf.simple

config.status: creating opendkim/opendkim.conf.simple-verify

config.status: creating opendkim/opendkim-atpszone.8

config.status: creating opendkim/opendkim-spam.1

config.status: creating opendkim/tests/Makefile

config.status: creating stats/Makefile

config.status: creating stats/opendkim-importstats.8

config.status: creating stats/opendkim-expire

config.status: creating stats/opendkim-expire.8

config.status: creating stats/opendkim-gengraphs

config.status: creating stats/opendkim-gengraphs.8

config.status: creating stats/opendkim-genstats

config.status: creating stats/opendkim-genstats.8

config.status: creating stats/opendkim-reportstats

config.status: creating reprrd/Makefile

config.status: creating reprrd/opendkim-reprrdimport

config.status: creating reprrd/opendkim-reprrdimport.8

config.status: creating reprrd/reprrd.pc

config.status: creating reputation/Makefile

config.status: creating reputation/opendkim-genrates

config.status: creating reputation/opendkim-genrates.8

config.status: creating reputation/opendkim-modtotals

config.status: creating reputation/opendkim-modtotals.8

config.status: creating reputation/opendkim-rephistory

config.status: creating reputation/opendkim-rephistory.8

config.status: creating reputation/repute.pc

config.status: creating build-config.h

config.status: build-config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands


----------

# make

make  all-recursive

Making all in libopendkim

Making all in tests

Making all in docs

Making all in contrib

Making all in convert

Making all in docs

Making all in init

Making all in generic

Making all in redhat

Making all in solaris

Making all in ldap

Making all in lua

Making all in patches

Making all in repute

Making all in spec

Making all in stats

Making all in systemd

Making all in docs

Making all in opendkim
----------

# make install clean

Making install in libopendkim

Making install in tests

Making install in docs
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 dkim.html dkim_add_querymethod.html dkim_add_xtag.html dkim_alg_t.html dkim_atps_check.html dkim_atps_t.html dkim_body.html dkim_canon_t.html dkim_cbstat.html dkim_chunk.html dkim_close.html dkim_dns_close.html dkim_dns_config.html dkim_dns_init.html dkim_dns_nslist.html dkim_dns_set_close.html dkim_dns_set_config.html dkim_dns_set_init.html dkim_dns_set_nslist.html dkim_dns_set_query_cancel.html dkim_dns_set_query_service.html dkim_dns_set_query_start.html dkim_dns_set_query_waitreply.html dkim_dns_set_trustanchor.html dkim_dns_trustanchor.html dkim_dnssec.html dkim_eoh.html dkim_eom.html dkim_flush_cache.html dkim_free.html dkim_get_signer.html dkim_get_sigsubstring.html dkim_get_user_context.html dkim_getcachestats.html dkim_getdomain.html dkim_geterror.html dkim_getid.html dkim_getmode.html dkim_getresultstr.html dkim_getsighdr.html '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 dkim_getsighdr_d.html dkim_getsiglist.html dkim_getsignature.html dkim_getsslbuf.html dkim_getuser.html dkim_header.html dkim_init.html dkim_key_syntax.html dkim_lib.html dkim_libfeature.html dkim_libversion.html dkim_minbody.html dkim_ohdrs.html dkim_options.html dkim_param_t.html dkim_privkey_load.html dkim_qi_getname.html dkim_qi_gettype.html dkim_query_t.html dkim_queryinfo.html dkim_resign.html dkim_set_dns_callback.html dkim_set_final.html dkim_set_key_lookup.html dkim_set_margin.html dkim_set_prescreen.html dkim_set_signature_handle.html dkim_set_signature_handle_free.html dkim_set_signature_tagvalues.html dkim_set_signer.html dkim_set_trust_anchor.html dkim_set_user_context.html dkim_sig_getbh.html dkim_sig_getcanonlen.html dkim_sig_getcontext.html dkim_sig_getdnssec.html dkim_sig_getdomain.html dkim_sig_geterror.html dkim_sig_geterrorstr.html dkim_sig_getflags.html '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 dkim_sig_gethashes.html dkim_sig_getkeysize.html dkim_sig_getqueries.html dkim_sig_getreportinfo.html dkim_sig_getselector.html dkim_sig_getsignalg.html dkim_sig_getsignedhdrs.html dkim_sig_getsigntime.html dkim_sig_getsslbuf.html dkim_sig_gettagvalue.html dkim_sig_hdrsigned.html dkim_sig_ignore.html dkim_sig_process.html dkim_sig_seterror.html dkim_sig_syntax.html dkim_sigerror.html dkim_siginfo.html dkim_sigkey_t.html dkim_sign.html dkim_signhdrs.html dkim_ssl_version.html dkim_stat.html dkim_verify.html index.html overview.html dkim_mail_parse.html dkim_diffheaders.html dkim_get_msgdate.html dkim_getpartial.html dkim_get_reputation.html dkim_setpartial.html dkim_sig_getidentity.html dkim_sig_getcanons.html dkim_libfeature.html dns.html '/usr/local/share/doc/opendkim'
 ../build-aux/install-sh -c -d '/usr/local/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libopendkim.la '/usr/local/lib'

libtool: install: /usr/bin/install -c .libs/libopendkim.so.10.3 /usr/local/lib/libopendkim.so.10.3

libtool: install: /usr/bin/install -c .libs/libopendkim.lai /usr/local/lib/libopendkim.la

libtool: install: /usr/bin/install -c .libs/libopendkim.a /usr/local/lib/libopendkim.a

libtool: install: chmod 644 /usr/local/lib/libopendkim.a

libtool: install: ranlib -t /usr/local/lib/libopendkim.a

libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -m /usr/local/lib

----------------------------------------------------------------------

Libraries have been installed in:
   /usr/local/lib


If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-Wl,-rpath,LIBDIR' linker flag


See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------
 ../build-aux/install-sh -c -d '/usr/local/include/opendkim'
 /usr/bin/install -c -m 644 dkim.h '/usr/local/include/opendkim'
 ../build-aux/install-sh -c -d '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 opendkim.pc '/usr/local/lib/pkgconfig'

Making install in contrib

Making install in convert
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 convert_keylist.sh '/usr/local/share/doc/opendkim'

Making install in docs
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 chroot '/usr/local/share/doc/opendkim'

Making install in init

Making install in generic
 ../../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim '/usr/local/share/doc/opendkim'

Making install in redhat
 ../../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim opendkim-default-keygen '/usr/local/share/doc/opendkim'

Making install in solaris
 ../../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim opendkim.xml '/usr/local/share/doc/opendkim'

Making install in ldap
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 example.com.ldif opendkim.ldif opendkim.schema README.LDAP '/usr/local/share/doc/opendkim'

Making install in lua
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 authheaders-check-setup-hook.lua '/usr/local/share/doc/opendkim'

Making install in patches
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim-spam-ignore-cmdswitch.patch '/usr/local/share/doc/opendkim'

Making install in repute
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 repute.py '/usr/local/share/doc/opendkim'

Making install in spec
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim.spec.in '/usr/local/share/doc/opendkim'

Making install in stats
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim-fixipaddrs.pl stats.lua '/usr/local/share/doc/opendkim'

Making install in systemd
 ../../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim.service '/usr/local/share/doc/opendkim'
 ../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 README '/usr/local/share/doc/opendkim'

Making install in docs
 ../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 README.specs.html '/usr/local/share/doc/opendkim'

Making install in opendkim
 ../build-aux/install-sh -c -d '/usr/local/sbin'
 /usr/bin/install -c opendkim-genkey '/usr/local/sbin'
 ../build-aux/install-sh -c -d '/usr/local/sbin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c opendkim-genzone opendkim-testkey opendkim-testmsg opendkim '/usr/local/sbin'

libtool: install: /usr/bin/install -c .libs/opendkim-genzone /usr/local/sbin/opendkim-genzone

libtool: install: /usr/bin/install -c .libs/opendkim-testkey /usr/local/sbin/opendkim-testkey

libtool: install: /usr/bin/install -c .libs/opendkim-testmsg /usr/local/sbin/opendkim-testmsg

libtool: install: /usr/bin/install -c .libs/opendkim /usr/local/sbin/opendkim
 ../build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 opendkim.conf.sample opendkim.conf.simple opendkim.conf.simple-verify README.SQL '/usr/local/share/doc/opendkim'
 ../build-aux/install-sh -c -d '/usr/local/share/man/man1'
 ../build-aux/install-sh -c -d '/usr/local/share/man/man3'
 ../build-aux/install-sh -c -d '/usr/local/share/man/man5'
 /usr/bin/install -c -m 644 opendkim.conf.5 '/usr/local/share/man/man5'
 ../build-aux/install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 opendkim-genkey.8 opendkim-genzone.8 opendkim-testkey.8 opendkim-testmsg.8 opendkim.8 '/usr/local/share/man/man8'
 build-aux/install-sh -c -d '/usr/local/share/doc/opendkim'
 /usr/bin/install -c -m 644 FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail RELEASE_NOTES.Sendmail '/usr/local/share/doc/opendkim'

Making clean in libopendkim

Making clean in tests
 rm -f t-setup t-test00 t-test01 t-test02 t-test03 t-test04 t-test05 t-test06 t-test07 t-test08 t-test09 t-test10 t-test11 t-test12 t-test13 t-test14 t-test15 t-test16 t-test17 t-test18 t-test19 t-test20 t-test21 t-test22 t-test23 t-test24 t-test25 t-test26 t-test27 t-test28 t-test29 t-test30 t-test31 t-test32 t-test33 t-test34 t-test35 t-test36 t-test37 t-test38 t-test39 t-test40 t-test41 t-test42 t-test43 t-test44 t-test45 t-test46 t-test47 t-test48 t-test50 t-test51 t-test52 t-test53 t-test54 t-test55 t-test56 t-test57 t-test58 t-test59 t-test60 t-test61 t-test62 t-test63 t-test64 t-test65 t-test66 t-test67 t-test68 t-test69 t-test70 t-test71 t-test72 t-test73 t-test74 t-test76 t-test77 t-test78 t-test79 t-test80 t-test81 t-test82 t-test83 t-test84 t-test85 t-test86 t-test87 t-test88 t-test89 t-test90 t-test91 t-test92 t-test93 t-test94 t-test96 t-test97 t-test98 t-test99 t-test100 t-test101 t-test102 t-test103 t-test104 t-test105 t-test106 t-test107 t-test108 t-test109 t-test110 t-test111 t-test112 t-test114 t-test115 t-test116 t-test117 t-test119 t-test120 t-test121 t-test122 t-test123 t-test125 t-test126 t-test127 t-test128 t-test129 t-test130 t-test131 t-test132 t-test133 t-test134 t-test135 t-test136 t-test137 t-test138 t-test139 t-test140 t-test141 t-test142 t-test143 t-test144 t-test145 t-test146 t-test147 t-test148 t-test149 t-test150 t-test151 t-test152 t-test153 t-test154 t-signperf t-verifyperf t-cleanup

rm -rf .libs _libs

rm -f *.o

test -z "  " || rm -f  

test -z "t-setup.log t-test00.log t-test01.log t-test02.log t-test03.log t-test04.log t-test05.log t-test06.log t-test07.log t-test08.log t-test09.log t-test10.log t-test11.log t-test12.log t-test13.log t-test14.log t-test15.log t-test16.log t-test17.log t-test18.log t-test19.log t-test20.log t-test21.log t-test22.log t-test23.log t-test24.log t-test25.log t-test26.log t-test27.log t-test28.log t-test29.log t-test30.log t-test31.log t-test32.log t-test33.log t-test34.log t-test35.log t-test36.log t-test37.log t-test38.log t-test39.log t-test40.log t-test41.log t-test42.log t-test43.log t-test44.log t-test45.log t-test46.log t-test47.log t-test48.log t-test50.log t-test51.log t-test52.log t-test53.log t-test54.log t-test55.log t-test56.log t-test57.log t-test58.log t-test59.log t-test60.log t-test61.log t-test62.log t-test63.log t-test64.log t-test65.log t-test66.log t-test67.log t-test68.log t-test69.log t-test70.log t-test71.log t-test72.log t-test73.log t-test74.log t-test76.log t-test77.log t-test78.log t-test79.log t-test80.log t-test81.log t-test82.log t-test83.log t-test84.log t-test85.log t-test86.log t-test87.log t-test88.log t-test89.log t-test90.log t-test91.log t-test92.log t-test93.log t-test94.log t-test96.log t-test97.log t-test98.log t-test99.log t-test100.log t-test101.log t-test102.log t-test103.log t-test104.log t-test105.log t-test106.log t-test107.log t-test108.log t-test109.log t-test110.log t-test111.log t-test112.log t-test114.log t-test115.log t-test116.log t-test117.log t-test119.log t-test120.log t-test121.log t-test122.log t-test123.log t-test125.log t-test126.log t-test127.log t-test128.log t-test129.log t-test130.log t-test131.log t-test132.log t-test133.log t-test134.log t-test135.log t-test136.log t-test137.log t-test138.log t-test139.log t-test140.log t-test141.log t-test142.log t-test143.log t-test144.log t-test145.log t-test146.log t-test147.log t-test148.log t-test149.log t-test150.log t-test151.log t-test152.log t-test153.log t-test154.log t-signperf.log t-verifyperf.log t-cleanup.log t-signperf-sha1.log t-signperf-relaxed-relaxed.log t-signperf-simple-simple.log" || rm -f t-setup.log t-test00.log t-test01.log t-test02.log t-test03.log t-test04.log t-test05.log t-test06.log t-test07.log t-test08.log t-test09.log t-test10.log t-test11.log t-test12.log t-test13.log t-test14.log t-test15.log t-test16.log t-test17.log t-test18.log t-test19.log t-test20.log t-test21.log t-test22.log t-test23.log t-test24.log t-test25.log t-test26.log t-test27.log t-test28.log t-test29.log t-test30.log t-test31.log t-test32.log t-test33.log t-test34.log t-test35.log t-test36.log t-test37.log t-test38.log t-test39.log t-test40.log t-test41.log t-test42.log t-test43.log t-test44.log t-test45.log t-test46.log t-test47.log t-test48.log t-test50.log t-test51.log t-test52.log t-test53.log t-test54.log t-test55.log t-test56.log t-test57.log t-test58.log t-test59.log t-test60.log t-test61.log t-test62.log t-test63.log t-test64.log t-test65.log t-test66.log t-test67.log t-test68.log t-test69.log t-test70.log t-test71.log t-test72.log t-test73.log t-test74.log t-test76.log t-test77.log t-test78.log t-test79.log t-test80.log t-test81.log t-test82.log t-test83.log t-test84.log t-test85.log t-test86.log t-test87.log t-test88.log t-test89.log t-test90.log t-test91.log t-test92.log t-test93.log t-test94.log t-test96.log t-test97.log t-test98.log t-test99.log t-test100.log t-test101.log t-test102.log t-test103.log t-test104.log t-test105.log t-test106.log t-test107.log t-test108.log t-test109.log t-test110.log t-test111.log t-test112.log t-test114.log t-test115.log t-test116.log t-test117.log t-test119.log t-test120.log t-test121.log t-test122.log t-test123.log t-test125.log t-test126.log t-test127.log t-test128.log t-test129.log t-test130.log t-test131.log t-test132.log t-test133.log t-test134.log t-test135.log t-test136.log t-test137.log t-test138.log t-test139.log t-test140.log t-test141.log t-test142.log t-test143.log t-test144.log t-test145.log t-test146.log t-test147.log t-test148.log t-test149.log t-test150.log t-test151.log t-test152.log t-test153.log t-test154.log t-signperf.log t-verifyperf.log t-cleanup.log t-signperf-sha1.log t-signperf-relaxed-relaxed.log t-signperf-simple-simple.log

test -z "t-setup.trs t-test00.trs t-test01.trs t-test02.trs t-test03.trs t-test04.trs t-test05.trs t-test06.trs t-test07.trs t-test08.trs t-test09.trs t-test10.trs t-test11.trs t-test12.trs t-test13.trs t-test14.trs t-test15.trs t-test16.trs t-test17.trs t-test18.trs t-test19.trs t-test20.trs t-test21.trs t-test22.trs t-test23.trs t-test24.trs t-test25.trs t-test26.trs t-test27.trs t-test28.trs t-test29.trs t-test30.trs t-test31.trs t-test32.trs t-test33.trs t-test34.trs t-test35.trs t-test36.trs t-test37.trs t-test38.trs t-test39.trs t-test40.trs t-test41.trs t-test42.trs t-test43.trs t-test44.trs t-test45.trs t-test46.trs t-test47.trs t-test48.trs t-test50.trs t-test51.trs t-test52.trs t-test53.trs t-test54.trs t-test55.trs t-test56.trs t-test57.trs t-test58.trs t-test59.trs t-test60.trs t-test61.trs t-test62.trs t-test63.trs t-test64.trs t-test65.trs t-test66.trs t-test67.trs t-test68.trs t-test69.trs t-test70.trs t-test71.trs t-test72.trs t-test73.trs t-test74.trs t-test76.trs t-test77.trs t-test78.trs t-test79.trs t-test80.trs t-test81.trs t-test82.trs t-test83.trs t-test84.trs t-test85.trs t-test86.trs t-test87.trs t-test88.trs t-test89.trs t-test90.trs t-test91.trs t-test92.trs t-test93.trs t-test94.trs t-test96.trs t-test97.trs t-test98.trs t-test99.trs t-test100.trs t-test101.trs t-test102.trs t-test103.trs t-test104.trs t-test105.trs t-test106.trs t-test107.trs t-test108.trs t-test109.trs t-test110.trs t-test111.trs t-test112.trs t-test114.trs t-test115.trs t-test116.trs t-test117.trs t-test119.trs t-test120.trs t-test121.trs t-test122.trs t-test123.trs t-test125.trs t-test126.trs t-test127.trs t-test128.trs t-test129.trs t-test130.trs t-test131.trs t-test132.trs t-test133.trs t-test134.trs t-test135.trs t-test136.trs t-test137.trs t-test138.trs t-test139.trs t-test140.trs t-test141.trs t-test142.trs t-test143.trs t-test144.trs t-test145.trs t-test146.trs t-test147.trs t-test148.trs t-test149.trs t-test150.trs t-test151.trs t-test152.trs t-test153.trs t-test154.trs t-signperf.trs t-verifyperf.trs t-cleanup.trs t-signperf-sha1.trs t-signperf-relaxed-relaxed.trs t-signperf-simple-simple.trs" || rm -f t-setup.trs t-test00.trs t-test01.trs t-test02.trs t-test03.trs t-test04.trs t-test05.trs t-test06.trs t-test07.trs t-test08.trs t-test09.trs t-test10.trs t-test11.trs t-test12.trs t-test13.trs t-test14.trs t-test15.trs t-test16.trs t-test17.trs t-test18.trs t-test19.trs t-test20.trs t-test21.trs t-test22.trs t-test23.trs t-test24.trs t-test25.trs t-test26.trs t-test27.trs t-test28.trs t-test29.trs t-test30.trs t-test31.trs t-test32.trs t-test33.trs t-test34.trs t-test35.trs t-test36.trs t-test37.trs t-test38.trs t-test39.trs t-test40.trs t-test41.trs t-test42.trs t-test43.trs t-test44.trs t-test45.trs t-test46.trs t-test47.trs t-test48.trs t-test50.trs t-test51.trs t-test52.trs t-test53.trs t-test54.trs t-test55.trs t-test56.trs t-test57.trs t-test58.trs t-test59.trs t-test60.trs t-test61.trs t-test62.trs t-test63.trs t-test64.trs t-test65.trs t-test66.trs t-test67.trs t-test68.trs t-test69.trs t-test70.trs t-test71.trs t-test72.trs t-test73.trs t-test74.trs t-test76.trs t-test77.trs t-test78.trs t-test79.trs t-test80.trs t-test81.trs t-test82.trs t-test83.trs t-test84.trs t-test85.trs t-test86.trs t-test87.trs t-test88.trs t-test89.trs t-test90.trs t-test91.trs t-test92.trs t-test93.trs t-test94.trs t-test96.trs t-test97.trs t-test98.trs t-test99.trs t-test100.trs t-test101.trs t-test102.trs t-test103.trs t-test104.trs t-test105.trs t-test106.trs t-test107.trs t-test108.trs t-test109.trs t-test110.trs t-test111.trs t-test112.trs t-test114.trs t-test115.trs t-test116.trs t-test117.trs t-test119.trs t-test120.trs t-test121.trs t-test122.trs t-test123.trs t-test125.trs t-test126.trs t-test127.trs t-test128.trs t-test129.trs t-test130.trs t-test131.trs t-test132.trs t-test133.trs t-test134.trs t-test135.trs t-test136.trs t-test137.trs t-test138.trs t-test139.trs t-test140.trs t-test141.trs t-test142.trs t-test143.trs t-test144.trs t-test145.trs t-test146.trs t-test147.trs t-test148.trs t-test149.trs t-test150.trs t-test151.trs t-test152.trs t-test153.trs t-test154.trs t-signperf.trs t-verifyperf.trs t-cleanup.trs t-signperf-sha1.trs t-signperf-relaxed-relaxed.trs t-signperf-simple-simple.trs

test -z "test-suite.log" || rm -f test-suite.log

rm -f *.lo

Making clean in docs

rm -rf .libs _libs

rm -f *.lo

test -z "libopendkim.la" || rm -f libopendkim.la

rm -f ./so_locations

rm -rf .libs _libs

rm -f *.o

test -z "symbols.map *.gcno *.gcda" || rm -f symbols.map *.gcno *.gcda

rm -f *.lo

Making clean in contrib

Making clean in convert

rm -rf .libs _libs

rm -f *.lo

Making clean in docs

rm -rf .libs _libs

rm -f *.lo

Making clean in init

Making clean in generic

rm -rf .libs _libs

rm -f *.lo

Making clean in redhat

rm -rf .libs _libs

rm -f *.lo

Making clean in solaris

rm -rf .libs _libs

rm -f *.lo

rm -rf .libs _libs

rm -f *.lo

Making clean in ldap

rm -rf .libs _libs

rm -f *.lo

Making clean in lua

rm -rf .libs _libs

rm -f *.lo

Making clean in patches

rm -rf .libs _libs

rm -f *.lo

Making clean in repute

rm -rf .libs _libs

rm -f *.lo

Making clean in spec

rm -rf .libs _libs

rm -f *.lo

Making clean in stats

rm -rf .libs _libs

rm -f *.lo

Making clean in systemd

rm -rf .libs _libs

rm -f *.lo

rm -rf .libs _libs

rm -f *.lo

Making clean in docs

rm -rf .libs _libs

rm -f *.lo

Making clean in opendkim

rm -rf .libs _libs
 rm -f opendkim-genzone opendkim-testkey opendkim-testmsg opendkim

rm -f *.o

rm -f *.lo

rm -rf .libs _libs

rm -f *.lo
Received on Tue Oct 27 2015 - 06:19:15 PST

This archive was generated by hypermail 2.3.0 : Tue Oct 27 2015 - 06:27:02 PST