diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2012-09-12 18:30:39 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2012-09-12 18:30:39 +0000 |
commit | df36611ae68e2fc66cf88f056a2d6fd209383409 (patch) | |
tree | ec21be5f4bd8e32b22c6319a716042e17f4c8947 | |
parent | 415983bbc90d73ecebd510446e4461ac027ea005 (diff) |
- reword paragraph on ~/.forward permissions
-rw-r--r-- | usr.sbin/smtpd/forward.5 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/forward.5 b/usr.sbin/smtpd/forward.5 index 3958ff64566..b44a8f68179 100644 --- a/usr.sbin/smtpd/forward.5 +++ b/usr.sbin/smtpd/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.1 2012/09/12 17:53:32 gilles Exp $ +.\" $OpenBSD: forward.5,v 1.2 2012/09/12 18:30:38 gilles Exp $ .\" .\" Copyright (c) 2012 Gilles Chehade <gilles@openbsd.org> .\" @@ -40,12 +40,11 @@ file inclusion and it performs expansion under the user ID of the .Pa .forward file owner. .Pp +Permissions on the .Pa .forward -files must not be group or world writable. -The user's home directory should not be group writable. -The -.Pa .forward -file must be owned by and readable by the indicated user. +file are very strict and expansion will be rejected if file is +group or world-writable, if home directory is group writeable, +or if file is not owned by the user. .Sh FILES .Bl -tag -width $HOME/.forward -compact .It Pa $HOME/.forward |