~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="node21.html" />
9
<link rel="prev" href="exim3-transport.html" />
10
<link rel="parent" href="node16.html" />
11
<link rel="next" href="node21.html" />
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta name='aesop' content='information' />
14
<title>6.2.4 Director for Exim 3</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.3 transport for Exim"
22
  href="exim3-transport.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.5 router for Exim"
28
  href="node21.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="exim3-transport.html">6.2.3 Transport for 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="node21.html">6.2.5 Router for Exim</a>
45
</div>
46
<hr /></div>
47
</div>
48
<!--End of Navigation Panel-->
49
50
<h3><a name="SECTION001624000000000000000">
51
6.2.4 Director for Exim 3</a>
52
</h3>
53
54
<p>
55
If you're using Exim 3, you'll need to add the following director to your
56
config file (directors go between the second and third ``end'' lines).  Also,
57
don't forget that order matters - e.g. you can make Mailman lists take
58
precedence over system aliases by putting this director in front of your
59
aliasfile director, or vice-versa.
60
61
<p>
62
<div class="verbatim"><pre>
63
  # Handle all addresses related to a list 'foo': the posting address.
64
  # Automatically detects list existence by looking
65
  # for lists/$local_part/config.pck under MAILMAN_HOME.
66
  mailman_director:
67
    driver = smartuser
68
    require_files = MAILMAN_HOME/lists/$local_part/config.pck
69
    suffix_optional
70
    suffix = -bounces : -bounces+* : \
71
             -confirm+* : -join : -leave : \
72
             -owner : -request : -admin
73
    transport = mailman_transport
74
</pre></div>
75
76
<p>
77
78
<div class="navigation">
79
<div class='online-navigation'>
80
<p></p><hr />
81
<table align="center" width="100%" cellpadding="0" cellspacing="2">
82
<tr>
83
<td class='online-navigation'><a rel="prev" title="6.2.3 transport for Exim"
84
  href="exim3-transport.html"><img src='previous.png'
85
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
86
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
87
  href="node16.html"><img src='up.png'
88
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
89
<td class='online-navigation'><a rel="next" title="6.2.5 router for Exim"
90
  href="node21.html"><img src='next.png'
91
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
92
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
93
<td class='online-navigation'><img src='blank.png'
94
  border='0' height='32'  alt='' width='32' /></td>
95
<td class='online-navigation'><img src='blank.png'
96
  border='0' height='32'  alt='' width='32' /></td>
97
<td class='online-navigation'><img src='blank.png'
98
  border='0' height='32'  alt='' width='32' /></td>
99
</tr></table>
100
<div class='online-navigation'>
101
<b class="navlabel">Previous:</b>
102
<a class="sectref" rel="prev" href="exim3-transport.html">6.2.3 Transport for Exim</a>
103
<b class="navlabel">Up:</b>
104
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
105
<b class="navlabel">Next:</b>
106
<a class="sectref" rel="next" href="node21.html">6.2.5 Router for Exim</a>
107
</div>
108
</div>
109
<hr />
1670 by Mark Sapiro
Rebuilt docs.
110
<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
111
</div>
112
<!--End of Navigation Panel-->
113
114
</body>
115
</html>