RE: [Exim] Exiscan and Clam Antivirus (SOLVED)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tamas TEVESZ
Fecha:  
A: Cory Daehn
Cc: exim-users
Asunto: RE: [Exim] Exiscan and Clam Antivirus (SOLVED)
On Sun, 16 Jun 2002, Cory Daehn wrote:

> the end of it to catch the output. the 2>&1 has to do with the process
> going into the background instead of running in the foreground (I
> think).


no, 2>&1 is to redirect stderr to stdout (which in turn is redirected
to /dev/null). backgrounding is a standalone '&', but you don't really
want that in a crontab.


--
[-]