~mailman-coders/mailman/2.1

1025.1.3 by Barry Warsaw
Because the admin directory is no longer included, the www directory isn't
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html>
3
<head>
4
<link rel="STYLESHEET" href="mailman-install.css" type='text/css' />
5
<link rel="first" href="mailman-install.html" title='GNU mailman - installation Manual' />
6
<link rel='last' href='about.html' title='About this document...' />
7
<link rel='help' href='about.html' title='About this document...' />
8
<link rel="next" href="node44.html" />
9
<link rel="prev" href="node42.html" />
10
<link rel="parent" href="front.html" />
11
<link rel="next" href="node44.html" />
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta name='aesop' content='information' />
14
<title>11 Check the hostname settings</title>
15
</head>
16
<body>
17
<div class="navigation">
18
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
19
<table align="center" width="100%" cellpadding="0" cellspacing="2">
20
<tr>
21
<td class='online-navigation'><a rel="prev" title="10 start the Mailman"
22
  href="node42.html"><img src='previous.png'
23
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
24
<td class='online-navigation'><a rel="parent" title="Front Matter"
25
  href="front.html"><img src='up.png'
26
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
27
<td class='online-navigation'><a rel="next" title="12 create the site"
28
  href="node44.html"><img src='next.png'
29
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
30
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
31
<td class='online-navigation'><img src='blank.png'
32
  border='0' height='32'  alt='' width='32' /></td>
33
<td class='online-navigation'><img src='blank.png'
34
  border='0' height='32'  alt='' width='32' /></td>
35
<td class='online-navigation'><img src='blank.png'
36
  border='0' height='32'  alt='' width='32' /></td>
37
</tr></table>
38
<div class='online-navigation'>
39
<b class="navlabel">Previous:</b>
40
<a class="sectref" rel="prev" href="node42.html">10 Start the Mailman</a>
41
<b class="navlabel">Up:</b>
42
<a class="sectref" rel="parent" href="front.html">Front Matter</a>
43
<b class="navlabel">Next:</b>
44
<a class="sectref" rel="next" href="node44.html">12 Create the site</a>
45
</div>
46
<hr /></div>
47
</div>
48
<!--End of Navigation Panel-->
49
50
<h1><a name="SECTION0011100000000000000000">
51
11 Check the hostname settings</a>
52
</h1>
53
54
<p>
55
You should check the values for <var>DEFAULT_EMAIL_HOST</var> and
56
<var>DEFAULT_URL_HOST</var> in <span class="file">Defaults.py</span>.  Make any necessary changes in
57
the <span class="file">mm_cfg.py</span> file, <strong>not</strong> in the <span class="file">Defaults.py</span> file.  If you
58
change either of these two values, you'll want to add the following afterwards
59
in the <span class="file">mm_cfg.py</span> file:
60
61
<p>
62
<div class="verbatim"><pre>
63
    add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
64
</pre></div>
65
66
<p>
67
You will want to run the <b class="program">bin/fix_url.py</b> to change the domain of any
68
existing lists.
69
70
<p>
71
72
<div class="navigation">
73
<div class='online-navigation'>
74
<p></p><hr />
75
<table align="center" width="100%" cellpadding="0" cellspacing="2">
76
<tr>
77
<td class='online-navigation'><a rel="prev" title="10 start the Mailman"
78
  href="node42.html"><img src='previous.png'
79
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
80
<td class='online-navigation'><a rel="parent" title="Front Matter"
81
  href="front.html"><img src='up.png'
82
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
83
<td class='online-navigation'><a rel="next" title="12 create the site"
84
  href="node44.html"><img src='next.png'
85
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
86
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
87
<td class='online-navigation'><img src='blank.png'
88
  border='0' height='32'  alt='' width='32' /></td>
89
<td class='online-navigation'><img src='blank.png'
90
  border='0' height='32'  alt='' width='32' /></td>
91
<td class='online-navigation'><img src='blank.png'
92
  border='0' height='32'  alt='' width='32' /></td>
93
</tr></table>
94
<div class='online-navigation'>
95
<b class="navlabel">Previous:</b>
96
<a class="sectref" rel="prev" href="node42.html">10 Start the Mailman</a>
97
<b class="navlabel">Up:</b>
98
<a class="sectref" rel="parent" href="front.html">Front Matter</a>
99
<b class="navlabel">Next:</b>
100
<a class="sectref" rel="next" href="node44.html">12 Create the site</a>
101
</div>
102
</div>
103
<hr />
1670 by Mark Sapiro
Rebuilt docs.
104
<span class="release-info">Release 2.1, documentation updated on August 26, 2016.</span>
1025.1.3 by Barry Warsaw
Because the admin directory is no longer included, the www directory isn't
105
</div>
106
<!--End of Navigation Panel-->
107
108
</body>
109
</html>