Crontab Not Sending Email - nrcpts=0

2008-06-25 Thread Schiz0
Hey, I have another odd problem. Cron refuses to send any emails. Here's what DID work: -Sending email via /usr/bin/mail on command line -Having a crontab run a script which in turn sends an email -Piping the output of a crontab command into /usr/bin/mail. Such as having the following in a

Re: Crontab Not Sending Email - nrcpts=0

2008-06-25 Thread N.J. Mann
In message [EMAIL PROTECTED], Schiz0 ([EMAIL PROTECTED]) wrote: I have another odd problem. Cron refuses to send any emails. Here's what DID work: [...] I also see this, both on 6-STABLE and 7-STABLE. I have not tried 8-CURRENT. This is what I have found so far. After cron has sent

Re: Crontab Not Sending Email - nrcpts=0

2008-06-25 Thread Derek Ragona
At 01:34 PM 6/25/2008, Schiz0 wrote: Hey, I have another odd problem. Cron refuses to send any emails. Here's what DID work: -Sending email via /usr/bin/mail on command line -Having a crontab run a script which in turn sends an email -Piping the output of a crontab command into /usr/bin/mail.