Add dnsplug.py so either DNS or dns can be used for host/domain based dataset processing

This commit is contained in:
Scott Kitterman
2018-03-09 13:51:36 -05:00
parent 9d28ab3567
commit e6021dd960
2 changed files with 172 additions and 0 deletions
+4
View File
@@ -27,6 +27,10 @@ packages are not available):
Using pip will cause required packages to be installed via easy_install if they
have not been previously installed.
The milter will work with either pydns (DNS) or dnspython (dns), preferring
dnspython is both are available. The dkimpy DKIM module also works with
either.
Both a systemd unit file and a sysv init file are provided. Both make
assumptions about defaults being used, e.g. if a non-standard pidfile name is
used, they will need to be updated. The sysv init file is Debian specific and