xref: /NextBSD/share/examples/pf/spamd (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1# $FreeBSD$
2# $OpenBSD: spamd,v 1.2 2005/08/06 19:52:37 jmc 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 spamd
9