diff options
author | 2003-08-22 15:25:01 +0000 | |
---|---|---|
committer | 2003-08-22 15:25:01 +0000 | |
commit | 1a6aaa7ee273808964ba4468c6c065ee24f190be (patch) | |
tree | 83647067d91b1aa1d2da11947fece5f1209d0c68 | |
parent | KNF (diff) | |
download | wireguard-openbsd-1a6aaa7ee273808964ba4468c6c065ee24f190be.tar.xz wireguard-openbsd-1a6aaa7ee273808964ba4468c6c065ee24f190be.zip |
spamd example
-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 |