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="node20.html" />
9
<link rel="prev" href="node18.html" />
10
<link rel="parent" href="node16.html" />
11
<link rel="next" href="node20.html" />
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta name='aesop' content='information' />
14
<title>6.2.3 Transport for Exim 3</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.2 main configuration settings"
22
href="node18.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.4 director for Exim"
28
href="node20.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="node18.html">6.2.2 Main configuration settings</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="node20.html">6.2.4 Director for Exim</a>
48
<!--End of Navigation Panel-->
50
<h3><a name="SECTION001623000000000000000"></a><a name="exim3-transport"></a>
52
6.2.3 Transport for Exim 3
56
Add this to the transports section of your Exim config file,
57
i.e. somewhere between the first and second ``end'' line:
60
<div class="verbatim"><pre>
63
command = MAILMAN_WRAP \
64
'${if def:local_part_suffix \
65
{${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
68
current_directory = MAILMAN_HOME
69
home_directory = MAILMAN_HOME
76
<div class="navigation">
77
<div class='online-navigation'>
79
<table align="center" width="100%" cellpadding="0" cellspacing="2">
81
<td class='online-navigation'><a rel="prev" title="6.2.2 main configuration settings"
82
href="node18.html"><img src='previous.png'
83
border='0' height='32' alt='Previous Page' width='32' /></a></td>
84
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
85
href="node16.html"><img src='up.png'
86
border='0' height='32' alt='Up one Level' width='32' /></a></td>
87
<td class='online-navigation'><a rel="next" title="6.2.4 director for Exim"
88
href="node20.html"><img src='next.png'
89
border='0' height='32' alt='Next Page' width='32' /></a></td>
90
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
91
<td class='online-navigation'><img src='blank.png'
92
border='0' height='32' alt='' width='32' /></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>
98
<div class='online-navigation'>
99
<b class="navlabel">Previous:</b>
100
<a class="sectref" rel="prev" href="node18.html">6.2.2 Main configuration settings</a>
101
<b class="navlabel">Up:</b>
102
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
103
<b class="navlabel">Next:</b>
104
<a class="sectref" rel="next" href="node20.html">6.2.4 Director for Exim</a>
108
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
110
<!--End of Navigation Panel-->