~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to doc/mailman-install/node34.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-24 19:30:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424193049-jy5fa9tus40tjbmn
Tags: 1:2.1.10-2
Apply upstream patch to fix regression in cmd_subscribe
so that email subscribe to the -subscribe or -join address or the
-request address with a bare 'subscribe' command results in the message
being shunted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="prev" href="node33.html" />
 
9
<link rel="parent" href="node31.html" />
 
10
<link rel="next" href="qmail-issues.html" />
 
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
12
<meta name='aesop' content='information' />
 
13
<title>6.3.3 Performance notes</title>
 
14
</head>
 
15
<body>
 
16
<div class="navigation">
 
17
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
 
18
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
19
<tr>
 
20
<td class='online-navigation'><a rel="prev" title="6.3.2 integrating Sendmail and"
 
21
  href="node33.html"><img src='previous.png'
 
22
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
23
<td class='online-navigation'><a rel="parent" title="6.3 using the Sendmail"
 
24
  href="node31.html"><img src='up.png'
 
25
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
26
<td class='online-navigation'><a rel="next" title="6.4 using the Qmail"
 
27
  href="qmail-issues.html"><img src='next.png'
 
28
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
29
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
30
<td class='online-navigation'><img src='blank.png'
 
31
  border='0' height='32'  alt='' width='32' /></td>
 
32
<td class='online-navigation'><img src='blank.png'
 
33
  border='0' height='32'  alt='' width='32' /></td>
 
34
<td class='online-navigation'><img src='blank.png'
 
35
  border='0' height='32'  alt='' width='32' /></td>
 
36
</tr></table>
 
37
<div class='online-navigation'>
 
38
<b class="navlabel">Previous:</b>
 
39
<a class="sectref" rel="prev" href="node33.html">6.3.2 Integrating Sendmail and</a>
 
40
<b class="navlabel">Up:</b>
 
41
<a class="sectref" rel="parent" href="node31.html">6.3 Using the Sendmail</a>
 
42
<b class="navlabel">Next:</b>
 
43
<a class="sectref" rel="next" href="qmail-issues.html">6.4 Using the Qmail</a>
 
44
</div>
 
45
<hr /></div>
 
46
</div>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<h3><a name="SECTION001633000000000000000">
 
50
6.3.3 Performance notes</a>
 
51
</h3>
 
52
 
 
53
<p>
 
54
One of the surest performance killers for Sendmail users is when Sendmail is
 
55
configured to synchronously verify the recipient's host via DNS.  If it does
 
56
this for messages posted to it from Mailman, you will get horrible
 
57
performance.  Since Mailman usually connects via <code>localhost</code>
 
58
(i.e. 127.0.0.1) to the SMTP port of Sendmail, you should be sure to configure
 
59
Sendmail to <strong>not</strong> do DNS verification synchronously for localhost
 
60
connections.
 
61
 
 
62
<p>
 
63
 
 
64
<div class="navigation">
 
65
<div class='online-navigation'>
 
66
<p></p><hr />
 
67
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
68
<tr>
 
69
<td class='online-navigation'><a rel="prev" title="6.3.2 integrating Sendmail and"
 
70
  href="node33.html"><img src='previous.png'
 
71
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
72
<td class='online-navigation'><a rel="parent" title="6.3 using the Sendmail"
 
73
  href="node31.html"><img src='up.png'
 
74
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
75
<td class='online-navigation'><a rel="next" title="6.4 using the Qmail"
 
76
  href="qmail-issues.html"><img src='next.png'
 
77
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
78
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
79
<td class='online-navigation'><img src='blank.png'
 
80
  border='0' height='32'  alt='' width='32' /></td>
 
81
<td class='online-navigation'><img src='blank.png'
 
82
  border='0' height='32'  alt='' width='32' /></td>
 
83
<td class='online-navigation'><img src='blank.png'
 
84
  border='0' height='32'  alt='' width='32' /></td>
 
85
</tr></table>
 
86
<div class='online-navigation'>
 
87
<b class="navlabel">Previous:</b>
 
88
<a class="sectref" rel="prev" href="node33.html">6.3.2 Integrating Sendmail and</a>
 
89
<b class="navlabel">Up:</b>
 
90
<a class="sectref" rel="parent" href="node31.html">6.3 Using the Sendmail</a>
 
91
<b class="navlabel">Next:</b>
 
92
<a class="sectref" rel="next" href="qmail-issues.html">6.4 Using the Qmail</a>
 
93
</div>
 
94
</div>
 
95
<hr />
 
96
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
97
</div>
 
98
<!--End of Navigation Panel-->
 
99
 
 
100
</body>
 
101
</html>