Michael Hipp <Michael@Hipp.com> writes:
> This worked fine on all my systems but stopped at Gutsy. Hardy and
> Intrepid both have the problem also: cron output can't be redirected.
>
> Here's what used to work:
>
> # Fetch mail for michael
> */10 02-23 * * * michael fetchmail &> /dev/null
>
> This is in the "system" cron at /etc/crontab.
>
> I don't want to get an email if the fetchmail command fails; just be
> silent.
What you almost certainly want to solve your actual problem is:
*/10 ... fetchmail --silent
[...]
> How can I get redirection working again?
Others have already answered this.
Regards,
Daniel
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam