blob: 290c9a03cc6c0a418365b93a7bb32a9f34a3f2cb (
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
|
<!--
$FML$
$jaFML: config.cf.sgml,v 1.3 2003/04/15 14:51:44 fukachan Exp $
-->
<sect1 id="setup.config.cf">
<title>
customize config.cf
</title>
<para>
In running "makefml newml", makefml sets up
configuration files such as config.cf,
include files for sendmail and postfix,
~fml/.qmail-* files.
<screen>
% su fml
% makefml newml elena
... snip ...
% ls /var/spool/ml/elena
config.cf include include-ctl include-error
... snip ...
</screen>
</para>
<para>
To customize one ML configuraiton,
edit config.cf.
</para>
<warning>
<para>
no menu tool to edit config.cf yet implemented.
</para>
</warning>
<para>
config.cf contains little definition.
For example,
/var/spool/ml/elena/include file follows:
<screen>
"| /usr/local/libexec/fml/distribute elena@fml.org"
</screen>
elena@fml.org in this argument determins
values of $ml_domain and $ml_name.
</para>
</sect1>
|