Date: Thu, 02 Oct 1997 13:22:16 +1000 From: Stephen McKay <syssgm@dtir.qld.gov.au> To: Burkard Meyendriesch <bum@malepartus.de> Cc: freebsd-stable@freebsd.org, syssgm@dtir.qld.gov.au Subject: Re: automated application of CTM deltas Message-ID: <199710020322.NAA13343@ogre.dtir.qld.gov.au> In-Reply-To: <199710011234.OAA13268@Reineke.Malepartus.de> from Burkard Meyendriesch at "Wed, 01 Oct 1997 12:34:50 %2B0000" References: <199710011234.OAA13268@Reineke.Malepartus.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, 1st October 1997, Burkard Meyendriesch wrote: >on my FreeBSD 2.2.5 box I use slocal for the distribution of my incoming >email. To process the incoming source tree deltas from owner-ctm-src-2_2 >I use the following entry in .maildelivery: > > From owner-ctm-src-2_2 ^ ? "/usr/sbin/ctm_rmail -f -p /usr/ctm/pieces \ > -l /usr/ctm/log -d /usr/ctm/deltas -b /usr/ctm/src-2_2" > >After every invocation of ctm_rmail the log file entries look like: > > 1997-10-01 01:14 src-2.2.0454.gz 1/1 stored > 1997-10-01 01:14 src-2.2.0454.gz complete > 1997-10-01 01:14 ctm: ctm: not found > >Is there anything wrong with the environment of slocal? What can I do >to get ctm_rmail working completely? ctm (and gunzip) must be in your PATH. I am guessing that your path is defaulting to /bin:/usr/bin when running slocal. You should be able to add PATH=/bin:/sbin:/usr/bin:/usr/sbin to your .forward to set PATh before slocal runs, or into your .maildelivery file to set it for just ctm_rmail. Have a look at the ctm_rmail man page for how I do this using procmail. You should be able to do something very similar if you don't like my previous suggestion. Stephen.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710020322.NAA13343>