From 2e2f797826667806987fc561044d2c226430c2a7 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 11 Feb 2018 20:56:36 -0500 Subject: [PATCH] Add initial README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..84e021d --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This is a DKIM signing and verification milter. In theory it works with both +Postfix and Sendmail, but the author has zero experience with Sendmail, so +reports of success/failure with Sendmail and patches are welcom. + +The configuration file is designed to be compatible with OpenDKIM, but only +a subset of OpenDKIM options are supported. If an unsupported option is +specified, an error will be raised.