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="node18.html" />
9
<link rel="prev" href="node16.html" />
10
<link rel="parent" href="node16.html" />
11
<link rel="next" href="node18.html" />
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta name='aesop' content='information' />
14
<title>6.2.1 Exim configuration</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 using the Exim"
22
href="node16.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.2 main configuration settings"
28
href="node18.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="node16.html">6.2 Using the Exim</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="node18.html">6.2.2 Main configuration settings</a>
48
<!--End of Navigation Panel-->
50
<h3><a name="SECTION001621000000000000000">
51
6.2.1 Exim configuration</a>
55
The Exim configuration is built so that a list created within Mailman
56
automatically appears to Exim without the need for defining any additional
60
The drawback of this configuration is that it will work poorly on systems
61
supporting lists in several different mail domains. While Mailman handles
62
virtual domains, it does not yet support having two distinct lists with the
63
same name in different virtual domains, using the same Mailman installation.
64
This will eventually change. (But see below for a variation on this scheme
65
that should accommodate virtual domains better.)
68
The configuration file excerpts below are for use in an already functional
69
Exim configuration, which accepts mail for the domain in which the list
70
resides. If this domain is separate from the others handled by your Exim
71
configuration, then you'll need to:
76
<li>add the list domain, ``my.list.domain'' to <var>local_domains</var>
80
<li>add a ``domains=my.list.domain'' option to the director (router) for the
85
<li>(optional) exclude that domain from your other directors (routers)
90
<div class="note"><b class="label">Note:</b>
92
The instructions in this document should work with either Exim 3 or Exim 4.
93
In Exim 3, you must have a <var>local_domains</var> configuration setting; in Exim
94
4, you most likely have a <var>local_domains</var> domainlist. If you don't, you
95
probably know what you're doing and can adjust accordingly. Similarly, in
96
Exim 4 the concept of ``directors'' has disappeared - there are only routers
97
now. So if you're using Exim 4, whenever this document says ``director'',
102
Whether you are using Exim 3 or Exim 4, you will need to add some macros to
103
the main section of your Exim config file. You will also need to define one
104
new transport. With Exim 3, you'll need to add a new director; with Exim 4, a
105
new router plays the same role.
108
Finally, the configuration supplied here should allow co-habiting Mailman 2.0
109
and 2.1 installations, with the proviso that you'll probably want to use
110
<code>mm21</code> in place of <code>mailman</code> - e.g., <var>MM21_HOME</var>,
111
<var>mm21_transport</var>, etc.
115
<div class="navigation">
116
<div class='online-navigation'>
118
<table align="center" width="100%" cellpadding="0" cellspacing="2">
120
<td class='online-navigation'><a rel="prev" title="6.2 using the Exim"
121
href="node16.html"><img src='previous.png'
122
border='0' height='32' alt='Previous Page' width='32' /></a></td>
123
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
124
href="node16.html"><img src='up.png'
125
border='0' height='32' alt='Up one Level' width='32' /></a></td>
126
<td class='online-navigation'><a rel="next" title="6.2.2 main configuration settings"
127
href="node18.html"><img src='next.png'
128
border='0' height='32' alt='Next Page' width='32' /></a></td>
129
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
130
<td class='online-navigation'><img src='blank.png'
131
border='0' height='32' alt='' width='32' /></td>
132
<td class='online-navigation'><img src='blank.png'
133
border='0' height='32' alt='' width='32' /></td>
134
<td class='online-navigation'><img src='blank.png'
135
border='0' height='32' alt='' width='32' /></td>
137
<div class='online-navigation'>
138
<b class="navlabel">Previous:</b>
139
<a class="sectref" rel="prev" href="node16.html">6.2 Using the Exim</a>
140
<b class="navlabel">Up:</b>
141
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
142
<b class="navlabel">Next:</b>
143
<a class="sectref" rel="next" href="node18.html">6.2.2 Main configuration settings</a>
147
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
149
<!--End of Navigation Panel-->