~ubuntu-branches/debian/lenny/mailman/lenny

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-24 19:30:49 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • 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="next" href="node25.html" />
 
9
<link rel="prev" href="node23.html" />
 
10
<link rel="parent" href="node16.html" />
 
11
<link rel="next" href="node25.html" />
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
13
<meta name='aesop' content='information' />
 
14
<title>6.2.8 Problems</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="6.2.7 additional notes"
 
22
  href="node23.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="6.2 using the Exim"
 
25
  href="node16.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="6.2.9 receiver Verification"
 
28
  href="node25.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="node23.html">6.2.7 Additional notes</a>
 
41
<b class="navlabel">Up:</b>
 
42
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
 
43
<b class="navlabel">Next:</b>
 
44
<a class="sectref" rel="next" href="node25.html">6.2.9 Receiver Verification</a>
 
45
</div>
 
46
<hr /></div>
 
47
</div>
 
48
<!--End of Navigation Panel-->
 
49
 
 
50
<h3><a name="SECTION001628000000000000000">
 
51
6.2.8 Problems</a>
 
52
</h3>
 
53
 
 
54
<p>
 
55
 
 
56
<ul>
 
57
<li>Mailman will send as many <code>MAIL FROM</code>/<code>RCPT TO</code> as it needs.
 
58
      It may result in more than 10 or 100 messages sent in one connection,
 
59
      which will exceed the default value of Exim's
 
60
      <var>smtp_accept_queue_per_connection</var> value.  This is bad because it
 
61
      will cause Exim to switch into queue mode and severely delay delivery of
 
62
      your list messages.  The way to fix this is to set Mailman's
 
63
      <var>SMTP_MAX_SESSIONS_PER_CONNECTION</var> (in
 
64
      <span class="file"><var>$prefix</var>/Mailman/mm_cfg.py</span>) to a smaller value than Exim's
 
65
      <var>smtp_accept_queue_per_connection</var>.
 
66
 
 
67
<p>
 
68
</li>
 
69
<li>Mailman should ignore Exim delay warning messages, even though Exim
 
70
      should never send this to list messages.  Mailman 2.1's general bounce
 
71
      detection and VERP support should greatly improve the bounce detector's
 
72
      hit rates.
 
73
 
 
74
<p>
 
75
</li>
 
76
<li>List existence is determined by the existence of a <span class="file">config.pck</span>
 
77
      file for a list.  If you delete lists by foul means, be aware of this.
 
78
 
 
79
<p>
 
80
</li>
 
81
<li>If you are getting Exim or Mailman complaining about user ids when you
 
82
      send mail to a list, check that the <var>MAILMAN_USER</var> and
 
83
      <var>MAILMAN_GROUP</var> match those of Mailman itself (i.e. what were used
 
84
      in the <b class="program">configure</b> script).  Also make sure you do not have
 
85
      aliases in the main alias file for the list.
 
86
</li>
 
87
</ul>
 
88
 
 
89
<p>
 
90
 
 
91
<div class="navigation">
 
92
<div class='online-navigation'>
 
93
<p></p><hr />
 
94
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
95
<tr>
 
96
<td class='online-navigation'><a rel="prev" title="6.2.7 additional notes"
 
97
  href="node23.html"><img src='previous.png'
 
98
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
99
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
 
100
  href="node16.html"><img src='up.png'
 
101
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
102
<td class='online-navigation'><a rel="next" title="6.2.9 receiver Verification"
 
103
  href="node25.html"><img src='next.png'
 
104
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
105
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
106
<td class='online-navigation'><img src='blank.png'
 
107
  border='0' height='32'  alt='' width='32' /></td>
 
108
<td class='online-navigation'><img src='blank.png'
 
109
  border='0' height='32'  alt='' width='32' /></td>
 
110
<td class='online-navigation'><img src='blank.png'
 
111
  border='0' height='32'  alt='' width='32' /></td>
 
112
</tr></table>
 
113
<div class='online-navigation'>
 
114
<b class="navlabel">Previous:</b>
 
115
<a class="sectref" rel="prev" href="node23.html">6.2.7 Additional notes</a>
 
116
<b class="navlabel">Up:</b>
 
117
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
 
118
<b class="navlabel">Next:</b>
 
119
<a class="sectref" rel="next" href="node25.html">6.2.9 Receiver Verification</a>
 
120
</div>
 
121
</div>
 
122
<hr />
 
123
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
124
</div>
 
125
<!--End of Navigation Panel-->
 
126
 
 
127
</body>
 
128
</html>