From 73df8ab29ddeccf5446197d195f3cdab4eeaabef Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 25 Nov 2001 03:52:12 +0000 Subject: how to procmail --- fml/doc/ja/tutorial/book.sgml | 3 +- fml/doc/ja/tutorial/include/chapters.ent | 3 +- fml/doc/ja/tutorial/usage/procmail.sgml | 58 ++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 fml/doc/ja/tutorial/usage/procmail.sgml (limited to 'fml/doc/ja/tutorial') diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index 926b7cdd..d269da31 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,7 +2,7 @@ This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above to generate various output formats. -$FML: book.sgml,v 1.23 2001/11/24 12:48:09 fukachan Exp $ +$FML: book.sgml,v 1.24 2001/11/25 00:29:42 fukachan Exp $ --> &chapter.threadtrack.usage; diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index 845afc80..090b8bd4 100644 --- a/fml/doc/ja/tutorial/include/chapters.ent +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ @@ -36,6 +36,7 @@ + diff --git a/fml/doc/ja/tutorial/usage/procmail.sgml b/fml/doc/ja/tutorial/usage/procmail.sgml new file mode 100644 index 00000000..81e887aa --- /dev/null +++ b/fml/doc/ja/tutorial/usage/procmail.sgml @@ -0,0 +1,58 @@ + + + + + 自分のアカウントでMLを行ないたい + + + +特定の(自分の)アカウントで、個人あてのメールもMLあてのメールも +処理する必要のある場合があります。 +例えば、ISP のバーチャルドメインサービスの中には +そういうサービスがあります。 +こういった場合、 +メールのヘッダの To: や Cc: を見て、 +適切に fml を実行する必要があります。 + + + + +こういった場合、 +fml 5.0 ではユーザが +procmail などの振分ツールを使うだろうと期待しています :-) + + + + + + procmail の例 + + + + +PATH=$HOME/bin:/usr/bin:/usr/ucb:/bin:/usr/local/bin:/usr/pkg/bin +MAILDIR=$HOME/Mail # You'd better make sure it exists +DEFAULT=$HOME/Mail/mbox +LOGFILE=$MAILDIR/procmail.log +LOCKFILE=$HOME/.lockmail +VERBOSE=on + +:0 +* To.*elena@fml.org +| /usr/local/libexec/fml/fml.pl /var/spool/ml/elena + +:0 +* To.*elena-ctl@fml.org +| /usr/local/libexec/fml/fml.pl /var/spool/ml/elena --ctladdr + +# last resort, mail for me et. al. +:0 +inbox/. + + + + + + -- cgit v1.2.1