diff --git a/src/etc/examples/pf.conf b/src/etc/examples/pf.conf index 6cb9c925..2dd043aa 100644 --- a/src/etc/examples/pf.conf +++ b/src/etc/examples/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.1 2014/07/16 12:46:16 deraadt Exp $ +# $OpenBSD: pf.conf,v 1.2 2015/05/18 16:04:21 reyk Exp $ # # See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 @@ -22,8 +22,8 @@ pass # establish keep-state # rules for spamd(8) #table persist #table persist file "/etc/mail/nospamd" -#pass in on egress proto tcp from any to any port smtp \ -# rdr-to 127.0.0.1 port spamd +#pass in on egress inet proto tcp from any to any port smtp \ +# divert-to 127.0.0.1 port spamd #pass in on egress proto tcp from to any port smtp #pass in log on egress proto tcp from to any port smtp #pass out log on egress proto tcp to any port smtp