diff options
| author | fukachan <fukachan> | 2002-02-26 14:15:28 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-26 14:15:28 +0000 |
| commit | a7f2469eebd57e71281ebf28f78998ce6a9de9e8 (patch) | |
| tree | e76a6d5cf58f655511ae6730551576dcc099e052 | |
| parent | afe6a25cb6ee2109810642df0aaef6544cf3fa23 (diff) | |
| download | fml8-a7f2469eebd57e71281ebf28f78998ce6a9de9e8.tar.gz fml8-a7f2469eebd57e71281ebf28f78998ce6a9de9e8.tar.bz2 fml8-a7f2469eebd57e71281ebf28f78998ce6a9de9e8.zip | |
alias installation
| -rw-r--r-- | fml/doc/ja/tutorial/overview/chapter.sgml | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/overview/chapter.sgml b/fml/doc/ja/tutorial/overview/chapter.sgml index 8fd1fd2c..15976ba2 100644 --- a/fml/doc/ja/tutorial/overview/chapter.sgml +++ b/fml/doc/ja/tutorial/overview/chapter.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.sgml,v 1.6 2001/11/24 03:22:56 fukachan Exp $ + $FML: chapter.sgml,v 1.7 2002/02/04 00:03:57 fukachan Exp $ --> <chapter id="overview"> @@ -216,8 +216,46 @@ aliases はまだ makefml が生成していません もうちょっと待って〜)。 </para> -</sect1> +<para> +aliases のエントリは +$ml_home_prefix/etc/mail/aliases +に追加されます。 +<screen> +### BEGIN-elena@fml.org-ML-aliases ### + +# address for post +elena: :include:/var/spool/ml/elena/include +owner-elena: fukachan + +# address for command +elena-ctl: :include:/var/spool/ml/elena/include-ctl +owner-elena-ctl: fukachan + +# maintainer +elena-request: elena-admin +elena-admin: fukachan + +### END-elena@fml.org-ML-aliases ### +</screen> +バーチャルドメインの場合、 +$ml_home_prefix の部分は +$virtual_maps にしたがって自動的に変化します。 +</para> + +<!-- + + 案1 + /etc/fml/ドメイン名/aliases + + 案2 (prefix は virtual_maps でドメインごとに定義されているの + で一意に定まる) + /var/spool/ml/etc/mail/aliases + +--> + + +</sect1> <sect1 id="guide.config.cf"> |
