summaryrefslogtreecommitdiffstats
path: root/etc/mail/Makefile
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1999-05-11 03:29:04 +0000
committerjmb <jmb@FreeBSD.org>1999-05-11 03:29:04 +0000
commitf9c1a12fb527b65f1af2584a2ecf37c5c1b35b3d (patch)
tree68951d0e7236753ff4977522e5d60521d5b9f80c /etc/mail/Makefile
parentbbfd3bae3eb986b108d76a9655911430b89ba7d7 (diff)
downloadFreeBSD-src-f9c1a12fb527b65f1af2584a2ecf37c5c1b35b3d.zip
FreeBSD-src-f9c1a12fb527b65f1af2584a2ecf37c5c1b35b3d.tar.gz
update spam countermeasures
add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html (grrr.....should have been one commit did the last commit from a subdirectory)
Diffstat (limited to 'etc/mail/Makefile')
-rw-r--r--etc/mail/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index f56d3db..cf6e559 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -1,13 +1,6 @@
-# $Id: Makefile,v 1.5 1998/09/13 23:14:20 brian Exp $
+# $Id: Makefile,v 1.6 1999/01/31 15:21:15 jmb Exp $
install:
- /usr/sbin/makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
-.if exists(/etc/mail/spamsites.local)
- /usr/sbin/makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
-.endif
- /usr/sbin/makemap hash /etc/mail/denyip < /etc/mail/block_ips.txt
-.if exists(/etc/mail/denyip.local)
- /usr/sbin/makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
-.endif
+ /usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt
all: install
OpenPOWER on IntegriCloud