comparison doc/index.html @ 438:9d97c1a4ddad

Notes from changes. >From CHANGES: . Added the "display" command to the admin tool - displays a node's values . [SF#489760] [issue] only subject . fixed the doc/index.html to include the quoting in the mail alias. Also: . fixed roundup-admin so it works with transactions . disabled the back_anydbm module if anydbm tries to use dumbdbm
author Richard Jones <richard@users.sourceforge.net>
date Mon, 10 Dec 2001 00:57:38 +0000
parents 00f120add0f7
children 141aacfdb34f
comparison
equal deleted inserted replaced
437:a1e778940f92 438:9d97c1a4ddad
158 </ol> 158 </ol>
159 159
160 <h2><a name="startweb">E-Mail Interface</a></h2> 160 <h2><a name="startweb">E-Mail Interface</a></h2>
161 161
162 <h3>Setup 1: As a mail alias pipe process</h3> 162 <h3>Setup 1: As a mail alias pipe process</h3>
163 Set up a mail alias called "issue_tracker" as: 163 Set up a mail alias called "issue_tracker" as (include the quote marks):
164 <blockquote> 164 <blockquote>
165 <tt>|/usr/bin/python /usr/local/bin/roundup-mailgw 165 <tt>"|/usr/bin/python /usr/local/bin/roundup-mailgw &lt;instance_home&gt;"</tt>
166 &lt;instance_home&gt;</tt>
167 </blockquote> 166 </blockquote>
168 167
169 In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh 168 In some installations (e.g. RedHat 6.2 I think) you'll need to set up smrsh
170 so sendmail will accept the pipe command. In that case, symlink 169 so sendmail will accept the pipe command. In that case, symlink
171 /etc/smrsh/roundup-mailgw to /usr/local/bin/roundup-mailgw and change the 170 /etc/smrsh/roundup-mailgw to /usr/local/bin/roundup-mailgw and change the
1199 Go Ping, you rock! Also, go Bizar Software for letting me implement this 1198 Go Ping, you rock! Also, go Bizar Software for letting me implement this
1200 system on their time. 1199 system on their time.
1201 1200
1202 <p>&nbsp;</p> 1201 <p>&nbsp;</p>
1203 <hr> 1202 <hr>
1204 $Id: index.html,v 1.19 2001-11-21 23:42:54 richard Exp $ 1203 $Id: index.html,v 1.20 2001-12-10 00:57:38 richard Exp $
1205 <p>&nbsp;</p> 1204 <p>&nbsp;</p>
1206 1205
1207 </body></html> 1206 </body></html>
1208 1207

Roundup Issue Tracker: http://roundup-tracker.org/