Be sure to read the "RKT couplings" below for additional information and updates to this entry.
Subject: (6.22) How do I set up inpaths with INN? |
---|
inpaths should work just fine with INN as it ships. However, you can make it run faster by using the following shell script. Edit it to your tastes. It replaces the long "(cd /var/spool/news ; /usr/local/bin/gfind . -type f -print | /usr/lib/news/local/inpaths sdl | /usr/ucb/mail admin,pathsurvey@pathsurvey.eu.org)" which people usually use. #!/bin/sh . /usr/lib/news/innshellvars cd ${SPOOL} awk '(NF > 2){print $3}' < ${HISTORY} | tr . / | sort | \ inpaths `innconfval pathhost` | \ ${MAILCMD} newsmaster,pathsurvey@pathsurvey.eu.orgIf the inpaths people would include this information in the README, I could delete it from this FAQ. ------------------------------ [Last Changed: $Date: 1997/07/01 01:25:41 $ $Revision: 2.21 $] [Copyright: 1997 Heiko Rupp, portions by Tom Limoncelli, Rich Salz, et al.] |