Deleted Added
full compact
mail.local.8 (102533) mail.local.8 (132946)
1.\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
1.\" Copyright (c) 1998-2001, 2003 Sendmail, Inc. and its suppliers.
2.\" All rights reserved.
3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" By using this file, you agree to the terms and conditions set
7.\" forth in the LICENSE file which can be found at the top level of
8.\" the sendmail distribution.
9.\"
10.\"
2.\" All rights reserved.
3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" By using this file, you agree to the terms and conditions set
7.\" forth in the LICENSE file which can be found at the top level of
8.\" the sendmail distribution.
9.\"
10.\"
11.\" $Id: mail.local.8,v 8.23 2001/04/05 23:27:35 gshapiro Exp $
11.\" $Id: mail.local.8,v 8.25 2003/10/20 20:26:51 ca Exp $
12.\"
12.\"
13.TH MAIL.LOCAL 8 "$Date: 2001/04/05 23:27:35 $"
13.TH MAIL.LOCAL 8 "$Date: 2003/10/20 20:26:51 $"
14.SH NAME
15mail.local
16\- store mail in a mailbox
17.SH SYNOPSIS
18.B mail.local
19.RB [ \-7 "] [" \-B "] [" \-b "] [" \-d "] [" \-D
20.IR mbdb ]
21.RB [ \-l "] [" \-s "] [" \-f

--- 50 unchanged lines hidden (view full) ---

72.BI \-r " from"
73Specify the sender's name (for backward compatibility).
74Same as \-f.
75.TP
76.BI \-h " filename"
77Store incoming mail in \fIfilename\fR in the user's home directory instead
78of a system mail spool directory.
79.PP
14.SH NAME
15mail.local
16\- store mail in a mailbox
17.SH SYNOPSIS
18.B mail.local
19.RB [ \-7 "] [" \-B "] [" \-b "] [" \-d "] [" \-D
20.IR mbdb ]
21.RB [ \-l "] [" \-s "] [" \-f

--- 50 unchanged lines hidden (view full) ---

72.BI \-r " from"
73Specify the sender's name (for backward compatibility).
74Same as \-f.
75.TP
76.BI \-h " filename"
77Store incoming mail in \fIfilename\fR in the user's home directory instead
78of a system mail spool directory.
79.PP
80The next options are only available if
81.B mail.local
82has been compiled with -DHASHSPOOL.
83.TP
84.BI \-H " hashtypehashdepth"
85Select hashed mail directories.
86Valid hash types are
87.B u
88for user name and
89.B m
90for MD5 (requires compilation with -DHASHSPOOLMD5).
91Example:
92.BI \-H " u2"
93selects user name hashing with a hash depth of 2.
94Note: there must be no space between the hash type and the depth.
95.TP
96.BI \-p " path"
97Specify an alternate mail spool path.
98.TP
99.BI \-n
100Specify that the domain part of recipient addresses in LMTP mode
101should not be stripped.
102.PP
80Individual mail messages in the mailbox are delimited by an empty
81line followed by a line beginning with the string ``From ''.
82A line containing the string ``From '', the sender's name and a time stamp
83is prepended to each delivered mail message.
84A blank line is appended to each message.
85A greater-than character (``>'') is prepended to any line in the message
86which could be mistaken for a ``From '' delimiter line
87(that is,

--- 45 unchanged lines hidden (view full) ---

133.SH HISTORY
134A superset of
135.B mail.local
136(handling mailbox reading as well as mail delivery)
137appeared in
138Version 7 AT&T UNIX
139as the program
140.BR mail .
103Individual mail messages in the mailbox are delimited by an empty
104line followed by a line beginning with the string ``From ''.
105A line containing the string ``From '', the sender's name and a time stamp
106is prepended to each delivered mail message.
107A blank line is appended to each message.
108A greater-than character (``>'') is prepended to any line in the message
109which could be mistaken for a ``From '' delimiter line
110(that is,

--- 45 unchanged lines hidden (view full) ---

156.SH HISTORY
157A superset of
158.B mail.local
159(handling mailbox reading as well as mail delivery)
160appeared in
161Version 7 AT&T UNIX
162as the program
163.BR mail .
141.\" $FreeBSD: head/contrib/sendmail/mail.local/mail.local.8 102533 2002-08-28 18:12:33Z gshapiro $
164.\" $FreeBSD: head/contrib/sendmail/mail.local/mail.local.8 132946 2004-08-01 01:16:16Z gshapiro $