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

« back to all changes in this revision

Viewing changes to doc/mailman-install/node18.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="exim3-transport.html" />
 
9
<link rel="prev" href="node17.html" />
 
10
<link rel="parent" href="node16.html" />
 
11
<link rel="next" href="exim3-transport.html" />
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
13
<meta name='aesop' content='information' />
 
14
<title>6.2.2 Main configuration settings</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.1 exim configuration"
 
22
  href="node17.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.3 transport for Exim"
 
28
  href="exim3-transport.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="node17.html">6.2.1 Exim configuration</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="exim3-transport.html">6.2.3 Transport for Exim</a>
 
45
</div>
 
46
<hr /></div>
 
47
</div>
 
48
<!--End of Navigation Panel-->
 
49
 
 
50
<h3><a name="SECTION001622000000000000000">
 
51
6.2.2 Main configuration settings</a>
 
52
</h3>
 
53
 
 
54
<p>
 
55
First, you need to add some macros to the top of your Exim config file.  These
 
56
just make the director (router) and transport below a bit cleaner.  Obviously,
 
57
you'll need to edit these based on how you configured and installed Mailman.
 
58
 
 
59
<p>
 
60
<div class="verbatim"><pre>
 
61
    # Home dir for your Mailman installation -- aka Mailman's prefix
 
62
    # directory.
 
63
    MAILMAN_HOME=/usr/local/mailman
 
64
    MAILMAN_WRAP=MAILMAN_HOME/mail/mailman
 
65
 
 
66
    # User and group for Mailman, should match your --with-mail-gid
 
67
    # switch to Mailman's configure script.
 
68
    MAILMAN_USER=mailman
 
69
    MAILMAN_GROUP=mailman
 
70
</pre></div>
 
71
 
 
72
<p>
 
73
 
 
74
<div class="navigation">
 
75
<div class='online-navigation'>
 
76
<p></p><hr />
 
77
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
78
<tr>
 
79
<td class='online-navigation'><a rel="prev" title="6.2.1 exim configuration"
 
80
  href="node17.html"><img src='previous.png'
 
81
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
82
<td class='online-navigation'><a rel="parent" title="6.2 using the Exim"
 
83
  href="node16.html"><img src='up.png'
 
84
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
85
<td class='online-navigation'><a rel="next" title="6.2.3 transport for Exim"
 
86
  href="exim3-transport.html"><img src='next.png'
 
87
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
88
<td align="center" width="100%">GNU Mailman - Installation Manual</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
<td class='online-navigation'><img src='blank.png'
 
94
  border='0' height='32'  alt='' width='32' /></td>
 
95
</tr></table>
 
96
<div class='online-navigation'>
 
97
<b class="navlabel">Previous:</b>
 
98
<a class="sectref" rel="prev" href="node17.html">6.2.1 Exim configuration</a>
 
99
<b class="navlabel">Up:</b>
 
100
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</a>
 
101
<b class="navlabel">Next:</b>
 
102
<a class="sectref" rel="next" href="exim3-transport.html">6.2.3 Transport for Exim</a>
 
103
</div>
 
104
</div>
 
105
<hr />
 
106
<span class="release-info">Release 2.1, documentation updated on April 21, 2008.</span>
 
107
</div>
 
108
<!--End of Navigation Panel-->
 
109
 
 
110
</body>
 
111
</html>