~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to doc/mailman-install/exim3-transport.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-10-21 01:06:17 UTC
  • mfrom: (975.1.1 mailman.2112)
  • Revision ID: launchpad@pqm.canonical.com-20091021010617-prbs2ay6nhxx515v
[rs=flacoste] Upgrade Mailman to upstream 2.1.12

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="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>
 
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.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>
 
37
</tr></table>
 
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>
 
45
</div>
 
46
<hr /></div>
 
47
</div>
 
48
<!--End of Navigation Panel-->
 
49
 
 
50
<h3><a name="SECTION001623000000000000000"></a><a name="exim3-transport"></a>
 
51
<br>
 
52
6.2.3 Transport for Exim 3
 
53
</h3>
 
54
 
 
55
<p>
 
56
Add this to the transports section of your Exim config file,
 
57
i.e. somewhere between the first and second ``end'' line:
 
58
 
 
59
<p>
 
60
<div class="verbatim"><pre>
 
61
  mailman_transport:
 
62
    driver = pipe
 
63
    command = MAILMAN_WRAP \
 
64
              '${if def:local_part_suffix \
 
65
                    {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
 
66
                    {post}}' \
 
67
              $local_part
 
68
    current_directory = MAILMAN_HOME
 
69
    home_directory = MAILMAN_HOME
 
70
    user = MAILMAN_USER
 
71
    group = MAILMAN_GROUP
 
72
</pre></div>
 
73
 
 
74
<p>
 
75
 
 
76
<div class="navigation">
 
77
<div class='online-navigation'>
 
78
<p></p><hr />
 
79
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
80
<tr>
 
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>
 
97
</tr></table>
 
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>
 
105
</div>
 
106
</div>
 
107
<hr />
 
108
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
 
109
</div>
 
110
<!--End of Navigation Panel-->
 
111
 
 
112
</body>
 
113
</html>