blob: 3d4158811cb70ffbd562fcaa5ae0549d2f1b637f (
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<!--
$FML$
$jaFML: newml.sgml,v 1.3 2003/04/15 14:51:44 fukachan Exp $
-->
<chapter id="setup.newml">
<title>
Create ML on UNIX
</title>
<sect1>
<title>
run "makefml newml" to create an ML
</title>
<para>
To create an ML, use "makefml" command (CUI).
<screen>
% su fml
% makefml newml elena
</screen>
</para>
<para>
"makefml newml" processes the following steps.
<itemizedlist>
<listitem>
<para>
create files such as
<screen>
config.cf
include
include-ctl
</screen>
at /var/spool/ml/elena.
The domai name et.al. in these files is replaced to proper value.
</para>
</listitem>
<listitem>
<para>
add elena ML entry into /var/spool/ml/etc/mail/aliases.
run postalias to rebuild /var/spool/ml/etc/mail/aliases.db.
</para>
</listitem>
<listitem>
<para>
create ~fml/.qmail-* files for qmail.
</para>
</listitem>
<listitem>
<para>
update procmailrc as a sample.
</para>
</listitem>
<listitem>
<para>
create samples for each MTA.
</para>
</listitem>
<listitem>
<para>
prepare the directory
<screen>
~fml/public_html/fml/mlarchive/$domain/$ml/
</screen>
for html archive.
For example, for elena@fml.org
<screen>
~fml/public_html/fml/mlarchive/fml.org/elena/
</screen>
is creatd.
HTML archive of ML articles is created by default.
</para>
</listitem>
<listitem>
<para>
prepare CGI (GUI). set up
<screen>
~fml/public_html/cgi-bin/fml/$domain/admin/config.cgi
</screen>
for the master cgi, instead cgi to control one ML $ml@$domain
is set up at
<screen>
~fml/public_html/cgi-bin/fml/$domain/ml-admin/$ml/config.cgi
</screen>
</para>
</listitem>
</itemizedlist>
</para>
</sect1>
<!-- MTA config -->
§.setup.postfix;
§.setup.qmail;
<!-- each ML config -->
§.setup.config.cf;
</chapter>
|