diff options
author | garga <garga@FreeBSD.org> | 2005-07-14 03:17:30 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-07-14 03:17:30 +0800 |
commit | f3e557b4f4b0c16c2d8b9d8e64f5cf6e7d6d619b (patch) | |
tree | 27d4cbe4eb794298fe11dbf7bcaa37a273c15f38 /mail/Makefile | |
parent | f0d2f8c876b2fb562cd940af9f6191b40f4915bd (diff) | |
download | freebsd-ports-gnome-f3e557b4f4b0c16c2d8b9d8e64f5cf6e7d6d619b.tar.gz freebsd-ports-gnome-f3e557b4f4b0c16c2d8b9d8e64f5cf6e7d6d619b.tar.zst freebsd-ports-gnome-f3e557b4f4b0c16c2d8b9d8e64f5cf6e7d6d619b.zip |
A fast rbl lookup implementation for qmail, typically used as part of .qmail
command processing.
It has the same function as rblsmtpd, but the messages are checked at local
delivery time.
PR: ports/82488
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: flz (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 6be3a2ac31fb..e763b5a34dd4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -406,6 +406,7 @@ SUBDIR += qmail-mysql SUBDIR += qmail-notify SUBDIR += qmail-qfilter + SUBDIR += qmail-rblchk SUBDIR += qmail-remove SUBDIR += qmail-scanner SUBDIR += qmail-smtp_auth+tls |