blob: b395bcc074509131cad851d39a7aca89f8740768 (
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
|
Select ML (mailing list) and command (command) in the
left naviation bar and click $_arg_button_submit button.
<table>
<tr>
<td> adduser
<td> add address
</tr>
<tr>
<td> deluser
<td> remove address
</tr>
<tr>
<td> addadmin
<td> add a new remote administrator
</tr>
<tr>
<td> deladmin
<td> remove remote administrator
</tr>
<tr>
<td> list
<td> see address list
</tr>
<tr>
<td> log
<td> see log
</tr>
</table>
|