summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/fmladdr.sgml
blob: 1a7eeceec3b100229b41217c6b862e105970a81b (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
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>