summaryrefslogtreecommitdiffstats
path: root/etc/mail/Makefile
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1997-12-01 00:15:38 +0000
committerjmb <jmb@FreeBSD.org>1997-12-01 00:15:38 +0000
commit1f5818dde080b6f9a72b0e7ed0c08a515c32800c (patch)
tree18ac82425453eec2f192074833133590914ac7c8 /etc/mail/Makefile
parent0bb6bbdc0247700b2e22a00781fba95aed9bfc18 (diff)
downloadFreeBSD-src-1f5818dde080b6f9a72b0e7ed0c08a515c32800c.zip
FreeBSD-src-1f5818dde080b6f9a72b0e7ed0c08a515c32800c.tar.gz
improve anti-spam rulesets: check_relay, check_mail, check_rcpt.
break each ruleset into identified sections. (called groups). note which groups can be reordered. each group accepts and returns the same strings, as much as possible. reactivate Paul Vixie's RBL (in check_mail) add rules to limit mail relaying to a list of hosts and domains in the R class (check_rcpt, not active on hub.freebsd.org) Submitted by: jmb
Diffstat (limited to 'etc/mail/Makefile')
-rw-r--r--etc/mail/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index bc5a65e..82f01b6 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -25,5 +25,8 @@ install:
.if exists(/etc/mail/denyip.local)
makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
.endif
+.if exists(/etc/mail/fakenames)
+ makemap hash /etc/mail/fakenames < /etc/mail/fakenames
+.endif
all: default install
OpenPOWER on IntegriCloud