mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
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)
6 lines
140 B
Makefile
6 lines
140 B
Makefile
# $Id: Makefile,v 1.6 1999/01/31 15:21:15 jmb Exp $
|
|
|
|
install:
|
|
/usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt
|
|
|
|
all: install
|