diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-05 13:51:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-05 13:51:40 +0000 |
commit | d8088a0162e715e6f9879bfc5ce8d54ff91f4d14 (patch) | |
tree | 26a6fdad4d1f9be7eafbf2987646cae4c4cdedc1 /etc | |
parent | 13fdc7596b96fdc9f809310ebaa26404a2998d11 (diff) |
- comment out relaydb entry, since it is not available by default
- add a `method' capability to the whitelist example
ok beck@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spamd.conf | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/etc/spamd.conf b/etc/spamd.conf index 41be5c219f8..b25995f30e0 100644 --- a/etc/spamd.conf +++ b/etc/spamd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: spamd.conf,v 1.13 2005/05/11 20:27:58 jmc Exp $ +# $OpenBSD: spamd.conf,v 1.14 2005/06/05 13:51:39 jmc Exp $ # # spamd config file, read by spamd-setup(8) for spamd(8) # @@ -71,15 +71,16 @@ korea:\ # #whitelist:\ # :white:\ +# :method=file:\ # :file=/var/mail/whitelist.txt: -relaydb-black:\ - :black:\ - :msg="SPAM. Your address %A is in my relaydb list.":\ - :method=exec:\ - :file=relaydb -4lb: +#relaydb-black:\ +# :black:\ +# :msg="SPAM. Your address %A is in my relaydb list.":\ +# :method=exec:\ +# :file=relaydb -4lb: -relaydb-white:\ - :white:\ - :method=exec:\ - :file=relaydb -4lw: +#relaydb-white:\ +# :white:\ +# :method=exec:\ +# :file=relaydb -4lw: |