diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-22 15:25:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-22 15:25:02 +0000 |
commit | a23fb7db7743f616797198f69b8221c99f824acc (patch) | |
tree | d3686cb2b32caf941a81c48116233dd8fce26976 /share/pf | |
parent | 50fd5e0cfedb98268a93bbe77ea94aa6a36b825d (diff) |
spamd example
Diffstat (limited to 'share/pf')
-rw-r--r-- | share/pf/spamd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/pf/spamd b/share/pf/spamd new file mode 100644 index 00000000000..e63b52529c9 --- /dev/null +++ b/share/pf/spamd @@ -0,0 +1,7 @@ +# $OpenBSD: spamd,v 1.1 2003/08/22 15:25:01 henning Exp $ + +# spamd-setup puts addresses to be redirected into table <spamd>. + +table <spamd> persist +no rdr on { lo0, lo1 } from any to any +rdr inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025 |