Re: [EXIM] .forward problem

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Michael Jenner
Cc: exim-users
Asunto: 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/ ***