xref: /freebsd/share/examples/pf/spamd (revision 7bd6fde3)
1# $FreeBSD$
2# $OpenBSD: spamd,v 1.1 2003/08/22 15:25:01 henning Exp $
3
4# spamd-setup puts addresses to be redirected into table <spamd>.
5
6table <spamd> persist
7no rdr on { lo0, lo1 } from any to any
8rdr inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
9