diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-17 06:39:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-17 06:39:04 +0000 |
commit | 24201d360ea18e1a787c5335bab5eca5756690fb (patch) | |
tree | b0db93a1c8fdd1d1d59b75c1ad34038d5aee3a78 /etc | |
parent | d875ff9b16c2755736fe021c70360874a7f2315b (diff) |
sync the spamd example to that used in spamd(8); ok beck
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pf.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 30833187292..e76764a1e6a 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.48 2009/09/11 13:21:00 sthen Exp $ +# $OpenBSD: pf.conf,v 1.49 2009/09/17 06:39:03 jmc Exp $ # # See pf.conf(5) for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 @@ -19,9 +19,10 @@ pass # to establish keep-state #table <spamd-white> persist #table <nospamd> 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 +# rdr-to 127.0.0.1 port spamd #pass in on egress proto tcp from <nospamd> to any port smtp -#pass in on egress proto tcp from <spamd-white> to any port smtp +#pass in log on egress proto tcp from <spamd-white> to any port smtp +#pass out log on egress proto tcp to any port smtp #block in quick from urpf-failed to any # use with care |