diff options
Diffstat (limited to 'ja_JP.eucJP/man/man8/mail.local.8')
-rw-r--r-- | ja_JP.eucJP/man/man8/mail.local.8 | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/ja_JP.eucJP/man/man8/mail.local.8 b/ja_JP.eucJP/man/man8/mail.local.8 index 57f1a24a58..59cdd739d9 100644 --- a/ja_JP.eucJP/man/man8/mail.local.8 +++ b/ja_JP.eucJP/man/man8/mail.local.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. +.\" Copyright (c) 1998-2001, 2003 Sendmail, Inc. and its suppliers. .\" All rights reserved. .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -8,11 +8,11 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: mail.local.8,v 1.14 2002-11-18 06:17:44 horikawa Exp $ +.\" $Id: mail.local.8,v 1.15 2004-10-10 08:30:48 metal Exp $ .\" .\" $FreeBSD$ .\" -.TH MAIL.LOCAL 8 "$Date: 2002-11-18 06:17:44 $" +.TH MAIL.LOCAL 8 "$Date: 2004-10-10 08:30:48 $" .SH 名称 .B mail.local \- メールボックスにメールを格納する @@ -80,6 +80,29 @@ fsync(2) 入って来るメールを、システムのメールスプールディレクトリではなく、 ユーザホームディレクトリの \fIfilename\fR に格納します。 .PP +以下のオプションは +.B mail.local +が -DHASHSPOOL 付きでコンパイルされている場合にのみ指定可能です。 +.TP +.BI \-H " hashtypehashdepth" +ハッシュされたメールディレクトリを選択します。 +有効なハッシュの型は +ユーザ名の +.B u +と MD5 の +.B m +(-DHASHSPOOLMD5 を付けてコンパイルする必要があります) です。 +例: +.BI \-H " u2" +は、深さ 2 でのユーザ名でのハッシュを選択します。 +注: ハッシュの型と深さの間に空白があってはいけません。 +.TP +.BI \-p " path" +代わりのメールスプールのパスを指定します。 +.TP +.BI \-n +LMTP モードで受信者のアドレスのドメイン部分を削除しないように指定します。 +.PP メールボックスのなかの個々のメッセージは、 空行に続く ``From '' @@ -139,4 +162,4 @@ Version 7 AT&T UNIX から、 .B mail として現れました。 -.\" %FreeBSD: src/contrib/sendmail/mail.local/mail.local.8,v 1.12 2002/08/28 18:12:02 gshapiro Exp % +.\" %FreeBSD: src/contrib/sendmail/mail.local/mail.local.8,v 1.13 2004/08/01 01:16:15 gshapiro Exp % |