summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/setup/qmail.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-04 08:30:48 +0000
committerfukachan <fukachan>2002-07-04 08:30:48 +0000
commita2e84ab664078913101d0e0e391116db29d3fa93 (patch)
treed2d1e7e43ba25f48809742f2f900eec78221dc7b /fml/doc/ja/tutorial/setup/qmail.sgml
parent6bac9e34eb186b956f02087c9c861e40661bb1df (diff)
downloadfml8-snap-20020704.tar.gz
fml8-snap-20020704.tar.bz2
fml8-snap-20020704.zip
setup/ section (e.g. newml)snap-20020704
Diffstat (limited to 'fml/doc/ja/tutorial/setup/qmail.sgml')
-rw-r--r--fml/doc/ja/tutorial/setup/qmail.sgml30
1 files changed, 30 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/setup/qmail.sgml b/fml/doc/ja/tutorial/setup/qmail.sgml
new file mode 100644
index 00000000..d46ceb90
--- /dev/null
+++ b/fml/doc/ja/tutorial/setup/qmail.sgml
@@ -0,0 +1,30 @@
+<sect1 id="setup.qmail.aliases">
+ <title>
+ メールサーバの設定 (qmail)
+ </title>
+
+<para>
+makefml newml は次のような qmail 用の設定ファイルを作ります。
+<screen>
+~/.qmail-fml:org-elena
+~/.qmail-fml:org-elena-ctl
+</screen>
+よって
+<screen>
+/var/qmail/control/virtualdomains
+</screen>
+に、あらかじめ次のような設定を仕込んでおけば、
+makefml newml を実行するだけで
+qmail でも自動的にMLが有効になります。
+<screen>
+fml.org:fml-fml.org
+</screen>
+</para>
+
+<warning>
+<para>
+この設定は、ML用に一つのドメインをまるまる使うことを前提としています。
+</para>
+</warning>
+
+</sect1>