libmilter-sendmail: the sendmail mail filter API library 4369/head
authorVal Kulkov <val.kulkov@gmail.com>
Fri, 19 May 2017 04:51:35 +0000 (00:51 -0400)
committerVal Kulkov <val.kulkov@gmail.com>
Mon, 24 Jul 2017 17:11:27 +0000 (13:11 -0400)
commit0790b54ed1e797d2d6f028b6e326d6aab96c495d
treef64e4f36a700dc3ca1ba2bef79b530732a7884fe
parent84a8a67552eeb92412893d65a241df9ce2724d99
libmilter-sendmail: the sendmail mail filter API library

The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.

This library is a prerequisite for the OpenDKIM package.

The proposed Makefile also contains sections for building Sendmail. These
sections are commented out because more work is necessary to properly
complete porting of Sendmail to LEDE/OpenWrt. The notes in Makefile
provide details on what is required to complete the port.

It has been verified that Sendmail executables compile and run properly
on the target system when the commented sections in Makefile are
uncommented.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
mail/sendmail/Makefile [new file with mode: 0644]
mail/sendmail/files/OpenWrt [new file with mode: 0644]
mail/sendmail/files/lm_getver.c [new file with mode: 0644]
mail/sendmail/files/sharedlibrary.m4 [new file with mode: 0644]
mail/sendmail/files/site.OpenWrt.m4 [new file with mode: 0644]
mail/sendmail/patches/010-enable-nonroot-install.patch [new file with mode: 0644]
mail/sendmail/patches/011-libmilter-so-version.patch [new file with mode: 0644]
mail/sendmail/patches/100-misc-os-musl-fixes.patch [new file with mode: 0644]
mail/sendmail/patches/101-fix-format-security.patch [new file with mode: 0644]
mail/sendmail/patches/102-pthreads-stack-size.patch [new file with mode: 0644]
mail/sendmail/patches/103-create-install-dirs.patch [new file with mode: 0644]