blob: e64bd4575a25742b61b3255c2208894c50dfb9d3 (
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
|
<!--
$FML: recipe.version.sgml,v 1.3 2005/09/18 13:55:56 fukachan Exp $
$jaFML: recipe.version.sgml,v 1.4 2003/04/15 14:51:45 fukachan Exp $
-->
<qandaentry>
<question>
<para>
I want to know fml version.
</para>
</question>
<answer>
<para>
<screen>
[Example: in the case of "test" ML]
% fmlconf test fml_version
fml_version = fml-devel current-20021029
</screen>
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Check Postfix version.
</para>
</question>
<answer>
<para>
<screen>
% postconf mail_version
</screen>
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Check Sendmail version.
</para>
</question>
<answer>
<para>
<screen>
% echo '$v' | sendmail -bt
</screen>
</para>
</answer>
</qandaentry>
|