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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tamas TEVESZ
Datum:  
To: Cory Daehn
CC: exim-users
Betreff: 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.


--
[-]