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

« back to all changes in this revision

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