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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
<!--
$FML$
-->
<qandaset>
<qandaentry>
<question>
<para>
I've removed ML accidentally.
Can I revive it ?
(CUI,CGI,admin command)
</para>
</question>
<answer>
<para>
If you have removed ML by running "makefml rmml", please use
<screen>
% makefml reviveml ML
</screen>
</para>
<para>
Same as CGI.
</para>
<para>
When you use admin command (remote administration),
you cannot use this operation.
</para>
<para>
If you have removed ML by running "rm -fr /var/spool/ml/elena",
you cannot revive it.
Please revive ML from back-up.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Add an address who can post (CUI,CGI,admin command)
</para>
</question>
<answer>
<para>
Usually run
<screen>
% makefml add ML ADDRESS
</screen>
</para>
<para>
If you post from both office and home but want to receive article at office,
it is better to add an address who can post but not receive.
It implies we should add the address to only member_maps.
</para>
<para>
On the mailing list server host, use makefml.
<screen>
% makefml addmember ML ADDRESS
</screen>
The following 4 commands are same function:
add2member
add2members
addmember
addmembers
</para>
<para>
When you use "admin command", as in same way.
<screen>
To: elena-ctl@fml.org
Subject:
admin pass PASSWORD
admin addmember ML ADDRESS
</screen>
</para>
<para>
CGI does not provide this function now.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Add an address who receive articles but not post.
</para>
</question>
<answer>
<para>
The usage of address, who cannot post but can receive articles,
is for such as
<link linkend="config.mailmagazine.1">
mail magazine
</link>
case.
</para>
<para>
n the mailing list server host, use makefml.
<screen>
% makefml addrecipient ML ADDRESS
</screen>
This ADDRESS is added to only recipient_maps.
The following 4 commands are same function:
add2recipient
add2recipients
addrecipient
addrecipients
</para>
<para>
The usage is same in "admin command".
<screen>
To: elena-ctl@fml.org
Subject:
admin pass PASSWORD
admin addrecipient ML ADDRESS
</screen>
</para>
<para>
CGI does not provide this function.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Change registered address.
</para>
</question>
<answer>
<para>
On the mailing list server host, use makefml.
<screen>
% makefml chaddr ML OLD-ADDRESS NEW-ADDRESS
</screen>
</para>
<para>
The usage is same in "admin command".
<screen>
To: elena-ctl@fml.org
Subject:
admin pass PASSWORD
admin chaddr ML OLD-ADDRESS NEW-ADDRESS
</screen>
</para>
<para>
"chaddr" command is available in using CGI.
</para>
</answer>
</qandaentry>
</qandaset>
|