[bglug] Crontab

./SuperbepS superbeps@bglug.it
Mer 26 Maggio 2004 10:42:07 CEST


Alle 10:20, mercoledì 26 maggio 2004, Manuel ha scritto:
> Ciao!
>
> ho attivato nel crontab di root il comando:
>
> 05,15,25,35,45,55 * * * * /usr/bin/fetchmail -f
> /etc/fetchmailrc -n --invisible
>
>
> ora ad ogni esecuzione del crontab mi arriva una mail dell'output del
> comando.
> Io preferirei che non arrivasse nulla...

prova con 
05,15,25,35,45,55 * * * * /usr/bin/fetchmail -s -f /etc/fetchmailrc -n 
--invisible

oppure datti ad un brutale
05,15,25,35,45,55 * * * * /usr/bin/fetchmail -f /etc/fetchmailrc -n 
--invisible >/dev/null 2>/dev/null

-- 
Picard: "Come."
-- "Deja Q", Stardate 43539.1


Maggiori informazioni sulla lista bglug