19 lines
927 B
Plaintext
19 lines
927 B
Plaintext
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.
|
|
|
|
This package includes a default configuration file and man pages. For those
|
|
to be installed when installing using setup.py, the following incantation is
|
|
required because setuptools developers decided not being able to do this by
|
|
default is a feature:
|
|
|
|
python setup.py install --single-version-externally-managed --record=/dev/null
|
|
|
|
WARNING: This is an alpha grade release to support interoperability testing with
|
|
Ed25519 signatures and basic functionality. It is known to be incomplete and
|
|
not suitable for general use.
|