summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/install/qmail.sgml
blob: 664df7968861975024293b27f5234e4892c70647 (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
<!--
   $FML: qmail.sgml,v 1.2 2005/07/23 01:57:39 fukachan Exp $
   $jaFML: qmail.sgml,v 1.3 2003/04/15 14:51:39 fukachan Exp $
-->

<sect1 id="install.qmail">
	<title>
	MTA configuration (qmail)
	</title>

<warning>
<para>
&fmldevel; assumes that qmail configurations is always based on
/var/qmail/control/virtualdomains regardless of the default
domain or not.
</para>
</warning>

<para>
The template of /var/qmail/control/virtualdomains is created at
/var/spool/ml/etc/qmail by makefml.
</para>


<sect2>
	<title>
	The default domain (example: fml.org)
	</title>

<para>
It is good to prepare "ml.fml.org" domain for ml specific.
At 
<screen>
/var/qmail/control/virtualdomains
</screen>
specify the following rule
<screen>
ml.fml.org:fml-fml.org
</screen>
.
"makefml newml" can set up ~/.qmail-* automatically.
</para>

<para>
See 
<link linkend="setup.qmail.aliases">
the section on "makefml newml and qmail"
</link>
on how "makefml newml" creates ~/.qmail-* files.
</para>

</sect2>


<sect2>
	<title>
	virtual domain (example: nuinui.net)
	</title>

<para>
For "nuinui.net" virtual domain, not the default one, specify 
<screen>
nuinui.net:fml-nuinui.net
</screen>
at /var/qmail/control/virtualdomains.
It is same as in default domain case.
</para>

</sect2>


</sect1>