summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/usage/fmladdr.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-11-09 14:16:18 +0000
committerfukachan <fukachan>2002-11-09 14:16:18 +0000
commit4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526 (patch)
tree16066f8d76fcf928977488ea3ba7ef9f4f4d1675 /fml/doc/ja/tutorial/usage/fmladdr.sgml
parentf0bea82f619cb8ee16e340824f51d3440427711b (diff)
downloadfml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.tar.gz
fml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.tar.bz2
fml8-4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526.zip
add usage of fmladdr and fmlalias
Diffstat (limited to 'fml/doc/ja/tutorial/usage/fmladdr.sgml')
-rw-r--r--fml/doc/ja/tutorial/usage/fmladdr.sgml34
1 files changed, 34 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/usage/fmladdr.sgml b/fml/doc/ja/tutorial/usage/fmladdr.sgml
new file mode 100644
index 00000000..cdf4b36e
--- /dev/null
+++ b/fml/doc/ja/tutorial/usage/fmladdr.sgml
@@ -0,0 +1,34 @@
+<!--
+ $FML: fmladdr.sgml,v 1.4 2002/07/28 06:26:58 fukachan Exp $
+-->
+
+<sect1 id="usage.fmladdr">
+ <title>
+ 設定を表示する (fmladdr コマンド)
+ </title>
+
+<para>
+fmladdr (/usr/local/bin/fmladdr)
+はそのホストで定義されている全てのアドレス(のユーザパート)を表示します。
+正確には、/etc/passwd で定義されているユーザと、postfix で定義されてい
+る alias の全てを表示します。
+</para>
+
+<para>
+<screen>
+% fmladdr
+</screen>
+</para>
+
+<para>
+<warning>
+<para>
+fmladdr と fmlalias の違いは、一覧に
+ユーザ( /etc/passwd で定義されているもの )を含むか否か?という点です。
+fmladdr は含みます、fmlalias は含みません。
+fmlalias は純粋に alias 群を表示します。
+</para>
+</warning>
+</para>
+
+</sect1>