1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
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>
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">
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>
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>
48
<!--End of Navigation Panel-->
50
<h3><a name="SECTION001628000000000000000">
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>.
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
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.
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.
91
<div class="navigation">
92
<div class='online-navigation'>
94
<table align="center" width="100%" cellpadding="0" cellspacing="2">
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>
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>
123
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
125
<!--End of Navigation Panel-->