IPv6 support for greylist and blackhole#11
Open
foscarini wants to merge 3 commits into
Open
Conversation
new data directory for ipv4 clients
Add new configuration to define the network mask used to allow mail on networks for ipv4 and ipv6. Deprecate ignoreLastByte option, superseded by ipv4NetworkMask Fix wrong blackholeDir
data/client_address/ directories are separated by IP protocol version, and the subdirectories. ignoreLastByte option was superseded by ipv4NetworkMask and ipv6NetworkMask cleanup and stat scripts refactored, to deal with the new subdirectory strucuture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Sean
I have made a lot of changes in tumgreyspf, mainly to support IPv6 in the greylisting and blackhole checks.
I also updated tumgrey-stat and tumgrey-clean, to deal with the IPv6 files and directories, and to cleanup all the expired files, doesn't matter if the greylist check is IP only, or IP + recipient.
I know that the changes are extensive, and I probably changes one or two things that I shouldn't, but I am deploying an new IPv6 mail MX, and I want to continue using tumgreyspf.
The code was tested in Ubuntu 15.10, with python 2.7.10 installed via APT.