diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-21 03:02:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-21 03:02:41 +0000 |
commit | 65c8a0e2343dbb70a97473eee1504c880831a157 (patch) | |
tree | 249baa959b92174734d698632d142f221e34474c /etc/pf.conf | |
parent | b4e46ea34f21bd17d5fb0b9cb6558f71fa04670a (diff) |
sample spamd stuff
Diffstat (limited to 'etc/pf.conf')
-rw-r--r-- | etc/pf.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index c3e06fa039d..ebb95b5bd79 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.10 2002/12/19 00:06:29 deraadt Exp $ +# $OpenBSD: pf.conf,v 1.11 2002/12/21 03:02:40 deraadt Exp $ # # See pf.conf(5) for syntax and examples # General order: options, scrub rules, NAT/rdr, and filter rules. @@ -32,5 +32,7 @@ external_addr="192.168.1.1" #pass in on $ext_if proto tcp from any to $ext_if port 22 keep state #pass out on $ext_if proto { tcp, udp } all keep state -# anchor to attach spews rules, which will redirect to spewsd(8) -#rdr-anchor spews inet proto tcp from any to any port = smtp + +# anchor where spamd-setup(8) attaches spam-redirection to spamd(8) +#no rdr on { lo0, lo1 } from any to any +#rdr-anchor spamd inet proto tcp from any to any port = smtp |