summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/install/recipes.sgml
blob: 16b8b4b9063104cbcc527d55a04a880f7f768654 (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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!--
 $FML: recipes.sgml,v 1.1 2005/10/08 07:32:54 fukachan Exp $

   �桼�� fml �ʳ�(�㤨�м�ʬ)�� fml ��Ȥ�����
   current, stable, release �ɤ�����������ɤ���٤���
   ���󥹥ȡ���κݤ˥桼�� fml �ˤʤ륿���ߥ󥰤ϡ�
   �ɥ������ȴ���Υ��󥹥ȡ���򤷤���
   ���󥹥ȡ����� /usr/local/fml/doc ��ä�����
   �桼�� root �ǥ��󥹥ȡ��뤷����
   ���󥹥ȡ������ perl �Υѥ�����ꤷ����
   jperl �� fml ��Ȥ�����
   elena ML ���񤭤�����
   /var/spool/ml/etc/aliases �򥫥����ޥ���������
   �᡼�륵���Ф� Unix �Dz�Ư���� fml �� Windows 2000/NT4 ��ư��������
   ���å��򤻤��˾�񤭥��󥹥ȡ���򤷤���
    ML ������������

-->

<qandaset>


<qandaentry>

<question>
<para>
Can we use other user as fml process ?
</para>
</question>

<answer>
<para>
Run configure with --with-fml-owner option.
<screen>
configure --with-fml-owner=$USER
</screen>
</para>

<para>
Do not use your own account but use fml specific user for all fml processes.
</para>

<para>
Please use procmail et.al. if fml processes are kicked off by .forward
not aliases. See /var/spool/ml/etc/procmail/procmailrc for more
details on procmail usage.
</para>

</answer>

</qandaentry>


<qandaentry>

<question>
<para>
When should we change use to fml in installation ?
</para>
</question>

<answer>
<para>
In installation.
</para>

<para>
You can download source code and run configure by not user root
(e.g. user fml), but run "make install" by user root.
It may be better to run by user too always.
</para>

</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we install &fml8; without document.
</para>
</question>

<answer>
<para>
Yes by default.
&fml8; does not install document.
If you need documentation, please install ./SOURCE/Documentation/ into
/usr/local/share/doc/fml8/$FML_VERSION/.
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we specify per path in installation ?
</para>
</question>

<answer>
<para>
No directly. Run configure with proper environment variable PATH.
<screen>
% env PATH=/some/where/:$PATH sh configure
</screen>
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we use jperl ?
</para>
</question>

<answer>
<para>
Unknown.
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we overwrite elena ML ?
</para>
</question>

<answer>
<para>
Run "makefml newml" with --force option.
<screen>
% makefml --force newml elena
</screen>
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we edit alias files under /var/spool/ml/etc ?
</para>
</question>

<answer>
<para>
Yes but please control them by yourself. These files are controlled by
makefml/fml scripts. These scripts edit them. If the ML is removed,
the corresponding entries are removed and cannot be back.
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we use &fml8; on Windows 2000/NT4 but MTA on Unix server ?
</para>
</question>

<answer>
<para>
Caution: not tested.
</para>

<para>
It can be. Run fetchfml on Windows 2000 or NT4 and run MTA on Unix.
</para>
</answer>

</qandaentry>


<qandaentry>

<question>
<para>
Can we initialize ML ?
</para>
</question>

<answer>
<para>
It is easy to run rmml once and newml again.
<screen>
% makefml rmml elena
% makefml newml elena
</screen>
</para>
</answer>

</qandaentry>



</qandaset>