Re: cron/sendmail problem
It's me again. I solved the problem by using the command "mail",
instead of "sendmail". It works fine with "cat". I still don't know
why sendmail doesn't work, but it doesn't work with either sendmail or
postfix (which has a "sendmail" clone included).
Also, there's a typo in my post regarding that regular expression, I
should have typed "du" instead of "df", but I'm sure you got the
point.
Shawn
Re: cron/sendmail problem
[QUOTE=unix;40092]It's me again. I solved the problem by using the command "mail",
instead of "sendmail". It works fine with "cat". I still don't know
why sendmail doesn't work, but it doesn't work with either sendmail or
postfix (which has a "sendmail" clone included).
Also, there's a typo in my post regarding that regular expression, I
should have typed "du" instead of "df", but I'm sure you got the
point.
Shawn[/QUOTE]
instead of mail or sendmail ... use /usr/sbin/sendmail
Thanks