diff options
author | 2017-07-10 15:42:46 +0000 | |
---|---|---|
committer | 2017-07-10 15:42:46 +0000 | |
commit | c177a94fa8e54fe3f098f16abb7888c3674e08d5 (patch) | |
tree | 2436c89aae977fce33065294ef79f257ab221fc1 | |
parent | Use ioctlfd/routefd sockets rather than rolling one's own (diff) | |
download | wireguard-openbsd-c177a94fa8e54fe3f098f16abb7888c3674e08d5.tar.xz wireguard-openbsd-c177a94fa8e54fe3f098f16abb7888c3674e08d5.zip |
Switch sample path for black/whitelist files from /var/mail (which is meant to
be for mailboxes) to /etc/mail. Fritjof Bornebusch reported that security(8)
complains about files in /var/mail and suggested a subdirectory, but /etc
seems a better idea all-round, and matches hier(7). ok jmc@
-rw-r--r-- | share/man/man5/spamd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/spamd.conf.5 b/share/man/man5/spamd.conf.5 index 8074d43fbfb..ecb32f8f03f 100644 --- a/share/man/man5/spamd.conf.5 +++ b/share/man/man5/spamd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.conf.5,v 1.19 2017/03/16 15:09:32 jmc Exp $ +.\" $OpenBSD: spamd.conf.5,v 1.20 2017/07/10 15:42:46 sthen Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" Copyright (c) 2003 Bob Beck @@ -24,7 +24,7 @@ .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 16 2017 $ +.Dd $Mdocdate: July 10 2017 $ .Dt SPAMD.CONF 5 .Os .Sh NAME @@ -65,13 +65,13 @@ nixspam:\e override:\e :white:\e :method=file:\e - :file=/var/mail/override.txt: + :file=/etc/mail/override.txt: myblack:\e :black:\e - :msg=/var/mail/myblackmsg.txt:\e + :msg=/etc/mail/myblackmsg.txt:\e :method=file:\e - :file=/var/mail/myblack.txt: + :file=/etc/mail/myblack.txt: .Ed .Pp The default configuration file must include the entry |