diff options
| author | fukachan <fukachan> | 2004-10-06 09:07:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-10-06 09:07:32 +0000 |
| commit | c28f77a719294cd65401617304bc0a9d14544e97 (patch) | |
| tree | 42f66c78ea470857f342fe21afa8d4650dce7617 /fml/doc/ja/tutorial/customize | |
| parent | 3bc4bf9bd8f8c7ac269dc596a6813c1afc86578f (diff) | |
| download | fml8-c28f77a719294cd65401617304bc0a9d14544e97.tar.gz fml8-c28f77a719294cd65401617304bc0a9d14544e97.tar.bz2 fml8-c28f77a719294cd65401617304bc0a9d14544e97.zip | |
overhaul:
o clean up
o minor bug fixes
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
14 files changed, 58 insertions, 26 deletions
diff --git a/fml/doc/ja/tutorial/customize/autoreply.sgml b/fml/doc/ja/tutorial/customize/autoreply.sgml index 5e81e111..06f97866 100644 --- a/fml/doc/ja/tutorial/customize/autoreply.sgml +++ b/fml/doc/ja/tutorial/customize/autoreply.sgml @@ -1,7 +1,8 @@ <!-- - $FML: autoreply.sgml,v 1.2 2003/01/05 08:00:59 fukachan Exp $ + $FML: autoreply.sgml,v 1.3 2004/04/07 11:07:01 fukachan Exp $ --> + <sect1 id="config.autoreply"> <title> ケーススタディ: 自動ファイル送り返しサーバ diff --git a/fml/doc/ja/tutorial/customize/case_studies.sgml b/fml/doc/ja/tutorial/customize/case_studies.sgml index 16fdac37..5fecba0b 100644 --- a/fml/doc/ja/tutorial/customize/case_studies.sgml +++ b/fml/doc/ja/tutorial/customize/case_studies.sgml @@ -1,5 +1,5 @@ <!-- - $FML: case_studies.sgml,v 1.5 2003/11/29 07:29:12 fukachan Exp $ + $FML: case_studies.sgml,v 1.6 2004/04/07 11:07:01 fukachan Exp $ --> @@ -17,8 +17,8 @@ ヘッダ関連では、まず Subject: にタグをつけないことにしました。 <footnote> <para> -なお、この設定はデフォルトの site_default_config.cf に仕込まれているた -め、&fmldevel; のデフォルトです。 +なお、この設定はデフォルトの site_default_config.cf に仕込まれています。 +つまり &fml8; のデフォルトです。 </para> </footnote> ことにした。 @@ -38,6 +38,7 @@ outgoing_mail_header_x_ml_name = office#$ml_name <para> 記事は誰でも投稿可能としましょう。 +ここでは root さんからのシステムメールなども許しています。 <screen> article_post_restrictions = permit_anyone </screen> diff --git a/fml/doc/ja/tutorial/customize/chapter.command.sgml b/fml/doc/ja/tutorial/customize/chapter.command.sgml index 071dbe56..ea0d974a 100644 --- a/fml/doc/ja/tutorial/customize/chapter.command.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.command.sgml @@ -1,7 +1,8 @@ <!-- - $FML: chapter.command.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $ + $FML: chapter.command.sgml,v 1.2 2004/04/07 11:07:02 fukachan Exp $ --> + <chapter id="customize.command"> <title> コマンドの拡張 diff --git a/fml/doc/ja/tutorial/customize/chapter.config.sgml b/fml/doc/ja/tutorial/customize/chapter.config.sgml index 7a671d7d..ee5163b4 100644 --- a/fml/doc/ja/tutorial/customize/chapter.config.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.config.sgml @@ -1,7 +1,8 @@ <!-- - $FML: chapter.config.sgml,v 1.3 2003/04/15 14:51:36 fukachan Exp $ + $FML: chapter.config.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ --> + <chapter id="config"> <title> 設定ファイルを変更する @@ -14,7 +15,7 @@ </title> <para> -/usr/local/etc/fml/site_default_config.cf に書いて下さい。 +設定を /usr/local/etc/fml/site_default_config.cf に書いて下さい。 フォーマットは .cf 形式、つまり config.cf と同様です。 </para> diff --git a/fml/doc/ja/tutorial/customize/chapter.header.sgml b/fml/doc/ja/tutorial/customize/chapter.header.sgml index 8f232d1e..0881a3d5 100644 --- a/fml/doc/ja/tutorial/customize/chapter.header.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.header.sgml @@ -1,12 +1,14 @@ <!-- - $FML: chapter.header.sgml,v 1.3 2003/04/15 14:51:36 fukachan Exp $ + $FML: chapter.header.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ --> + <chapter id="customize.header"> <title> ヘッダの書き換え </title> + <para> ヘッダ情報は FML::Header クラスのオブジェクトに収納されています。 なお FML::Header は Mail::Header を継承しているので、 diff --git a/fml/doc/ja/tutorial/customize/chapter.message.sgml b/fml/doc/ja/tutorial/customize/chapter.message.sgml index 3a52f09c..9e188ee1 100644 --- a/fml/doc/ja/tutorial/customize/chapter.message.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.message.sgml @@ -1,7 +1,8 @@ <!-- - $FML: chapter.message.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $ + $FML: chapter.message.sgml,v 1.2 2003/04/15 14:51:36 fukachan Exp $ --> + <chapter id="customize.message"> <title> メッセージの拡張 diff --git a/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml b/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml index ecf635de..55193d23 100644 --- a/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml @@ -1,6 +1,8 @@ <!-- - $FML: chapter.ml_style.sgml,v 1.3 2002/07/29 12:16:18 fukachan Exp $ + $FML: chapter.ml_style.sgml,v 1.4 2003/02/16 13:07:15 fukachan Exp $ --> + + <chapter id="cuctomize"> <title> カスタマイズの事例 diff --git a/fml/doc/ja/tutorial/customize/command_permit_anyone.sgml b/fml/doc/ja/tutorial/customize/command_permit_anyone.sgml index 8e7e06eb..682dabe2 100644 --- a/fml/doc/ja/tutorial/customize/command_permit_anyone.sgml +++ b/fml/doc/ja/tutorial/customize/command_permit_anyone.sgml @@ -1,7 +1,8 @@ <!-- - $FML: command_permit_anyone.sgml,v 1.2 2003/01/05 08:00:59 fukachan Exp $ + $FML: command_permit_anyone.sgml,v 1.3 2004/04/07 11:07:02 fukachan Exp $ --> + <sect1 id="config.command.permitanyone"> <title> ケーススタディ: 誰でもコマンドメールが使える diff --git a/fml/doc/ja/tutorial/customize/command_rejectall.sgml b/fml/doc/ja/tutorial/customize/command_rejectall.sgml index 7ed54944..7975c881 100644 --- a/fml/doc/ja/tutorial/customize/command_rejectall.sgml +++ b/fml/doc/ja/tutorial/customize/command_rejectall.sgml @@ -1,15 +1,21 @@ <!-- - $FML: command_rejectall.sgml,v 1.3 2003/04/15 14:51:36 fukachan Exp $ + $FML: command_rejectall.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ --> + <sect1 id="config.command.rejectall"> <title> - ケーススタディ: コマンドを誰も使えないようにする + ケーススタディ: コマンドメールを誰も使えないようにする </title> <para> -コマンドプロセスが起動しても、即効で終了するようにすることができます。 -これが(aliases を編集することをのぞけば)一番確実な方法です。 +とうぜん、aliases を編集して、該当する行を削除するのが一番確実です。 +それ以外の方法としては、次のようなものが考えられます。 +</para> + +<para> +コマンドメールのプロセスが起動しても、即効で終了するようにすることがで +きます。これが(aliases を編集することをのぞけば)一番確実な方法です。 <screen> use_command_mail_function = no </screen> diff --git a/fml/doc/ja/tutorial/customize/filter.sgml b/fml/doc/ja/tutorial/customize/filter.sgml index 620fea88..99a3d77e 100644 --- a/fml/doc/ja/tutorial/customize/filter.sgml +++ b/fml/doc/ja/tutorial/customize/filter.sgml @@ -1,7 +1,8 @@ <!-- - $FML: filter.sgml,v 1.2 2003/04/13 04:36:11 fukachan Exp $ + $FML: filter.sgml,v 1.3 2004/05/19 13:17:59 fukachan Exp $ --> + <chapter> <title> フィルタ diff --git a/fml/doc/ja/tutorial/customize/mailmagazine.sgml b/fml/doc/ja/tutorial/customize/mailmagazine.sgml index 9f730204..7f231bfd 100644 --- a/fml/doc/ja/tutorial/customize/mailmagazine.sgml +++ b/fml/doc/ja/tutorial/customize/mailmagazine.sgml @@ -1,5 +1,5 @@ <!-- - $FML: mailmagazine.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ + $FML: mailmagazine.sgml,v 1.5 2004/06/23 15:07:16 fukachan Exp $ --> @@ -9,6 +9,19 @@ </title> +<warning> +<para> +ここではメールヘッダによる認証しか取り上げていませんが、 +安全のため、もっともっと厳しい設定をするべきです。 +</para> + +<para> +たとえば、そもそもインターネット側に SMTP インターフェイスがないような +サーバの設定、およびサーバの設置場所の選定などを行なうべきです。 +</para> +</warning> + + <para> メールマガジンは投稿可能なメンバーリストをカスタマイズすることで行なえ ます。 @@ -93,6 +106,8 @@ smtp_servers = 127.0.0.1:2025 % fml -o smtp_servers=127.0.0.1:25 ML名 flushq </screen> +ちなみに flush と flushq コマンドは同じ意味です。 +flushq が打ちづらいので flush コマンドも作ってみました。 </para> </sect1> diff --git a/fml/doc/ja/tutorial/customize/post_permit_anyone.sgml b/fml/doc/ja/tutorial/customize/post_permit_anyone.sgml index 9992e3e4..0d33ce44 100644 --- a/fml/doc/ja/tutorial/customize/post_permit_anyone.sgml +++ b/fml/doc/ja/tutorial/customize/post_permit_anyone.sgml @@ -1,18 +1,19 @@ <!-- - $FML: post_permit_anyone.sgml,v 1.4 2003/11/30 10:01:13 fukachan Exp $ + $FML: post_permit_anyone.sgml,v 1.5 2004/04/07 11:07:02 fukachan Exp $ --> + <sect1 id="config.post.permitanyone"> <title> ケーススタディ: 誰でも投稿可能なML </title> <para> +article_post_restrictions は記事の投稿を許すメンバーを定義しています。 +これを permit_anyone とすると、だれでも投稿可能になります。 <screen> article_post_restrictions = permit_anyone </screen> -article_post_restrictions は記事の投稿を許すメンバーを定義しています。 -これを permit_anyone とすると、だれでも投稿可能になります。 </para> <para> diff --git a/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml b/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml index 10ccee02..ca521a06 100644 --- a/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml +++ b/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipe.filter.notice.sgml,v 1.2 2003/04/15 14:51:37 fukachan Exp $ + $FML: recipe.filter.notice.sgml,v 1.3 2004/04/07 11:07:02 fukachan Exp $ --> @@ -20,7 +20,7 @@ use_article_filter_reject_notice = yes article_filter_reject_notice_recipient = maintainer sender </screen> となっています。 -つまり、エラーメールを返し、返す先はMLの管理者です。 +つまり、エラーメールを返し、返す先はMLの管理者と送信者の両方です。 </para> diff --git a/fml/doc/ja/tutorial/customize/recipe.filter.spamassassin.sgml b/fml/doc/ja/tutorial/customize/recipe.filter.spamassassin.sgml index 39f64181..7242c250 100644 --- a/fml/doc/ja/tutorial/customize/recipe.filter.spamassassin.sgml +++ b/fml/doc/ja/tutorial/customize/recipe.filter.spamassassin.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipe.filter.spamassassin.sgml,v 1.1 2004/05/19 13:18:00 fukachan Exp $ + $FML: recipe.filter.spamassassin.sgml,v 1.2 2004/05/20 12:34:26 fukachan Exp $ --> @@ -7,7 +7,7 @@ <question> <para> -spamassassin で SPAM メールを無視する。 +spamassassin で SPAM メールを無視する (HOOK を使った例)。 </para> </question> @@ -74,8 +74,7 @@ $distribute_verify_request_end_hook = q{ </para> <para> -ちょっとトリッキーだが、動作はする。 -そのうち、もうちょっと変えるつもりでつ。 +ちょっとトリッキーですが、動きます。 </para> </answer> |
