summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/fmladdr.sgml
blob: c00e7a534b089036d81d36d9872a0427c46dc020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
   $FML: fmladdr.sgml,v 1.1 2003/07/26 04:29:13 fukachan Exp $
   $jaFML: fmladdr.sgml,v 1.1 2002/11/09 14:16:19 fukachan Exp $
-->

<sect1 id="usage.fmladdr">
	<title>
	Show Addresses (Users + 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 contains users defined at /etc/passwd or not.
"fmladdr" contains it but "fmlalias" not.
"fmlalias" lists up all users defined at aliases.
</para>
</warning>
</para>

</sect1>