9d7ccc0ffa
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
# $FreeBSD$
|
|
# $OpenBSD: spamd,v 1.1 2003/08/22 15:25:01 henning Exp $
|
|
|
|
# spamd-setup puts addresses to be redirected into table <spamd>.
|
|
|
|
table <spamd> persist
|
|
no rdr on { lo0, lo1 } from any to any
|
|
rdr inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
|