diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2024-03-11 10:26:27 +0900 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2024-03-11 10:26:27 +0900 |
commit | 8aa480245f5657e917b209a3c7766f38582ec4c7 (patch) | |
tree | b2823e59bb3eea76717e52deb05d38d43b6be8f1 /mail/Makefile | |
parent | 746736cb56a704b1a915afe15281e5e9e7166cad (diff) | |
download | freebsd-ports-8aa480245f5657e917b209a3c7766f38582ec4c7.zip |
mail/p5-Mail-Milter-Authentication: Add new port
A Perl implementation of email authentication standards rolled up into a
single easy to use milter.
This milter verifies using the following standards.
ARC / BIMI / DMARC / IPRev / SPF
Check HELO matches it's IP address
DKIM (including ADSP)
DomainKeys (deprecated)
SenderID (deprecated)
Includes other additional modules like AddID, ReturnOK and etc...
Approved by: hrs (mentor)
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ef59986a9a0e..3e4784b259cb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -377,6 +377,7 @@ SUBDIR += p5-Mail-Mbox-MessageParser SUBDIR += p5-Mail-MboxParser SUBDIR += p5-Mail-Message + SUBDIR += p5-Mail-Milter-Authentication SUBDIR += p5-Mail-OpenDKIM SUBDIR += p5-Mail-OpenRelay-Simple SUBDIR += p5-Mail-POP3Client |