summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/setup/postfix.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/tutorial/setup/postfix.sgml')
-rw-r--r--fml/doc/ja/tutorial/setup/postfix.sgml56
1 files changed, 56 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/setup/postfix.sgml b/fml/doc/ja/tutorial/setup/postfix.sgml
new file mode 100644
index 00000000..7a068dcf
--- /dev/null
+++ b/fml/doc/ja/tutorial/setup/postfix.sgml
@@ -0,0 +1,56 @@
+<sect1 id="setup.postfix.aliases">
+ <title>
+ メールサーバの設定 (postfix)
+ </title>
+
+<important>
+<para>
+alias_maps が適切に設定されていれば、
+ML作成時にも特別な作業はありません。
+postfix の設定は自動的に更新されています。
+</para>
+</important>
+
+
+<para>
+makefml はシステムの aliases を変更することはありませんが、
+$ml_home_prefix/etc/mail/aliases
+への追加と aliases.db の更新が自動的に行なわれています。
+</para>
+
+
+<sect2>
+ <title>
+ 例: /var/spool/ml/etc/mail/aliases のフォーマット
+ </title>
+
+<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>
+
+</sect2>
+
+
+</sect1>