summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/fmladdr.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 04:29:12 +0000
committerfukachan <fukachan>2003-07-26 04:29:12 +0000
commit0f8a45b45d759f9e192b8ea3e0865ef31e697b78 (patch)
tree804e45ffa87ecea0c174498629de1c3997587284 /fml/doc/en/tutorial/usage/fmladdr.sgml
parentf1246849a7356ec80778a8a983ab81dc7b5c26e5 (diff)
downloadfml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.gz
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.bz2
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.zip
translated
Diffstat (limited to 'fml/doc/en/tutorial/usage/fmladdr.sgml')
-rw-r--r--fml/doc/en/tutorial/usage/fmladdr.sgml34
1 files changed, 34 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/usage/fmladdr.sgml b/fml/doc/en/tutorial/usage/fmladdr.sgml
new file mode 100644
index 00000000..1a7eecee
--- /dev/null
+++ b/fml/doc/en/tutorial/usage/fmladdr.sgml
@@ -0,0 +1,34 @@
+<!--
+ $FML$
+ $jaFML: fmladdr.sgml,v 1.1 2002/11/09 14:16:19 fukachan Exp $
+-->
+
+<sect1 id="usage.fmladdr">
+ <title>
+ show all valid addresses (users and aliases)
+ </title>
+
+<para>
+fmladdr (/usr/local/bin/fmladdr)
+lists up all users on this host.
+It shows users defined in /etc/passwd and aliases defined in postfix.
+</para>
+
+<para>
+<screen>
+% fmladdr
+</screen>
+</para>
+
+<para>
+<warning>
+<para>
+The difference between fmladdr and fmlalias is whether
+it contais users defined at /etc/passwd or not.
+fmladdr contains it but fmlalias not.
+fmlalias lists up users defined at aliases.
+</para>
+</warning>
+</para>
+
+</sect1>