retire this older version of forward(5) to the attic
authorjmc <jmc@openbsd.org>
Thu, 5 Sep 2024 06:30:52 +0000 (06:30 +0000)
committerjmc <jmc@openbsd.org>
Thu, 5 Sep 2024 06:30:52 +0000 (06:30 +0000)
(whilst retaining the smtpd copy);

ok op gilles

share/man/man5/forward.5 [deleted file]

diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5
deleted file mode 100644 (file)
index 1f3a06c..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\"    $OpenBSD: forward.5,v 1.11 2015/12/28 23:30:59 mmcc Exp $
-.\"
-.\"    Copyright (c) 2001 Marco S. Hyman
-.\"
-.\"    Permission to copy all or part of this material with or without
-.\"    modification for any purpose is granted provided that the above
-.\"    copyright notice and this paragraph are duplicated in all copies.
-.\"
-.\"    THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-.\"    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-.\"    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.\"
-.Dd $Mdocdate: December 28 2015 $
-.Dt FORWARD 5
-.Os
-.Sh NAME
-.Nm forward
-.Nd email forwarding information file
-.Sh DESCRIPTION
-Users may put a file named
-.Pa .forward
-in their home directory.
-If this file exists,
-.Xr sendmail 8
-(and sendmail-like mailers) will redirect mail for the user to the list of
-addresses found in the
-.Pa .forward
-file.
-.Pp
-A
-.Pa .forward
-file contains one or more lines where each line is an email address
-or the name of a private incoming mailer where incoming mail will be
-forwarded.
-Multiple entries may be specified on one line, comma separated.
-Additionally, a copy of all mail may be retained
-on the local machine using a
-.Dq \euser
-entry.
-.Pp
-.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.
-.Sh FILES
-.Bl -tag -width $HOME/.forward -compact
-.It Pa $HOME/.forward
-email forwarding information
-.El
-.Sh EXAMPLES
-.Bd -literal -offset indent
-# lines with # in the first column are ignored
-# empty lines are ignored
-# #@# with whitespace on both sides may be used to start a comment
-
-foo@bar.baz.com, \euser                        #@# is a comment anywhere
-"| /usr/local/libexec/slocal -user foo"
-.Ed
-.Sh SEE ALSO
-.Xr aliases 5 ,
-.Xr sendmail 8
-.Pp
-.Lk http://www.sendmail.org/