~ubuntu-branches/debian/lenny/mailman/lenny

« back to all changes in this revision

Viewing changes to admin/www/mailman-install/node29.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.2.1 upstream) (2.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080811160619-3g4bwiysx7r9bsbf
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

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="node30.html" />
9
 
<link rel="prev" href="node28.html" />
10
 
<link rel="parent" href="node16.html" />
11
 
<link rel="next" href="node30.html" />
12
 
<meta name='aesop' content='information' />
13
 
<title>6.2.13 List Verification</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.12 Virtual Domains"
21
 
  href="node28.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.14 Document History"
27
 
  href="node30.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="node28.html">6.2.12 Virtual Domains</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="node30.html">6.2.14 Document History</A>
44
 
</div>
45
 
<hr /></div>
46
 
</DIV>
47
 
<!--End of Navigation Panel-->
48
 
 
49
 
<H3><A NAME="SECTION0016213000000000000000">
50
 
6.2.13 List Verification</A>
51
 
</H3>
52
 
 
53
 
<P>
54
 
This is how a set of address tests for the Exim lists look on a working
55
 
system.  The list in question is <span class="email">quixote-users@mems-exchange.org</span>, and
56
 
these commands were run on the <code>mems-exchange.org</code> mail server ("% "
57
 
indicates the Unix shell prompt):
58
 
 
59
 
<P>
60
 
<div class="verbatim"><pre>
61
 
  % exim -bt quixote-users
62
 
  quixote-users@mems-exchange.org
63
 
    router = mailman_main_router, transport = mailman_transport
64
 
 
65
 
  % exim -bt quixote-users-request
66
 
  quixote-users-request@mems-exchange.org
67
 
    router = mailman_router, transport = mailman_transport
68
 
 
69
 
  % exim -bt quixote-users-bounces
70
 
  quixote-users-bounces@mems-exchange.org
71
 
    router = mailman_router, transport = mailman_transport
72
 
 
73
 
  % exim -bt quixote-users-bounces+luser=example.com
74
 
  quixote-users-bounces+luser=example.com@mems-exchange.org
75
 
    router = mailman_router, transport = mailman_transport
76
 
</pre></div>
77
 
 
78
 
<P>
79
 
If your <b class="program">exim -bt</b> output looks something like this, that's a start:
80
 
at least it means Exim will pass the right messages to the right Mailman
81
 
commands.  It by no means guarantees that your Exim/Mailman installation is
82
 
functioning perfectly, though!
83
 
 
84
 
<P>
85
 
 
86
 
<DIV CLASS="navigation">
87
 
<div class='online-navigation'>
88
 
<p></p><hr />
89
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
90
 
<tr>
91
 
<td class='online-navigation'><a rel="prev" title="6.2.12 Virtual Domains"
92
 
  href="node28.html"><img src='previous.png'
93
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
94
 
<td class='online-navigation'><a rel="parent" title="6.2 Using the Exim"
95
 
  href="node16.html"><img src='up.png'
96
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
97
 
<td class='online-navigation'><a rel="next" title="6.2.14 Document History"
98
 
  href="node30.html"><img src='next.png'
99
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
100
 
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
101
 
<td class='online-navigation'><img src='blank.png'
102
 
  border='0' height='32'  alt='' width='32' /></td>
103
 
<td class='online-navigation'><img src='blank.png'
104
 
  border='0' height='32'  alt='' width='32' /></td>
105
 
<td class='online-navigation'><img src='blank.png'
106
 
  border='0' height='32'  alt='' width='32' /></td>
107
 
</tr></table>
108
 
<div class='online-navigation'>
109
 
<b class="navlabel">Previous:</b>
110
 
<a class="sectref" rel="prev" href="node28.html">6.2.12 Virtual Domains</A>
111
 
<b class="navlabel">Up:</b>
112
 
<a class="sectref" rel="parent" href="node16.html">6.2 Using the Exim</A>
113
 
<b class="navlabel">Next:</b>
114
 
<a class="sectref" rel="next" href="node30.html">6.2.14 Document History</A>
115
 
</div>
116
 
</div>
117
 
<hr />
118
 
<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span>
119
 
</DIV>
120
 
<!--End of Navigation Panel-->
121
 
 
122
 
</BODY>
123
 
</HTML>