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

« back to all changes in this revision

Viewing changes to admin/www/mailman-install/node27.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="node28.html" />
9
 
<link rel="prev" href="node26.html" />
10
 
<link rel="parent" href="node16.html" />
11
 
<link rel="next" href="node28.html" />
12
 
<meta name='aesop' content='information' />
13
 
<title>6.2.11 Doing VERP with Exim and Mailman</title>
14
 
</head>
15
 
<body>
16
 
<DIV CLASS="navigation">
17
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
18
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
19
 
<tr>
20
 
<td class='online-navigation'><a rel="prev" title="6.2.10 SMTP Callback"
21
 
  href="node26.html"><img src='previous.png'
22
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
23
 
<td class='online-navigation'><a rel="parent" title="6.2 Using the Exim"
24
 
  href="node16.html"><img src='up.png'
25
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
26
 
<td class='online-navigation'><a rel="next" title="6.2.12 Virtual Domains"
27
 
  href="node28.html"><img src='next.png'
28
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
29
 
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
30
 
<td class='online-navigation'><img src='blank.png'
31
 
  border='0' height='32'  alt='' width='32' /></td>
32
 
<td class='online-navigation'><img src='blank.png'
33
 
  border='0' height='32'  alt='' width='32' /></td>
34
 
<td class='online-navigation'><img src='blank.png'
35
 
  border='0' height='32'  alt='' width='32' /></td>
36
 
</tr></table>
37
 
<div class='online-navigation'>
38
 
<b class="navlabel">Previous:</b>
39
 
<a class="sectref" rel="prev" href="node26.html">6.2.10 SMTP Callback</A>
40
 
<b class="navlabel">Up:</b>
41
 
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</A>
42
 
<b class="navlabel">Next:</b>
43
 
<a class="sectref" rel="next" href="node28.html">6.2.12 Virtual Domains</A>
44
 
</div>
45
 
<hr /></div>
46
 
</DIV>
47
 
<!--End of Navigation Panel-->
48
 
 
49
 
<H3><A NAME="SECTION0016211000000000000000">
50
 
6.2.11 Doing VERP with Exim and Mailman</A>
51
 
</H3>
52
 
 
53
 
<P>
54
 
VERP will send one email, with a separate envelope sender (return path), for
55
 
each of your subscribers - read the information in
56
 
<span class="file"><var>$prefix</var>/Mailman/Defaults.py</span> for the options that start with VERP.
57
 
In a nutshell, all you need to do to enable VERP with Exim is to add these lines to <span class="file"><var>$prefix</var>/Mailman/mm_cfg.py</span>:
58
 
 
59
 
<P>
60
 
<div class="verbatim"><pre>
61
 
    VERP_PASSWORD_REMINDERS = Yes
62
 
    VERP_PERSONALIZED_DELIVERIES = Yes
63
 
    VERP_DELIVERY_INTERVAL = Yes
64
 
    VERP_CONFIRMATIONS = Yes
65
 
</pre></div>
66
 
 
67
 
<P>
68
 
(The director (router) above is smart enough to deal with VERP bounces.)
69
 
 
70
 
<P>
71
 
 
72
 
<DIV CLASS="navigation">
73
 
<div class='online-navigation'>
74
 
<p></p><hr />
75
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
76
 
<tr>
77
 
<td class='online-navigation'><a rel="prev" title="6.2.10 SMTP Callback"
78
 
  href="node26.html"><img src='previous.png'
79
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
80
 
<td class='online-navigation'><a rel="parent" title="6.2 Using the Exim"
81
 
  href="node16.html"><img src='up.png'
82
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
83
 
<td class='online-navigation'><a rel="next" title="6.2.12 Virtual Domains"
84
 
  href="node28.html"><img src='next.png'
85
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
86
 
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
87
 
<td class='online-navigation'><img src='blank.png'
88
 
  border='0' height='32'  alt='' width='32' /></td>
89
 
<td class='online-navigation'><img src='blank.png'
90
 
  border='0' height='32'  alt='' width='32' /></td>
91
 
<td class='online-navigation'><img src='blank.png'
92
 
  border='0' height='32'  alt='' width='32' /></td>
93
 
</tr></table>
94
 
<div class='online-navigation'>
95
 
<b class="navlabel">Previous:</b>
96
 
<a class="sectref" rel="prev" href="node26.html">6.2.10 SMTP Callback</A>
97
 
<b class="navlabel">Up:</b>
98
 
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</A>
99
 
<b class="navlabel">Next:</b>
100
 
<a class="sectref" rel="next" href="node28.html">6.2.12 Virtual Domains</A>
101
 
</div>
102
 
</div>
103
 
<hr />
104
 
<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span>
105
 
</DIV>
106
 
<!--End of Navigation Panel-->
107
 
 
108
 
</BODY>
109
 
</HTML>