~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to doc/mailman-install/node21.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-24 19:30:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424193049-jy5fa9tus40tjbmn
Tags: 1:2.1.10-2
Apply upstream patch to fix regression in cmd_subscribe
so that email subscribe to the -subscribe or -join address or the
-request address with a bare 'subscribe' command results in the message
being shunted.

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="node22.html" />
 
9
<link rel="prev" href="node20.html" />
 
10
<link rel="parent" href="node16.html" />
 
11
<link rel="next" href="node22.html" />
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
13
<meta name='aesop' content='information' />
 
14
<title>6.2.5 Router for Exim 4</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.4 director for Exim"
 
22
  href="node20.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.6 transports for Exim"
 
28
  href="node22.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="node20.html">6.2.4 Director 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="node22.html">6.2.6 Transports for Exim</a>
 
45
</div>
 
46
<hr /></div>
 
47
</div>
 
48
<!--End of Navigation Panel-->
 
49
 
 
50
<h3><a name="SECTION001625000000000000000">
 
51
6.2.5 Router for Exim 4</a>
 
52
</h3>
 
53
 
 
54
<p>
 
55
In Exim 4, there's no such thing as directors - you need to add a new router
 
56
instead.  Also, the canonical order of the configuration file was changed so
 
57
routers come before transports, so the router for Exim 4 comes first here.
 
58
Put this router somewhere after the ``begin routers'' line of your config
 
59
file, and remember that order matters.
 
60
 
 
61
<p>
 
62
<div class="verbatim"><pre>
 
63
  mailman_router:
 
64
    driver = accept
 
65
    require_files = MAILMAN_HOME/lists/$local_part/config.pck
 
66
    local_part_suffix_optional
 
67
    local_part_suffix = -bounces : -bounces+* : \
 
68
                        -confirm+* : -join : -leave : \
 
69
                        -owner : -request : -admin
 
70
    transport = mailman_transport
 
71
</pre></div>
 
72
 
 
73
<p>
 
74
 
 
75
<div class="navigation">
 
76
<div class='online-navigation'>
 
77
<p></p><hr />
 
78
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
79
<tr>
 
80
<td class='online-navigation'><a rel="prev" title="6.2.4 director for Exim"
 
81
  href="node20.html"><img src='previous.png'
 
82
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
83
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
 
84
  href="node16.html"><img src='up.png'
 
85
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
86
<td class='online-navigation'><a rel="next" title="6.2.6 transports for Exim"
 
87
  href="node22.html"><img src='next.png'
 
88
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
89
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
90
<td class='online-navigation'><img src='blank.png'
 
91
  border='0' height='32'  alt='' width='32' /></td>
 
92
<td class='online-navigation'><img src='blank.png'
 
93
  border='0' height='32'  alt='' width='32' /></td>
 
94
<td class='online-navigation'><img src='blank.png'
 
95
  border='0' height='32'  alt='' width='32' /></td>
 
96
</tr></table>
 
97
<div class='online-navigation'>
 
98
<b class="navlabel">Previous:</b>
 
99
<a class="sectref" rel="prev" href="node20.html">6.2.4 Director for Exim</a>
 
100
<b class="navlabel">Up:</b>
 
101
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
 
102
<b class="navlabel">Next:</b>
 
103
<a class="sectref" rel="next" href="node22.html">6.2.6 Transports for Exim</a>
 
104
</div>
 
105
</div>
 
106
<hr />
 
107
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
108
</div>
 
109
<!--End of Navigation Panel-->
 
110
 
 
111
</body>
 
112
</html>