Re: [EXIM] .forward problem

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Michael Jenner
CC: exim-users
Subject: Re: [EXIM] .forward problem
On Thu, 11 Feb 1999, Michael Jenner wrote:

> "|/bin/grep Subject|/usr/bin/smbclient -M <netbiosname>"


That is a shell command line. Exim does not run pipe commands under a
shell by default (for added security - and it saves a process). You
probably need something like

"|/bin/sh -c '/bin/grep Subject|/usr/bin/smbclient -M <netbiosname>'"

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***