summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize/command_permit_anyone.sgml
blob: f0f56b9ce5e2f00eef9ba803777357811c71fa20 (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
<!--
   $FML: command_permit_anyone.sgml,v 1.3 2005/09/24 13:53:41 fukachan Exp $
   $jaFML: command_permit_anyone.sgml,v 1.2 2003/01/05 08:00:59 fukachan Exp $
-->

<sect1 id="config.command.permitanyone">
	<title>
	Case Study: Anyonen Can Use Command Mail.
	</title>

<para>
$command_mail_restrictions defines who can use command mail.
By default user registerd as a poster can use command mail.
To enable that anyone can use command mail, set
<screen>
command_mail_restrictions = permit_anyone
</screen>
</para>

<sect2>
	<title>
	Recipes
	</title>

<qandaset>

<qandaentry>

<question>
<para>
Anyone can use command mail.
</para>
</question>

<answer>
<para>
<screen>
command_mail_restrictions = permit_anyone
</screen>
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Anyone except system accounts can use command mail.
</para>
</question>

<answer>
<para>
<screen>
command_mail_restrictions = reject_system_accounts
                            permit_anyone
</screen>
</para>
</answer>

</qandaentry>

<qandaentry>

<question>
<para>
nobody use command mail.
</para>
</question>

<answer>
<para>
<screen>
command_mail_restrictions = reject
</screen>
</para>

<para>
There are other methods to disable command mail.
See
<link linkend="config.command.rejectall">
<xref linkend="config.command.rejectall">
</link>
for more details.
</para>
</answer>

</qandaentry>

</qandaset>

</sect2>

</sect1>