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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Elie Mamane
  • Date: 2007-02-28 21:59:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070228215936-xoay8ru29qndpa9u
Tags: 1:2.1.9-7
Upgrade subject and author indexes of _all_ archiving volumes to
Unicode strings. (completely closes: #412142)

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="node33.html" />
 
9
<link rel="prev" href="node31.html" />
 
10
<link rel="parent" href="node31.html" />
 
11
<link rel="next" href="node33.html" />
 
12
<meta name='aesop' content='information' />
 
13
<title>6.3.1 Sendmail ``smrsh'' compatibility</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.3 Using the Sendmail"
 
21
  href="node31.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.3 Using the Sendmail"
 
24
  href="node31.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.3.2 Integrating Sendmail and"
 
27
  href="node33.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="node31.html">6.3 Using the Sendmail</A>
 
40
<b class="navlabel">Up:</b>
 
41
<a class="sectref" rel="parent" href="node31.html">6.3 Using the Sendmail</A>
 
42
<b class="navlabel">Next:</b>
 
43
<a class="sectref" rel="next" href="node33.html">6.3.2 Integrating Sendmail and</A>
 
44
</div>
 
45
<hr /></div>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H3><A NAME="SECTION001631000000000000000">
 
50
6.3.1 Sendmail ``smrsh'' compatibility</A>
 
51
</H3>
 
52
 
 
53
<P>
 
54
Many newer versions of Sendmail come with a restricted execution utility
 
55
called ``smrsh'', which limits the executables that Sendmail will allow to be
 
56
used as mail programs.  You need to explicitly allow Mailman's wrapper program
 
57
to be used with smrsh or Mailman will not work.  If mail is not getting
 
58
delivered to Mailman's wrapper program and you're getting an ``operating
 
59
system error'' in your mail syslog, this could be your problem.
 
60
 
 
61
<P>
 
62
One good way of enabling this is:
 
63
 
 
64
<P>
 
65
 
 
66
<UL>
 
67
<LI>Find out where your Sendmail executes its smrsh wrapper
 
68
 
 
69
<P>
 
70
<div class="verbatim"><pre>
 
71
            % grep smrsh /etc/mail/sendmail.cf
 
72
          </pre></div>
 
73
 
 
74
<P>
 
75
</LI>
 
76
<LI>Figure out where smrsh expects symlinks for allowable mail
 
77
          programs.  At the very beginning of the following output you will
 
78
          see a full path to some directory, e.g. <span class="file">/var/adm/sm.bin</span> or
 
79
          similar:
 
80
 
 
81
<P>
 
82
<div class="verbatim"><pre>
 
83
            % strings $path_to_smrsh | less
 
84
          </pre></div>
 
85
 
 
86
<P>
 
87
</LI>
 
88
<LI>cd into <span class="file">/var/adm/sm.bin</span>, or where ever it happens to reside
 
89
          on your system - alternatives include <span class="file">/etc/smrsh</span>,
 
90
          <span class="file">/var/smrsh</span> and <span class="file">/usr/local/smrsh</span>.
 
91
 
 
92
<P>
 
93
<div class="verbatim"><pre>
 
94
            % cd /var/adm/sm.bin
 
95
          </pre></div>
 
96
 
 
97
<P>
 
98
</LI>
 
99
<LI>Create a symbolic link to Mailman's wrapper program:
 
100
 
 
101
<P>
 
102
<div class="verbatim"><pre>
 
103
            % ln -s /usr/local/mailman/mail/mailman mailman
 
104
          </pre></div>
 
105
</LI>
 
106
</UL>
 
107
 
 
108
<P>
 
109
 
 
110
<DIV CLASS="navigation">
 
111
<div class='online-navigation'>
 
112
<p></p><hr />
 
113
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
114
<tr>
 
115
<td class='online-navigation'><a rel="prev" title="6.3 Using the Sendmail"
 
116
  href="node31.html"><img src='previous.png'
 
117
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
118
<td class='online-navigation'><a rel="parent" title="6.3 Using the Sendmail"
 
119
  href="node31.html"><img src='up.png'
 
120
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
121
<td class='online-navigation'><a rel="next" title="6.3.2 Integrating Sendmail and"
 
122
  href="node33.html"><img src='next.png'
 
123
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
124
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
125
<td class='online-navigation'><img src='blank.png'
 
126
  border='0' height='32'  alt='' width='32' /></td>
 
127
<td class='online-navigation'><img src='blank.png'
 
128
  border='0' height='32'  alt='' width='32' /></td>
 
129
<td class='online-navigation'><img src='blank.png'
 
130
  border='0' height='32'  alt='' width='32' /></td>
 
131
</tr></table>
 
132
<div class='online-navigation'>
 
133
<b class="navlabel">Previous:</b>
 
134
<a class="sectref" rel="prev" href="node31.html">6.3 Using the Sendmail</A>
 
135
<b class="navlabel">Up:</b>
 
136
<a class="sectref" rel="parent" href="node31.html">6.3 Using the Sendmail</A>
 
137
<b class="navlabel">Next:</b>
 
138
<a class="sectref" rel="next" href="node33.html">6.3.2 Integrating Sendmail and</A>
 
139
</div>
 
140
</div>
 
141
<hr />
 
142
<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span>
 
143
</DIV>
 
144
<!--End of Navigation Panel-->
 
145
 
 
146
</BODY>
 
147
</HTML>