diff options
author | adamw <adamw@FreeBSD.org> | 2016-04-17 01:03:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-04-17 01:03:38 +0800 |
commit | 2c73427fb91d0d10fd6f3fc63825b93aad55bc36 (patch) | |
tree | a20d70e04f95d552e891e3a1a47c11aedc889dc1 /mail | |
parent | 34c7586d0c4f7540af9ba9dc4a6c27a7e9f8f646 (diff) | |
download | freebsd-ports-gnome-2c73427fb91d0d10fd6f3fc63825b93aad55bc36.tar.gz freebsd-ports-gnome-2c73427fb91d0d10fd6f3fc63825b93aad55bc36.tar.zst freebsd-ports-gnome-2c73427fb91d0d10fd6f3fc63825b93aad55bc36.zip |
Add opensmtpd-extras-filter-{dnsbl,pause,regex}
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 813f6c1d920c..fbf5249886b8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -293,6 +293,9 @@ SUBDIR += opensmtpd SUBDIR += opensmtpd-devel SUBDIR += opensmtpd-extras + SUBDIR += opensmtpd-extras-filter-dnsbl + SUBDIR += opensmtpd-extras-filter-pause + SUBDIR += opensmtpd-extras-filter-regex SUBDIR += opensmtpd-extras-filter-spamassassin SUBDIR += opensmtpd-extras-table-mysql SUBDIR += opensmtpd-extras-table-passwd |