summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
blob: 78b22e6c207c6641db425f0a5e11c5e9dca6cbda (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!--
 $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:03 fukachan Exp $
-->

<qandaentry>
<question>
<para>
List up pre-defined addresses on this host.
</para>
</question>

<answer>

<para>
"fmladdr" command lists up users defined at both /etc/passwd and
aliases. 
<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 only users defined at aliases.
</para>
</warning>
</para>

</answer>
</qandaentry>


<qandaentry>
<question>
<para>
List up defined aliases on this host
</para>
</question>

<answer>

<para>
Run "fmlalias". It shows all addresses defined in aliases files.
<screen>
% fmlalias
</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 only users defined at aliases.
</para>
</warning>
</para>

</answer>
</qandaentry>


<qandaentry>

<question>
<para>
List up all ML addresses containing the specific member address.
</para>
</question>

<answer>
<para>
For each ML, run the following command:
<screen>
% fml ML list |grep ADDRESS
</screen>
</para>
</answer>

</qandaentry>